| 16 | The {{{pr_subscription}}} table stores the notification settings and links to the subscriber person entity (user) and the filter. |
| 17 | |
| 18 | The {{{pr_subscription_resource}}} table is a component of {{{pr_subscription}}} and stores the name of the resource and the URL of the controller to check for updates. |
| 19 | |
| 20 | All resources in a subscription use the same filter. If different filters are to be used, multiple subscriptions are required. |
| 21 | |
| 22 | === GUI === |
| 23 | |
| 24 | No generic user interface for subscriptions has been implemented so far. |
| 25 | |
| 26 | A custom interface can be found in private/templates/DRMP/controllers.py. This interface manages a single subscription per user with multiple resources using a common filter. |