SuccessChanges

Summary

  1. Fixes sql and modifies jsf (details)
Commit 90f5139c1614d81b926f94367e707b28abeddd6b by jpsilva17
Fixes sql and modifies jsf
Adds the User table to the sql and its foreing key to map to its entity.
Fixes the relationship of the user entity with story so that it is
displays in jsf. The stories are displays in full page and not in a
modal, this is to avoids bugs when creates the visits.
The file was modifiedadditional-material/db/microstories-mysql.full.sql (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/controllers/StoryController.java (diff)
The file was modifiedjsf/src/main/webapp/storyModal.xhtml (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/User.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/controllers/StoryExploreController.java (diff)
The file was removedear/dgss2223-teamA-microstories-ear.iml (diff)
The file was modifiedjsf/src/main/webapp/index.xhtml (diff)