SuccessChanges

Summary

  1. tsk68 Adds Players management (details)
Commit dfcdd9fc0a951fcc2bca188d5d24af36de882afd by daouterelo
tsk68 Adds Players management
Restructuring the players management, now the user has a players section
at the top menu, where their managed players will be listed
alphabetically, showing the most relevant information about them  and
allowing to create a new player or edit/remove an existing player.
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/Player.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/PlayerService.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/PlayerServiceIntegrationTest.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/PlayerDataset.java (diff)
The file was modifiedjsf/src/main/webapp/private/player/edit.xhtml (diff)
The file was addedtests/src/main/resources/datasets/playersForGet.xml (diff)
The file was addedjsf/src/main/webapp/private/player/players.xhtml (diff)
The file was modifiedjsf/src/main/webapp/components/menu.xhtml (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/jsf/PlayerManagedBean.java (diff)