UnstableChanges

Summary

  1. tsk8 Adds a view to read a story (details)
Commit 5e53a73009b128bfe4c7c28739066f5da751f4ae 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
The file was modifiedjsf/src/main/webapp/welcome.xhtml (diff)
The file was modifiedadditional-material/db/microstories-mysql.creation.sql (diff)
The file was addedjsf/src/main/webapp/resources/css/readstory.css (diff)
The file was addedjsf/src/main/webapp/story/readStory.xhtml (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/Story.java (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamc/microstories/jsf/StoryManagedBean.java (diff)
The file was modifiedadditional-material/db/microstories-mysql.full.sql (diff)
The file was modifiedadditional-material/db/microstories-mysql.data.sql (diff)
The file was modifiedjsf/src/main/webapp/WEB-INF/template.xhtml (diff)