Changes between Initial Version and Version 1 of S3/Notifications


Ignore:
Timestamp:
09/05/13 09:22:18 (11 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/Notifications

    v1 v1  
     1= S3 Subscriptions / Notifications =
     2[[TOC]]
     3
     4The S3Notifications framework is used to send automatic update notifications to subscribers.
     5
     6== Subscriptions ==
     7
     8Person Entities (e.g. users) can subscribe to get notified when new records get created or records get updated in a resource. Subscriptions can be filtered (using saved filters) to limit notifications to records matching certain filter criteria.
     9
     10=== Data Model ===
     11
     12Subscriptions use the S3SubscriptionsModel in modules/s3db/pr.py:
     13
     14[[Image(subscription_model.png)]]
     15
     16== Notifications ==