FailedChanges

Summary

  1. tsk22 Adds resource to get most readed stories (details)
Commit 84b17158ab31a1d363ce96851db9800301858ace by fercamta
tsk22 Adds resource to get most readed stories
Adds rest resource to get the most readed stories in a date range. The
spected parameters are two strings with date in format dd/mm/yyyy,
indicating initial and final date. If parameters couldn't be parsed or
aren't passed, it will throw a bad request exception.
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java (diff)