SuccessChanges

Summary

  1. tsk9 - Adds rest resource to retrieve story by id (details)
Commit de2a9d74ebd4b68c7ce1c07c8c4dfd9fb150ad49 by ipgonzalez2
tsk9 - Adds rest resource to retrieve story by id
Adds rest resource to find story by id, including unit and integration
tests
The file was modifiedCONTRIBUTING.md (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResourceUnitTest.java (diff)
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/java/es/uvigo/esei/dgss/teamA/microstories/entities/StoryDataset.java (diff)