SuccessChanges

Summary

  1. tsk22: Fixes getTop2ReadStoriesLastMonthByGenre method in StoryService (details)
  2. tsk22: Shows top 2 stories by genre at index.xhtml page (details)
Commit dbd5052907d35c4bbd126071a69b4b7eb3dc180f by josecampor31
tsk22: Fixes getTop2ReadStoriesLastMonthByGenre method in StoryService
Now this method may return two stories per genre even if one of the
stories doesn't have any views
The file was modifiedservice/src/main/java/es/uvigo/esei/microstories/services/StoryService.java (diff)
Commit ee7d251ea96df0ab945c8e34e742eaa5ab9359a2 by josecampor31
tsk22: Shows top 2 stories by genre at index.xhtml page
Previously the page showed the most recent stories, now it shows the top
2 stories by each genre
The file was modifiedjsf/src/main/webapp/index.xhtml (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/microstories/jsf/StoryManagedBean.java (diff)