SuccessChanges

Summary

  1. tsk83 Updates method to get favorite stories filtered by genre (details)
Commit ae34ab18094088a13a171f26e9f5e76b5daa52ff by martinperez.patricia
tsk83 Updates method to get favorite stories filtered by genre
Updated method to filter the favorite stories by genre. The method takes
into account the other filters applied to the stories, for example, the
filter of the title. The test method was also updated to check if the
filter of the genre is working as expected.
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryDataset.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/AuthorEJB.java (diff)