#11869 closed enhancement (fixed)
Add DB table for notification subscribers watching individual resources
Reported by: | Peter Suter | Owned by: | Peter Suter |
---|---|---|---|
Priority: | normal | Milestone: | 1.1.3 |
Component: | notification | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: |
Allow notification subscribers to watch individual resources etc. |
||
API Changes: |
Added new |
||
Internal Changes: |
Description
The Advanced Notification proposal suggests a second new DB table notify_watch (equivalent to Announcer plugin's subscription_attribute
).
It will allow INotificationSubscriber implementations to store data about a user's preferences e.g. for watching individually selected tickets, wiki pages, users, groups, components etc.
Attachments (0)
Change History (3)
comment:1 by , 10 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 10 years ago
API Changes: | modified (diff) |
---|---|
Release Notes: | modified (diff) |
Resolution: | → fixed |
Status: | assigned → closed |
Committed in [13551].
comment:3 by , 10 years ago
The addition of the tables has led to considering how we can keep the TracDev/DatabaseSchema diagrams up to date. Perhaps we could use th:PlantUmlMacro or another existing plugin: th:tags/uml?wiki=on . Using PlantUmlMacro has the nice advantage that the content can be created directly in the wiki page.
Proposed changes can be found in changeset:T11869_notify_watch_table/psuter.hg