SuccessChanges

Summary

  1. Tsk19 Adds a funtionality to search the most read stories (details)
Commit 179ee3df82a74a7f63dd283b421d366258471886 by bmcandeias
Tsk19 Adds a funtionality to search the most read stories
Adds a new columns in the Story Modifies the scripts SQL with the new
column Adds the test to the new column in the domain tests Adds the
service to get the most read stories Adds the service test of the new
service Adds the method storiesMostReader() in the StoryDataset
The file was modifiedadditional-material/db/microstories-mysql.creation.test.sql (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToStory.java (diff)
The file was modifiedtests/src/main/resources/datasets/stories.xml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java (diff)
The file was modifiedadditional-material/db/microstories-mysql.data.sql (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTest.java (diff)
The file was modifiedadditional-material/db/microstories-mysql.full.sql (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java (diff)
The file was modifiedadditional-material/db/microstories-mysql.creation.sql (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryServiceIntegrationTest.java (diff)