SuccessChanges

Summary

  1. tsk6: Update publishedAt attribute as nullable (details)
  2. tsk6: Update CONTRIBUTING.md to specify usage of DTO's classes (details)
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 modifieddomain/src/test/java/es/uvigo/esei/microstories/domain/entities/StoryTest.java
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 modifiedadditional-material/db/microstories-mysql.full.sql
Commit e350e8ff0305f477cd26188647a255514d1884f7 by josecampor31
tsk6: Update CONTRIBUTING.md to specify usage of DTO's classes
Add information about DTO usage in Service layer
The file was modifiedCONTRIBUTING.md