SuccessChanges

Summary

  1. tsk101 (EJB) Adds support for getting the count of times the user's (details)
Commit 14cfa7b79a59cf4071263d89d5bfc2a3acf5943b by anaabadlorenzo24
tsk101 (EJB) Adds support for getting the count of times the user's
stories have been marked as favorites
Adds a new method to StoryEJB that retrieves the number that user's
stories have been marked as favorites. Also add new package with object
in rest layer to support the return of three different values for
statistics
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/StoryEJB.java (diff)
The file was addedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/model/StoryStatistics.java (diff)