SuccessChanges

Summary

  1. tsk60: Implements story creation/editing UI (details)
Commit f78b3f456dd696872c8fca635fdcc1a6682782a9 by devpablogg
tsk60: Implements story creation/editing UI
Added a full story editor feature including the editor.xhtml page,
supporting CSS, and a session-scoped backing bean. Implemented genre and
theme selection, dynamic content limits, and a paper-style writing UI.
Updated web.xml to secure the editor for CREATOR users and enable form
login. Introduced logic for loading, editing, and creating stories with
proper access control and validation.
The file was addedjsf/src/main/java/es/uvigo/esei/microstories/jsf/StoryEditorBean.java (diff)
The file was modifiedjsf/src/main/webapp/WEB-INF/web.xml (diff)
The file was addedjsf/src/main/webapp/story/editor.xhtml (diff)
The file was modifiedjsf/src/main/webapp/resources/css/main.css (diff)