SuccessChanges

Summary

  1. tsk103 (REST) Obtains favorites statistics (details)
Commit d321e7de8bb056372c48dd4cbfdf3f92859c1b65 by anaabadlorenzo24
tsk103 (REST) Obtains favorites statistics
Adds new method to StoryResource in order to obtain favorites
statistics. Also modifies some xml in order to add new data for testing
new method and adds corresponding tests.
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/model/StoryStatisticsDto.java (diff)
The file was modifiedtests/src/main/resources/datasets/favourites-add.xml (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java (diff)
The file was modifiedtests/src/main/resources/datasets/favorites-delete.xml (diff)
The file was modifiedtests/src/main/resources/datasets/favorites.xml (diff)