ckanext-feedback
CKAN extension providing a simple feedback form for submitting data requests through the CKAN system. The administrator receives an email for processing the request.
Developed for use as a Data-request module in the Data.Gov.IE Open Data Platform, but can be extended and used as a generic feedback module for any CKAN deployment.
Installation
git clone https://github.com/maulikkamdar/ckanext-feedback.git
cd ckanext-feedback
python setup.py develop
Add feedback to the ckan.plugins setting in your CKAN config file.
Configuration
# ckan.feedback.request_email = admin@example.com
# ckan.feedback.sender_email = noreply@example.com
If not defined, default values from controller.py are used.
License
AGPL-3.0
Info
2 stars, 4 forks. By Maulik Kamdar.