SuccessChanges

Summary

  1. tsk8 Adds a view to read a story (details)
Commit 29f5f70c9d7b4bfc10303da2316d27cba48bb7f2 by dvfernandez
tsk8 Adds a view to read a story
Adds the jsf view and css file for the story view Adds author attribute
with getter and setter to story class Modifies StoryManagedBean adding
an attribute to select a story to read and a function to redirect to the
story view Modifies db scripts (creation, data and full) adding author
attribute Modifies welcome page to add a redirect button to story
details view Updates all story tests (both test classes and datasets)
Authors: Pablo, Manuel and David
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamc/microstories/jsf/StoryManagedBean.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/Story.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/StoriesDataset.java
The file was modifiedadditional-material/db/microstories-mysql.creation.sql
The file was addedjsf/src/main/webapp/story/readStory.xhtml
The file was modifiedtests/src/main/resources/datasets/stories-remove.xml
The file was modifiedtests/src/main/resources/datasets/stories-update.xml
The file was addedjsf/src/main/webapp/resources/css/readstory.css
The file was modifiedtests/src/main/resources/datasets/stories-create.xml
The file was modifiedtests/src/main/resources/datasets/stories.xml
The file was modifiedadditional-material/db/microstories-mysql.data.sql
The file was modifiedadditional-material/db/microstories-mysql.full.sql
The file was modifiedjsf/src/main/webapp/welcome.xhtml
The file was modifiedjsf/src/main/webapp/WEB-INF/template.xhtml
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamc/microstories/entities/StoryTest.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/IsEqualToStory.java
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamc/microstories/rest/StoryResourceRestTest.java