SuccessChanges

Summary

  1. tsk-15-19 Added functionality to explore stories (details)
Commit 07357aa82e664cc312c4fbad40fe640f5bdd8dc2 by luissalgadoblanco
tsk-15-19 Added functionality to explore stories
Added the EJB and the Resource to explore stories by his gender, topic
or publicationDate. The tests of the resource has been created. Some
little utility functions added in the enums class.
The file was addedrest/dgss2324-teamA-microstories-rest.iml (diff)
The file was modifiedrest/src/main/java/microstories/rest/StoryResource.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryDataset.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/enums/Topic.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/enums/Gender.java (diff)
The file was modifiedtests/src/main/resources/datasets/stories.xml (diff)