SuccessChanges

Summary

  1. tsk57 Adds support for find stories by topic on microstories resource (details)
Commit eb1a9f3c42b6f0de761791b3241481206830d462 by fercamta
tsk57 Adds support for find stories by topic on microstories resource
Updates the microstories resource on REST layer to support filtering by
topic during user microstories search. This new feature accepts one
topic and checks for it on the two possible fields of the story. Also
works with pagination.
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/UserResourceRestTest.java (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/UserResource.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoriesDataset.java (diff)