SuccessChanges

Summary

  1. Tsk53 Adds the functionality to create an author (details)
Commit 55120634969cb0c4d871bed733b0d7d7ec9fc5a9 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 class Author changes the initialization of their
stories by a LinkedHashSet to ensure that the order in the insertions of
the microstories.
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Author.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java
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 modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/UserService.java
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/UserServiceIntegrationTest.java
The file was addedtests/src/main/resources/datasets/author-create-without-stories.xml