SuccessChanges

Summary

  1. tsk65 Add view to show and accept or reject invitation in teams (details)
Commit c5eae3de3a8ee6c0d822bb0c41f8445414ea26e5 by anrodriquez
tsk65 Add view to show and accept or reject invitation in teams
It incorporates a button in the list view of each team to view the
invitations. This button directs to a new view where the invitations of
the selected team are shown. In the case that the invitation has already
accepted, send a error message, if not change the status of the
invitation. If you choose to reject, the invitation will be deleted as
long as it has not been previosly accepted. To find the status of the
invitation, a new search function of the invitation that returns the
status of the invitation is added.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/TeamService.java (diff)
The file was addedjsf/src/main/webapp/private/team/invitations.xhtml (diff)
The file was modifiedjsf/src/main/webapp/private/team/teams.xhtml (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/jsf/TeamManagedBean.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/TeamServiceIntegrationTest.java (diff)