SuccessChanges

Summary

  1. task 15 Adds the exploration view (details)
Commit fc07c2e1a37a18037d3536a7618a24486cb7ec13 by ifmarinho
task 15 Adds the exploration view
Add view to display stories based on their genre, theme and publication
date range
Add the method exploreStories and updateExplorePage to display the
stories according to genre, theme and publication and update the page in
the pagination respectively.
Add the calculateNumPagesExplore method to obtain the number of pages
needed for the pagination and also add the tests corresponding to this
method.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/StoryTest.java
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/StoryController.java
The file was modifiedjsf/src/main/webapp/styles/main.css
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java
The file was modifiedjsf/src/main/webapp/exploreStories.xhtml
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceRestTest.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.java