Commit
3467ec5da0c895200f15f579c197bbc9221388ad
by gvgomezTsk14 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