SuccessChanges

Summary

  1. Fix error in authoried of class (details)
  2. tsk 15 - Adds explore stories search view (details)
  3. tsk 16 - Adds explore button in the main view (details)
  4. tsk 18 - Adds resource method to find stories with advanced search (details)
Commit 6e0e698f745e886ca8f07ae5c7662763ba11a151 by bcgonzalez4
Fix error in authoried of class
Fix error in author of StoryService class
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamA/microstories/service/StoryService.java (diff)
Commit 67786a87354706028855ee830aaed487600c18af by bcgonzalez4
tsk 15 - Adds explore stories search view
Adds view for advance search form and its given results Adds new methods
in story search managed bean to get search results
The file was addedjsf/src/main/webapp/advanceSearch.xhtml (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamA/microstories/jsf/StorySearchMB.java (diff)
The file was modifiedjsf/src/main/webapp/WEB-INF/templates/template.xhtml (diff)
Commit c84b4e3b3a5cdf1d2542825184011405a75d05fa by bcgonzalez4
tsk 16 - Adds explore button in the main view
Adds a button to go to advance search (explore more stories) view
The file was modifiedjsf/src/main/webapp/index.xhtml (diff)
The file was modifiedjsf/src/main/webapp/WEB-INF/templates/template.xhtml (diff)
Commit 13f15cb0e8dfa61af98fe513916fbac5fa770f2a by bcgonzalez4
tsk 18 - Adds resource method to find stories with advanced search
Includes method to find stories by genre, theme and publication date. A
enum publicated is added to represent possible date ranges.
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResource.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResourceRestTest.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/StoryDataset.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResourceUnitTest.java (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/Publicated.java (diff)