SuccessChanges

Summary

  1. tsk6 - Adds pretty message when there are no stories to show (details)
  2. No task - Deletes unneeded .gitignore file (details)
  3. tsk8 - Adds controller method to select story to read and preliminary (details)
  4. tsk8 - Adds view to show the details of a story (details)
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
Commit cbfa07c160e8ba56a3b66c7fa2d03c7f24cf478f by aggarcia3
No task - Deletes unneeded .gitignore file
The file was removedjsf/.gitignore
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
The file was modifiedjsf/src/main/webapp/index.xhtml
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
The file was modifiedjsf/src/main/webapp/index.xhtml
The file was addedjsf/src/main/webapp/storyDetail.xhtml