SuccessChanges

Summary

  1. tsk14 Creates method to explore the stories (details)
  2. tsk14 Updates tests for exploreStories method (details)
  3. tsk14 Modifies tests for exploreStories method (details)
  4. tsk6 - Adds pretty message when there are no stories to show (details)
  5. No task - Deletes unneeded .gitignore file (details)
  6. tsk8 - Adds controller method to select story to read and preliminary (details)
  7. tsk8 - Adds view to show the details of a story (details)
Commit 42b7f05fe0c5d6845c9479d0b9c757130d1347a4 by aggarcia3
tsk14 Creates method to explore the stories
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java (diff)
Commit 13bc2d8f0213cf7355f0c611046113335919f445 by aggarcia3
tsk14 Updates tests for exploreStories method
Fixed the queries for the published date in method exploreStories
Created more tests to test differents searches by genre, topic and
published dates
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java (diff)
Commit 3687dd87b956988083fc12ad8e344801444fc7f8 by aggarcia3
tsk14 Modifies tests for exploreStories method
Created different methods in StoryDataset to get the number of stories
by genre, topic and publication. These methods allow us to get the
stories from the dataset dinamically instead of hardcoding this number.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.java (diff)
Commit e34bce8303d21af293915450ecaab18d74ce9540 by aggarcia3
tsk6 - Adds pretty message when there are no stories to show
This commit adds a message in the page letting the user know that there
are no stories to show, if there are no stories to show. Otherwise, some
recent stories are shown as usual.
The file was modifiedjsf/src/main/webapp/index.xhtml (diff)
Commit cbfa07c160e8ba56a3b66c7fa2d03c7f24cf478f by aggarcia3
No task - Deletes unneeded .gitignore file
The file was removedjsf/.gitignore (diff)
Commit d0ebc8134c84e73646e64a7b7ae97f012b750e9b by aggarcia3
tsk8 - Adds controller method to select story to read and preliminary
popup
Added code needed to display the popup and query a story.
The code is under development and is not yet functional.
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/StoryController.java (diff)
The file was modifiedjsf/src/main/webapp/index.xhtml (diff)
Commit 8fabb4782452589cb2462afeabc0114e73265919 by aggarcia3
tsk8 - Adds view to show the details of a story
Added a view to show the details of a story.
Added method in the controller to get the data from the selected story.
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/StoryController.java (diff)
The file was addedjsf/src/main/webapp/storyDetail.xhtml (diff)
The file was modifiedjsf/src/main/webapp/index.xhtml (diff)