SuccessChanges

Summary

  1. tsk27 Adds management of own competitions (details)
Commit f15505b582633345bb48984e4aa188ae4d586c8e by anrodriquez
tsk27 Adds management of own competitions
Adds the creation, deletion, update and search by name and description
as well as by type of sport. To do this, the competition list view is
updated, in addition to adding the view to add and edit with the backing
beans to manage all this functionality. Validation of views and
responsive desing in view elements are included.
The menu link is updated to address these functions.
The file was addedjsf/src/main/webapp/private/competition/edit.xhtml (diff)
The file was addedjsf/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/jsf/CompetitionManagedBean.java (diff)
The file was addedjsf/src/main/webapp/private/competition/add.xhtml (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/CompetitionService.java (diff)
The file was modifiedjsf/src/main/webapp/private/competition/competitions.xhtml (diff)
The file was modifiedjsf/src/main/webapp/components/menu.xhtml (diff)