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 modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/enums/Gender.java
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/enums/Topic.java
The file was addedrest/dgss2324-teamA-microstories-rest.iml
The file was modifiedtests/src/main/resources/datasets/stories.xml
The file was modifiedrest/src/main/java/microstories/rest/StoryResource.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryDataset.java