FailedChanges

Summary

  1. tsk25 Adds carrousel to see the most read stories (details)
Commit 5d65b4320cf2baae58119f5f41e05f9ce8cb9c5b by jpsilva17
tsk25 Adds carrousel to see the most read stories
In the jsf a carrousel is adds to displays the most read stories. The
mysql  missing a comma(fixes). Fixes the findHottestStories method, no
needs to paginate. In storyController  adds the getMostReadStories
method. In the carousel, eaches genre is coloured in a different colour.
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/controllers/StoryController.java
The file was modifiedjsf/src/main/webapp/styles/main.css
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java
The file was modifiedadditional-material/db/microstories-mysql.full.sql
The file was modifiedjsf/src/main/webapp/index.xhtml
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java