Install

Works with Drupal: 7.x

Using dev releases is not recommended, except for testing.

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 36.23 KB
MD5: 20a124666511b1f29a7d6a28fe3e48cd
SHA-1: b58014ae5f693cd4456894dc01fb1a5490f46226
SHA-256: 3d7129217d587cd96b67f191642a439a264f4fe282bfc1bd744d663486c9ab68
Download zip 42.37 KB
MD5: 38576f472141b7d075232208296639ef
SHA-1: f6942b3792032493463741eb0a506cc139dd911d
SHA-256: def465b4b530a61600d827ddf70fc49262219806327506ef15bee69a0f2bc2d1

Release notes

Contains the latest and greatest.

THIS VERSION HAS A NEW DEPENDENCY. DOWNLOAD AND INSTALL IT BEFORE UPGRADING YOUR CODE: Usergroups API

This version makes each checklist a template or base. Checklists then have instances that are created that must be completed.

Version 1.x:
- Created checklist - Assign who completes it
- Added items
At this point the checklist would show up for people to complete

Version 2.x:
- Create checklist
- Add items
- Create instance - this is now where you assign who is supposed to complete the checklist.
At this point the checklist can be completed. A checklist can be completed by the same person multiple times by creating multiple instances of that checklist.

Also available now is a way to create group checklist instance - this is an instance that people complete as a group, all together.

The Usergroups API will allow an instance to be assigned to be completed by a specific role, a specific user, or to other groups that may be defined.

Created by: j_ten_man
Created on: 6 Jul 2011 at 16:26 UTC
Last updated: 21 Mar 2014 at 15:09 UTC
New features

Other releases