SuccessChanges

Summary

  1. tsk30 Add support for creating and modifying micro stories. (details)
Commit e370a838ef764b17e30d007a0c2b076775175cac by avosbrino
tsk30 Add support for creating and modifying micro stories.
Create the function to create a story by a user, update the
story by the user and publish it, change the validation rules (content,
type, topic can be null), perform all validations when published. Fix
errors in insert db and primary key error in Story table.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java (diff)
The file was modifiedadditional-material/db/microstories-mysql.creation.sql (diff)
The file was modifiedtests/src/main/resources/datasets/stories.xml (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTest.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/Story.java (diff)
The file was addedtests/src/main/resources/datasets/user-create-story.xml (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/test/StoryServiceIntegrationTest.java (diff)
The file was addedtests/src/main/resources/datasets/user-publicate-story.xml (diff)
The file was modifiedadditional-material/db/microstories-mysql.data.sql (diff)
The file was modifiedtests/src/main/resources/datasets/stories-remove.xml (diff)
The file was addedtests/src/main/resources/datasets/user-update-story.xml (diff)