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)
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
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