SuccessChanges

Summary

  1. tsk24 Adds the functionality to search the most read stories (details)
Commit 7221ce1b0ab8eb44979fe3c5af3d29899f1c90c4 by bcgonzalez4
tsk24 Adds the functionality to search the most read stories
Adds a method to storyEJB to find the most read stories. The relevant
tests are also added to this method and the necessary modifications in
the dataset to adds a new visitDate table to the database. The
getStartPagination method is added to the StoryEJB to facilitate
pagination.
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.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/datasets/storiesLess.xml (diff)
The file was modifiedtests/src/main/resources/datasets/stories-edit.xml (diff)
The file was modifiedtests/src/main/resources/datasets/storiesSameDate.xml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java (diff)
The file was modifiedtests/src/main/resources/datasets/stories.xml (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/TestStoryEJB.java (diff)
The file was modifiedtests/src/main/resources/datasets/stories-delete.xml (diff)
The file was modifiedadditional-material/db/microstories-mysql.full.sql (diff)
The file was modifiedtests/src/main/resources/datasets/stories-add.xml (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryEntityTest.java (diff)