SuccessChanges

Summary

  1. tsk97 Adds generation of notifications when an event is cancelled or (details)
Commit 95687f98ef5adbce5562992ae51fb80fa33b2948 by afnandin
tsk97 Adds generation of notifications when an event is cancelled or
modified
Modifies EventEJB so that when an event is cancelled or modified, its
attendees receive a notification. It also sends the notification by
email to those attendees who have previously chosen this feature in
their own profile.
Modifies testing in the Service and Rest layers so they support
Notifications.
Adds new datasets and modifies previous ones to use in the testing
classes.
Modifies the order of deletion in cleanup.sql so that it does not leave
invalid foreign keys.
The file was addedtests/src/main/resources/datasets/notifications-modified.xml
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java
The file was modifiedtests/src/main/resources/datasets/user-notifications.xml
The file was addedtests/src/main/resources/datasets/events-modified-location.xml
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/letta/rest/EventResourceRestTest.java
The file was addedtests/src/main/resources/datasets/events-modified-category.xml
The file was modifiedtests/src/main/resources/datasets/events-modified.xml
The file was modifiedtests/src/main/resources/scripts/cleanup.sql
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java
The file was addedtests/src/main/resources/datasets/events-modified-title.xml
The file was addedtests/src/main/resources/datasets/user-notifications-modified.xml
The file was addedtests/src/main/resources/datasets/events-modified-date.xml
The file was addedtests/src/main/resources/datasets/events-modified-summary.xml