SuccessChanges

Summary

  1. Tsk 26 - Clears the Story entity (details)
Commit f9c0b72aa2a2844a8091e74fced52a1f3e35f806 by bmcandeias
Tsk 26 - Clears the Story entity
Clears the Story entity removing the readCount attribute to sustitute by
a new entity called "Reading" which relation the readings of a day with
a microstory. The change affects to the entity Story, its tests and the
SQL, XML and Dataset file to clear the attribute readCount. The method
findMostReaderStoriesByGenre of the StoryDataset is modified to adapt to
the service layer because this layer will be modified in the nexts tasks
to adopt another most reading protocol
The file was modifiedtests/src/main/resources/datasets/stories.xml (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.data.sql (diff)
The file was modifiedadditional-material/db/microstories-mysql.creation.test.sql (diff)
The file was modifiedadditional-material/db/microstories-mysql.full.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.creation.sql (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/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java (diff)