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. fix: Fixes the sample data contained in the additional-materials script (details)
  5. tsk25 Removes date restrictions on the Story entity (details)
  6. tsk16 Adds browse button on home page and search button (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 (diff)
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 (diff)
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 (diff)
Commit 98c65ef464f44acfb748e23dd30cc7d9ec9846b0 by yruben98
fix: Fixes the sample data contained in the additional-materials script
Adds a date to some example data that were null. Modified the texts of
some stories that did not comply with the character limit.
The file was modifiedadditional-material/db/microstories-mysql.full.sql (diff)
The file was modifiedadditional-material/db/microstories-mysql.data.sql (diff)
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/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/StoryTest.java (diff)
Commit 2492d17c3359bf087ac0ad10d942056ae5ffffe9 by yruben98
tsk16 Adds browse button on home page and search button
Adds a button to give access to the browse view on top of the six most
recent stories and the stories resulting from the search
The file was modifiedjsf/src/main/webapp/index.xhtml (diff)
The file was modifiedjsf/src/main/webapp/searchStories.xhtml (diff)