SuccessChanges

Summary

  1. Tsk36 Adds the creation of microstories to the personal page (details)
Commit 0520e6e326ba66c07ebcaf0e55d5fa71c09ccac6 by dlgonzalez
Tsk36 Adds the creation of microstories to the personal page
Creates a new story constructor used for the creation of a new story in
the personal page. Adds a new modal that makes use of a javascript file
that controls the maximum size of the text based on the value of the
genre. Modifies the template in order to use the javascript file. Adds a
new button in the userPage to open the modal. Modifies the controller of
story to use the method of create story.
The file was modifiedjsf/src/main/webapp/userPage.xhtml (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/StoryController.java (diff)
The file was modifiedjsf/src/main/webapp/WEB-INF/template.xhtml (diff)
The file was addedjsf/src/main/webapp/resources/components/creationStoryModal.xhtml (diff)
The file was addedjsf/src/main/webapp/js/creationStory.js (diff)
The file was modifiedjsf/src/main/webapp/resources/components/userModal.xhtml (diff)