UnstableChanges

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 modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/Genre.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryTest.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java (diff)
The file was addedtests/src/main/resources/datasets/stories.out.xml (diff)
The file was modifiedtests/src/main/resources/datasets/stories.xml (diff)
The file was addedtests/src/main/resources/datasets/stories-read-date-added.xml (diff)
The file was modifiedtests/src/main/resources/datasets/stories-remove.xml (diff)
The file was addedtests/src/main/resources/datasets/stories-most-readed.xml (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJBIntegrationTest.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java (diff)
The file was modifiedtests/src/main/resources/scripts/cleanup.sql (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/Story.java (diff)
The file was modifiedtests/src/main/resources/datasets/stories-update.xml (diff)