SuccessChanges

Summary

  1. Changes version to start the v0.3.0 development (details)
  2. tsk97 Adds generation of notifications when an event is cancelled or (details)
Commit e12a574fb5c86755effb7ee5b2e1c6bb7fd4e6da by Miguel Reboiro-Jato
Changes version to start the v0.3.0 development
In the v0.3.0 the minimum viable product will be completed with
internationalization and advanced exploring options.
The file was modifieddomain/pom.xml
The file was modifiedear/pom.xml
The file was modifiedtests/pom.xml
The file was modifiedjsf/pom.xml
The file was modifiedservice/pom.xml
The file was modifiedpom.xml
The file was modifiedrest/pom.xml
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/events-modified-location.xml
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java
The file was modifiedtests/src/main/resources/datasets/user-notifications.xml
The file was addedtests/src/main/resources/datasets/events-modified-date.xml
The file was addedtests/src/main/resources/datasets/user-notifications-modified.xml
The file was addedtests/src/main/resources/datasets/events-modified-category.xml
The file was addedtests/src/main/resources/datasets/events-modified-title.xml
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java
The file was modifiedtests/src/main/resources/scripts/cleanup.sql
The file was modifiedtests/src/main/resources/datasets/events-modified.xml
The file was addedtests/src/main/resources/datasets/notifications-modified.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-summary.xml