SuccessChanges

Summary

  1. tsk10 Adds a service to retrieve the stories filtered by text (details)
Commit 577fe78a3127678497fcb709f67a6498483b5832 by daniel
tsk10 Adds a service to retrieve the stories filtered by text
Adds a service that shows all the stories that contain in the title or
text the given text Adds the test for the service
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/microstories/service/StoryService.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/microstories/service/StoryServiceIntegrationTest.java (diff)