SuccessChanges

Summary

  1. tsk94 (REST) Record history reading (details)
Commit 83b3097dd9f0f2d8bb55e87cb3bcc3cc50c41b6d by anaabadlorenzo24
tsk94 (REST) Record history reading
Adds new method to StoryResource that allows recordings of histories
reading for an authenticated user. Adds tests for this new method and
SQL sentence to delete table user_read_stories after tests execution.
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)
The file was modifiedtests/src/main/resources/scripts/cleanup.sql (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/model/StoryDto.java (diff)