SuccessChanges

Summary

  1. Tsk14 Add implementation to find stories by theme, genre or dates (details)
Commit 3467ec5da0c895200f15f579c197bbc9221388ad by gvgomez
Tsk14 Add implementation to find stories by theme, genre or dates
Adds a new enum (DateRange) that contains the valid date ranges Modifies
Genre and Theme to set an id from each value Modifies StoryService to
implements search stories by genre, theme or date Modifies
StoryServiceImplementationTest to test the service implementation
Modifies StoryDataset to add new static values for test purposes
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Theme.java
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryServiceIntegrationTest.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Genre.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/DateRange.java