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 modifiedear/pom.xml (diff)
The file was modifiedjsf/pom.xml (diff)
The file was modifieddomain/pom.xml (diff)
The file was modifiedservice/pom.xml (diff)
The file was modifiedtests/pom.xml (diff)
The file was modifiedrest/pom.xml (diff)
The file was modifiedpom.xml (diff)
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 modifiedtests/src/main/resources/datasets/events-modified.xml (diff)
The file was addedtests/src/main/resources/datasets/events-modified-category.xml (diff)
The file was addedtests/src/main/resources/datasets/user-notifications-modified.xml (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/letta/rest/EventResourceRestTest.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java (diff)
The file was modifiedtests/src/main/resources/scripts/cleanup.sql (diff)
The file was addedtests/src/main/resources/datasets/notifications-modified.xml (diff)
The file was modifiedtests/src/main/resources/datasets/user-notifications.xml (diff)
The file was addedtests/src/main/resources/datasets/events-modified-date.xml (diff)
The file was addedtests/src/main/resources/datasets/events-modified-summary.xml (diff)
The file was addedtests/src/main/resources/datasets/events-modified-title.xml (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java (diff)
The file was addedtests/src/main/resources/datasets/events-modified-location.xml (diff)