SuccessChanges

Summary

  1. tsk37 Adds the creation of stories to the list of own stories (details)
Commit 99cbe1f8415cebd921125c501be59052a85dfd1a by yruben98
tsk37 Adds the creation of stories to the list of own stories
Adds the logic needed to add or publish a story to the story controller.
Adds to the view of own stories a button that redirects to the view of
creation of a new story. Also fixes the title of the page for one more
in line with the content.
Add your own view with the necessary form to add a new story. The form
shows two possibilities: save or publish a story.
Adds an AddFormValidator class that contains the logic necessary to
validate that the form content conforms to the user story requirements.
This validation is done at the moment the user clicks one of the two
buttons (save or publish). In the event of an error, the user is
informed by means of a red explanatory text below the erroneous field.
The file was addedjsf/src/main/webapp/addStory.xhtml
The file was modifiedjsf/src/main/webapp/ownStories.xhtml
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/StoryController.java
The file was addedjsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/validators/AddFormValidator.java