Extension Notifications


Extension Basics

Title
Notifications
Name
ckanext-notifications
Type
Public extension
Description
A CKAN extension that provides the ability to send notifications via e-notify with email support and subscription management.
CKAN versions
Download-Url (zip)
Last commit
5 years ago (2020-10-21 15:34:57)
Url to repo
Category
Content Management


Background Infos

Description (long)
Show details

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

  1. Activate your CKAN virtual environment
  2. Install the extension: pip install -e git+https://github.com/microcomp/ckanext-notifications.git#egg=ckanext-notifications
  3. Add notifications to the ckan.plugins setting in your CKAN config file
  4. Restart CKAN
Version
Version release date
(not set)
Contact name
microcomp
Contakt email
(not set)
Contact Url


Installation Guide

Configuration hints

Requires CKAN email settings to be configured for notifications.

Plugins to configure (ckan.ini)
notifications
CKAN Settings (ckan.ini)
# No specific environment variables documented
DB migration to be executed
(not set)
<< back to Extensions