SuccessChanges

Summary

  1. tsk35 Adds story resource for create stories (details)
Commit a092c91d9e92113af6b3a344c4fa6e444a8e9d88 by dvfernandez
tsk35 Adds story resource for create stories
Adds the resource to create stories and the necessary tests. Adds a
setter for the Id in Story class and the published attribute to StoryDTO
class.
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/Story.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/StoriesDataset.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamc/microstories/http/util/HasHttpStatus.java
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamc/microstories/rest/UserResourceRestTest.java
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teamc/microstories/rest/StoryDTO.java
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teamc/microstories/rest/UserResource.java