SuccessChanges

Summary

  1. tsk31 Adds JSF template and bean to add a new story by a logged user (details)
Commit 03ffaedc25f88f7706d63e6c900c18324e6ed1e3 by acdominguez
tsk31 Adds JSF template and bean to add a new story by a logged user
Adds new form template to add a new Story from the private User
dashboard. From this panel the user can save or publish a story. In
addition, modifies the Topics and Types enums to obtains its values ​​in a
readable way in the template.
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/Topics.java (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/UserManagedBean.java (diff)
The file was addedjsf/src/main/webapp/resources/components/microstories/addModalComponent.xhtml (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/Type.java (diff)
The file was modifiedjsf/src/main/webapp/WEB-INF/template.xhtml (diff)
The file was modifiedjsf/src/main/webapp/user/home.xhtml (diff)