FailedChanges

Summary

  1. tsk63 Invitations between team and competition (details)
Commit a84fafb6b2de1344c885fd493fda221f14c6a9b9 by anrodriquez
tsk63 Invitations between team and competition
Eliminates the many-to-many relationship previously created. This
happens because there is an attribute between the relationship, so it is
have to manage this manual relationship to work with composite keys.
Adds that a competition can add or remove an invitation to a team, and a
team can accept ot reject that invitation.
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/InvitationBetweenTeamCompetition.java (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/jsf/CompetitionManagedBean.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/Competition.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/Team.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/CompetitionTest.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/TeamTest.java (diff)