SuccessChanges

Summary

  1. tsk33,36 Adds support to search the stories with most reads (details)
Commit b279ba9d6ccaf614bfe0f6daac35df72181eb8d8 by david.f.suarez18
tsk33,36 Adds support to search the stories with most reads
Implemented functionality to search for the most-read stories of the
past month, filtered by genre. Additionally, added a helper function to
retrieve the read count from the Story entity.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java
The file was addedtests/src/main/resources/datasets/stories-read-date-added.xml
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryTest.java
The file was modifiedtests/src/main/resources/datasets/stories.xml
The file was modifiedtests/src/main/resources/datasets/stories-update.xml
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJBIntegrationTest.java
The file was addedtests/src/main/resources/datasets/stories-most-readed.xml
The file was modifiedtests/src/main/resources/scripts/cleanup.sql
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/Story.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/Genre.java
The file was addedtests/src/main/resources/datasets/stories.out.xml
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java
The file was modifiedtests/src/main/resources/datasets/stories-remove.xml