SuccessChanges

Summary

  1. tsk24 Adds the commons-lang3 dependency (details)
  2. tsk24 Adds new annotations to the Story class (details)
  3. tsk25 Improves Story entity tests (details)
  4. tsk25 Removes date restrictions on the Story entity (details)
Commit 1d9c9110786c82493833b3c454172d805f2f8b9e by yruben98
tsk24 Adds the commons-lang3 dependency
Adds the necessary dependency to the pom.xml file of the domain project
to be able to use the string length checking methods in the Story entity
The file was modifieddomain/pom.xml
Commit 0486cf0f0b21fcf8dd21b577ea208936db6203d5 by yruben98
tsk24 Adds new annotations to the Story class
Adds new annotations to control the number of characters, date and
ensure that the columns of the Story class are not null. Adds a
correction for the subtopic can be null.
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.java
Commit 679637c8e23454a140da4cdeac445c4cbd383521 by yruben98
tsk25 Improves Story entity tests
Improves Story entity testing, adds string size checks and date checks
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/StoryTest.java
Commit fa7a5f4a00cf5beef49e349628595b3fb9d024c6 by yruben98
tsk25 Removes date restrictions on the Story entity
Removes restrictions for adding a future date to the current date in the
Story entity
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/StoryTest.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.java