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 modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java
The file was addedtests/src/main/resources/datasets/user-update-story.xml
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/test/StoryServiceIntegrationTest.java
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTest.java
The file was addedtests/src/main/resources/datasets/user-publicate-story.xml
The file was modifiedtests/src/main/resources/datasets/stories-remove.xml
The file was addedtests/src/main/resources/datasets/user-create-story.xml
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java
The file was modifiedtests/src/main/resources/datasets/stories.xml
The file was modifiedadditional-material/db/microstories-mysql.creation.sql
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/Story.java
The file was modifiedadditional-material/db/microstories-mysql.data.sql