SuccessChanges

Summary

  1. Modifies the relationship between Player and Teams (details)
Commit e2092ce292a91801a2ee2a0d80061d5444fa1fdc by daouterelo
Modifies the relationship between Player and Teams
Our first idea was that a player could only be part of a single team,
but this limits the player too much, which for example could not be part
of a basketball team and another of video games, something that does not
make much sense. With this modification a player could compete, for
example, in a basketball competition and in a videogame competition at
the same time.
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Team.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Player.java (diff)