SuccessChanges

Summary

  1. tsk21-40 Adds Story and User DTO (details)
  2. tsk21-40 Modifies the REST methods of the Story class (details)
  3. tsk21-40 Modifies REST tests of the Story class (details)
Commit 00d3aa0cb0f09d9ab7c9e6b5d92f41f55ca82b7a by yruben98
tsk21-40 Adds Story and User DTO
Adds the DTOs of the Story and User entities.
Made by Alejandro and Rubén.
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/dtos/StoryDto.java
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/dtos/UserDto.java
Commit 383e2466f8aab75d44f0fe34e0962219dfa6b635 by yruben98
tsk21-40 Modifies the REST methods of the Story class
Modifies the REST methods of the Story class to use the created DTOs.
Also adds Transactional annotation to the necessary methods, to maintain
an open transaction in this layer.
Made by Alejandro and Rubén.
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java
Commit 4f4a2413473423f0652fe8fdf414caa18c2f1e11 by yruben98
tsk21-40 Modifies REST tests of the Story class
Modifies the REST layer tests to adapt them to the use of DTOs.
Made by Alejandro and Rubén.
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceRestTest.java
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceUnitTest.java
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/GenericTypes.java