Modify ↓
Opened 10 years ago
Last modified 4 years ago
#11889 new enhancement
On-site notifications
Reported by: | Peter Suter | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | next-major-releases |
Component: | notification | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
On-site notifications are displayed to users on the Trac site (while e.g. email notifications are sent by email).
With INotificationDistributor we can send notifications via email, XMPP or any other transport channel. We could also "send" notifications to the appropriate user account on the Trac site itself and store them until the user visits the site and gets notified.
Attachments (0)
Change History (2)
Note:
See TracTickets
for help on using tickets.
Prototype in log:psuter.hg@T11889_onsite_notifications. (In changeset:506e21d786e1/psuter.hg, it's actually independent of the other uncommitted work.)
I guess this could also go in an external plugin instead. Let me know what you think.