SuccessChanges

Summary

  1. tsk30 Adds User JPA entity and its relationships with Story (details)
Commit 09308fb7b31913009ccd43eb272bc46297de949b by aggarcia3
tsk30 Adds User JPA entity and its relationships with Story
This commit adds the JPA entity, updates the database scripts to create
and delete users and stories made by those users, adds tests for the new
entity, and modifies already existing test datasets, code, JSF views and
unit tests that depended on the concrete author data representation.
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Role.java
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/UserTest.java
The file was modifiedjsf/src/main/webapp/storyDetail.xhtml
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.java
The file was modifiedtests/src/main/resources/datasets/stories-visit-story.xml
The file was modifiedadditional-material/db/microstories-mysql.creation.sql
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/EntitiesTestSuite.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.java
The file was modifieddomain/pom.xml
The file was modifiedadditional-material/db/microstories-mysql.delete.sql
The file was modifiedadditional-material/db/microstories-mysql.data.sql
The file was modifiedadditional-material/db/microstories-mysql.drop.sql
The file was modifiedadditional-material/db/microstories-mysql.full.sql
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/User.java
The file was modifiedtests/src/main/resources/datasets/stories.xml
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/StoryTest.java