Implement mail notifications
Reported by Ben Hood | September 27th, 2010 @ 11:14 AM | in 0.8
We need to implement some kind of email based notification that has a URL to the conflict in the UI. These should not be sent out for each conflict, rather there should be some kind of buffering that doesn't flood end users with notifications that they then ignore.
This can be implemented as a separate component that subscribes to the streaming API of the session manager and maintains a last notification time for each of the email users that require notifying.
The URL of the link should come from a property rather than the context.
Comments and changes to this ticket
-

Ben Hood September 27th, 2010 @ 11:20 AM
- Milestone set to 0.8
- Milestone order changed from 12 to 0
-

Jonathan Lister September 28th, 2010 @ 08:09 AM
Duplicated in #38, which suggests 10 mins as the window.
-

Ben Hood September 29th, 2010 @ 12:22 PM
- Assigned user set to Ben Hood
-

Ben Hood September 29th, 2010 @ 12:57 PM
- State changed from new to open
-

Ben Hood October 1st, 2010 @ 11:31 AM
- Milestone order changed from 6 to 0
This is pretty much done, but there is a bug still in the rendering phase when the whole things is in run in Jetty :-(
-

Ben Hood October 4th, 2010 @ 06:31 PM
- State changed from open to resolved
-

-

Ben Hood October 4th, 2010 @ 08:11 PM
Good question, it's not very ergonomic ATM, but if you check out the
users resource in the REST API, you can add a user. Each registered
user will get notified once every half hour by mail. -

Ben Hood October 28th, 2010 @ 04:23 PM
- State changed from resolved to closed
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A Real Time Differencing Tool.
People watching this ticket
Tags
Referenced by
-
38
Notifications of new difference events
Duplicate of #16.
-
71
Stub out the mail API
This would test the functionality implemented in #16.
-
80
Implement more rigorous checks of notification mails
The shouldFindDifferencesInDifferingParticipants test inc...