SuccessChanges

Summary

  1. Tsk53 Adds the functionality to create an author (details)
Commit 758fdfe2e3d1e6486a6d97af3cb3a6c6860dcf03 by bmcandeias
Tsk53 Adds the functionality to create an author
Adds the service to create a new Author. This service is in the
UserService class but is allowed to all users unlike the other services
of the class.
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTest.java
The file was addedtests/src/main/resources/datasets/author-create-with-stories.xml
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/UserService.java
The file was addedtests/src/main/resources/datasets/author-create-without-stories.xml
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/UserServiceIntegrationTest.java