SuccessChanges

Summary

  1. tsk2: Adds comments to classes (details)
  2. tsk6: Update publishedAt attribute as nullable (details)
  3. tsk2: Improve the safety of the Story class (details)
Commit 0c7d74b3ed116fa6be8415d0c0a2b7c226a6957f by josecampor31
tsk2: Adds comments to classes
This comments will help to understand the responsibilities of this
classes
The file was modifieddomain/src/test/java/es/uvigo/esei/microstories/domain/entities/StoryTest.java
The file was modifieddomain/src/main/java/es/uvigo/esei/microstories/domain/entities/Story.java
Commit 4d9c1d3dc64ee01372e300a5dccf4c1276eb4012 by josecampor31
tsk6: Update publishedAt attribute as nullable
PublishedAt attribute can be nullable if the author has not yet
published the story.
The file was modifiedadditional-material/db/microstories-mysql.creation.sql
The file was modifieddomain/src/main/java/es/uvigo/esei/microstories/domain/entities/Story.java
The file was modifieddomain/src/test/java/es/uvigo/esei/microstories/domain/entities/StoryTest.java
The file was modifiedadditional-material/db/microstories-mysql.full.sql
Commit 3e3283d0d58faa14da648b7c649563bdb6b1e430 by josecampor31
tsk2: Improve the safety of the Story class
New checks with their respective tests are added
The file was modifieddomain/src/main/java/es/uvigo/esei/microstories/domain/entities/Story.java
The file was modifieddomain/src/test/java/es/uvigo/esei/microstories/domain/entities/StoryTest.java