SuccessChanges

Summary

  1. [sto17-tsk51] Refactoring to add the event updating in a simple way (details)
Commit 037e780a6fb19e33683aef2995982c4d866df382 by sicofan
[sto17-tsk51] Refactoring to add the event updating in a simple way
This commit adds the event_form.xhtml template to avoid code repetition.
Besides, adds redirection to login in EventController and fixes some
mistakes. The naming policy for templates is underscores and camel case
for other pages. This rule was added to CONTRIBUTING.md.
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teama/letta/jsf/SearchController.java (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teama/letta/jsf/EventController.java (diff)
The file was modifiedjsf/src/main/webapp/createEvent.xhtml (diff)
The file was removedjsf/src/main/webapp/search_results.xhtml (diff)
The file was modifiedCONTRIBUTING.md (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/Event.java (diff)
The file was addedjsf/src/main/webapp/searchResults.xhtml (diff)
The file was addedjsf/src/main/webapp/templates/event_form.xhtml (diff)