SuccessChanges

Summary

  1. tsk15 Adds registered user private cover page (details)
Commit 4a97e85d990168194446aadc602c4419e82744f3 by avvazquez3
tsk15 Adds registered user private cover page
Adds an index page for the private site and elements to the top-right
menu, from which the user can check its profile, teams, competitions and
headquarters. The corresponding beans were created to provide the
functionality.
Also, implemented a logout mechanism that gets the user back to the
index page of the private area, prompting a login page.
The file was addedjsf/src/main/webapp/views/private/userProfile.xhtml (diff)
The file was addedjsf/src/main/java/ligaaas/teamc/jsf/UserHeadQuartersManagedBean.java (diff)
The file was addedjsf/src/main/java/ligaaas/teamc/jsf/UserTeamsManagedBean.java (diff)
The file was addedjsf/src/main/webapp/views/private/index.xhtml (diff)
The file was addedjsf/src/main/java/ligaaas/teamc/jsf/LogoutManagedBean.java (diff)
The file was addedjsf/src/main/webapp/views/private/userTeams.xhtml (diff)
The file was addedjsf/src/main/java/ligaaas/teamc/jsf/UserProfileManagedBean.java (diff)
The file was addedjsf/src/main/java/ligaaas/teamc/jsf/UserCompetitionsManagedBean.java (diff)
The file was addedjsf/src/main/webapp/views/private/userHeadQuarters.xhtml (diff)
The file was modifiedjsf/src/main/webapp/template/topbar.xhtml (diff)
The file was addedjsf/src/main/webapp/views/private/userCompetitions.xhtml (diff)