SuccessChanges

Summary

  1. tsk28 Adds visits attribute to the Story entity (details)
  2. tsk28 Modifies tests of the Story entity with the new visits attribute (details)
  3. tsk28 Modifies test resources with new Story entity attribute (details)
  4. tsk28 Modifies the example data to add the attribute visits (details)
Commit af1bb6de1bb81bb0800ab032def2d5e6fc1b32b9 by yruben98
tsk28 Adds visits attribute to the Story entity
Adds to the Story entity the attribute visits to be able to count the
number of visits
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.java (diff)
Commit 93f7c7a22ee8393a9a61317a07b2675e350afcea by yruben98
tsk28 Modifies tests of the Story entity with the new visits attribute
Modifies existing tests and add new tests of the Story entity after
adding the new attribute visits
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/StoryTest.java (diff)
Commit 2cc0dfe8680c019472d8ba3b8ca86444c7653a1e by yruben98
tsk28 Modifies test resources with new Story entity attribute
Modifies functions and data used by all tests to add the new visits
attribute of the Story entity
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.java (diff)
The file was modifiedtests/src/main/resources/datasets/stories.xml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToStory.java (diff)
Commit 8e032ef215be5c71492abcb293ce164e3fc893ac by yruben98
tsk28 Modifies the example data to add the attribute visits
Modifies the scripts with the sample data from additional-material to
add the new column visits in the insert statements
The file was modifiedadditional-material/db/microstories-mysql.full.sql (diff)
The file was modifiedadditional-material/db/microstories-mysql.data.sql (diff)