SuccessChanges

Summary

  1. tsk51 Refactors the UserEntity class and modifies many files that depend (details)
Commit c4c69d0ef0e9960ce02aaf8ad7c9343da0182d42 by 84422910+olivergr77
tsk51 Refactors the UserEntity class and modifies many files that depend
on the UserEntity
The UserEntity has been refactored to use a more specific name, in this
case Author. This change needed the refactoring of many files dependent
on the UserEntity class, influencing all layers of the project.
Additionally, the corresponding datasets in the test layer have been
modified.
The file was modifiedtests/src/main/resources/scripts/cleanup.sql
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryEntity.java
The file was addedtests/src/main/resources/datasets/authors.xml
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/entities/ViewTest.java
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/model/StoryDto.java
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryTest.java
The file was addedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/AuthorEJB.java
The file was removeddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/entities/UserTest.java
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java
The file was removedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/UserEJB.java
The file was removeddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/UserEntity.java
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/AuthorEntity.java
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/entities/AuthorTest.java
The file was removedtests/src/main/resources/datasets/users.xml
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryDataset.java