SuccessChanges

Summary

  1. Tsk39 Adds the REST to create a story (details)
Commit ac5f177c1871db54dfd04186679cf8f80b577f90 by bmcandeias
Tsk39 Adds the REST to create a story
Adds the REST to create a microstory. This service is in the UserService
because the microstory is asociated to an author logged.
The file was addedtests/src/main/resources/datasets/stories-create-story.xml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/UserResourceUnitTest.java (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/UserResource.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/UserResourceRestTest.java (diff)