SuccessChanges

Summary

  1. tsk28 (REST) Adds resource to obtain your own stories (details)
Commit 7e3ed4845b2542448a8111bf2e91d98789a2f5f5 by alexandreferi13
tsk28 (REST) Adds resource to obtain your own stories
Creates a new EJB for user management.
Implements the functionality to obtain stories by user login and also
adds the test for this case with the necessary data in the dataset.
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java (diff)
The file was addedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/UserEJB.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryDataset.java (diff)
The file was modifiedtests/src/main/resources/datasets/stories.xml (diff)