SuccessChanges

Summary

  1. tsk14 Adds the feature to explore stories to the service (details)
Commit 8594b4a4d6c33f97fe7bef793e69f1fa2b2bd3cf by dvfernandez
tsk14 Adds the feature to explore stories to the service
Adds a method to explore stories by multiple fields with its tests Adds
a method to count the stories that match the search fields with its
tests Adds enum for date's field options
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamc/microstories/service/StoryServiceIntegrationTest.java (diff)
The file was addedservice/src/main/java/es/uvigo/esei/dgss/teamc/microstories/service/DateRange.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamc/microstories/service/StoryService.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/StoriesDataset.java (diff)