SuccessChanges

Summary

  1. tsk 46 Adds functionality to remove favourites (details)
Commit cedded0960e421a1711891a4a55c89ee8ff8b605 by martinperez.patricia
tsk 46 Adds functionality to remove favourites
Creates different methods in Story and User classes to remove the
favourite stories of a user. Adds the respective tests. The rest of the
requirements for this task were added when creating the JPA of the
Story.
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/UserTest.java (diff)
The file was modifiedadditional-material/db/microstories-mysql.data.sql (diff)
The file was modifiedadditional-material/db/microstories-mysql.full.sql (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/User.java (diff)