SuccessChanges

Summary

  1. tsk79(REST+EJB) Modify the resource to obtain your own histories to add (details)
Commit 7f2c7ea98161c7bd6fa6edc2a6d9008fd992a845 by alexandreferi13
tsk79(REST+EJB) Modify the resource to obtain your own histories to add
date range filter
Modify the resource and EJB methods to add another type of filter, in
this case filter by range of dates. Also implements test for this
purpose and for filter by topic that was missing.
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryDataset.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java (diff)