SuccessChanges

Summary

  1. tsk18 Adds views for teams management (details)
Commit 8ed0b4611b166d85f5750a7d4c094cd77664d521 by daouterelo
tsk18 Adds views for teams management
We added 3 views: list, add and edit teams. In the list view we have 2
search types (by name/description and by sport type) that search for the
user managed team applying this filters. In the add view we created a
form that allows to create a new team. In the edit view we have a form
that loads data from a a team and allows to change it. In the
TeamManagedBean we had removed some source code from some functions
because we have security roles but we don't have yet a login
implementation. In this cases we added a comment indicating what should
be implemented.
The file was addedjsf/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/jsf/TeamManagedBean.java (diff)
The file was addedjsf/src/main/webapp/private/team/edit.xhtml (diff)
The file was modifiedjsf/src/main/webapp/components/menu.xhtml (diff)
The file was addedjsf/src/main/webapp/private/team/add.xhtml (diff)
The file was addedjsf/src/main/webapp/private/team/teams.xhtml (diff)