SuccessChanges

Summary

  1. Tsk19-21 Adds the resource to get the most read stories (details)
Commit 9952b6bb80ab54f40e2caafb3e1feb385efa02f2 by bmcandeias
Tsk19-21 Adds the resource to get the most read stories
- Adds the resource to get the most read stories
- Adds the rest test of the new resource
- Adds the unit test of the new resource
- Modifies the service to filter stories by the last month
- Modifies the name of the method getMostReaderStories() by
findMostRead() in StoryService class
- Modifies the name of the method testGetMostReaderStories() by
testFindMostRead() in StoryServiceIntegrationTest class
- Modifies the name of the method storiesMostReader() by
storiesMostRead() in the StoryDataset class and modifies the method to
filter by the last month
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryServiceIntegrationTest.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceUnitTest.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java (diff)