| 1 | = Subscription Project = |
| 2 | |
| 3 | Ideally Sahana Eden would be able to notify users of new information. This could be done by: |
| 4 | * Email |
| 5 | * SMS |
| 6 | * IM |
| 7 | * Twitter (?) |
| 8 | * Carrier Pigeon (I'm sure there'll be a Python module for it!) |
| 9 | |
| 10 | This project would be closely integrated with the [wiki:Projects/Advanced/SaveSearch Save Search Project], as it would also be useful to be able to subscribe to the specific search, to only receive notifications on information matching specific criteria. |
| 11 | |
| 12 | This project will involve: |
| 13 | * Develop data model for subscriptions |
| 14 | * UI for subscribing to resources & searchs |
| 15 | * UI for updating subscriptions |
| 16 | * Styling for emails |
| 17 | * Way of representing resources for IM/SMS messages |
| 18 | |
| 19 | Additional Features: |
| 20 | * Custom frequency of notification (per new information, per day, per week) |
| 21 | * Subscribe for New and/or Update |
| 22 | |
| 23 | A simple version was implemented in the DRR Project Portal (https://code.launchpad.net/~michael-howden/sahana-eden/adpc) ''Also see:'' Projects/Advanced/MigrateDRRProjectPortal |
| 24 | |
| 25 | |
| 26 | |