SuccessChanges

Summary

  1. Modifies .gitignore (details)
  2. Tsk1 Create Story Entity (details)
Commit 0ad86d6e03f68b3e6f08a9c28ff6845422ff6c23 by gvgomez
Modifies .gitignore
In order to ignore iml files, the .gitignore file is modified
The file was modified.gitignore (diff)
Commit 94b2a5618c1b00e628dd68263c020c084e687f71 by gvgomez
Tsk1 Create Story Entity
Adds the Story class to store the objects related to the stories Adds
the necessary SQL files to create/insert/delete data and tables Adds the
test class for the Story class and the Test Suite Modifies the poms to
add the dependency to apache commons-lang
The file was modifiedpom.xml (diff)
The file was modifieddomain/pom.xml (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Theme.java (diff)
The file was modifiedadditional-material/db/microstories-mysql.full.sql (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java (diff)
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTest.java (diff)
The file was addedadditional-material/db/microstories-mysql.creation.sql (diff)
The file was addedadditional-material/db/microstories-mysql.data.sql (diff)
The file was addedadditional-material/db/microstories-mysql.drop.sql (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Genre.java (diff)
The file was addedadditional-material/db/microstories-mysql.delete.sql (diff)
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTestSuite.java (diff)