ckanext-notifications
CKAN extension provides possibility to send notifications via e-notify.
This extension allows users to subscribe to datasets and resources, and receive notifications when changes are made. The extension supports email notifications and provides a dashboard interface for managing subscriptions.
Features
- Email notifications for dataset/resource changes
- Subscription management for users
- Dashboard interface for viewing notifications
- Pagination support for notification lists
- Timestamp information in email body
Installation
- Activate your CKAN virtual environment
- Install the extension:
pip install -e git+https://github.com/microcomp/ckanext-notifications.git#egg=ckanext-notifications
- Add
notifications to the ckan.plugins setting in your CKAN config file
- Restart CKAN