Extension Review


Extension Basics

Title
Review
Name
ckanext-review
Type
Public extension
Description
The **Review** extension for CKAN adds functionality to manage dataset and group review cycles with
CKAN versions
Download-Url (zip)
Last commit
9 years ago (2017-01-09 23:07:14)
Url to repo
Category
Visualization & Analytics


Background Infos

Description (long)
Show details

ckanext-review

Allows datasets to be reviewed at a set interval.

  • Adds a ‘package_review’ table to the database to store data related to the review process.
  • Adds a ‘group_review’ table to the database to store data related to the review process.
  • Adds a ‘Dataset Review Interval’ field to organisations that allows users to set the default review period for datasets.
  • Adds a ‘Next Review’ field to dataset new/edit screens which defaults to today + ‘Dataset Review Interval’
  • Adds a ‘Mark as Reviewed’ button to dataset view page.

Installation

  1. clone this repository
  2. install: python ckanext-review/setup.py develop
  3. add review to the list of plugins in .ini file
  4. Ensure ckan is configured to send emails: http://docs.ckan.org/en/latest/maintaining/email-notifications.html
  5. Create a cron job that runs once a day to create activity stream items when packages are due to be reviewed i.e.

    1 0 * * * /usr/lib/ckan/default/bin/paster –plugin=ckanext-review notify -c /etc/ckan/default/development.ini

Version
1.0
Version release date
2014-05-05
Contact name
XVT Solutions
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
review
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions