SuccessChanges

Summary

  1. tsk7 Create resource to retrieve the most recent stories (details)
Commit 54d29529659f21dda01f7d577384107a94f96a77 by alexandreferi13
tsk7 Create resource to retrieve the most recent stories
Adds the resource for stories with testing and implementation of dataset
corrections
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/GenericTypes.java (diff)
The file was removedtests/resources/datasets/stories.xml (diff)
The file was addedtests/src/main/resources/datasets/stories.xml (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryDataset.java (diff)
The file was addedrest/src/main/java/microstories/rest/StoryResource.java (diff)
The file was modifiedrest/src/main/webapp/WEB-INF/web.xml (diff)
The file was modifiedrest/src/test/resources/web.xml (diff)
The file was addedrest/src/main/java/microstories/model/StoryDto.java (diff)