Hi All!
I made a small app (plugin) for checklist with templates.
Templates You can define checklist templates. You should fill only 3 text
field for each template:
1. You should name the template.
2. The actual list of the checklist.
- Section headers
- Check boxes
- Input strings
- Select boxes
3. All help text for the list items in one big text box. You can use
Markmin<http://web2py.googlecode.com/hg/applications/examples/static/markmin.html>syntax.
Checklists
You can have as many checklist as you wish.
[image: fill mode screenshot]
You can search for old ones or create a new one
The user have to sign in but there is no further restriction. All user can
manage templates checklists and checklist items. But if someone change the
state of the checklist item the item's modified by field reflects that.
You can work together with another in real time because if you modify an
item it is stored immediately to db via ajax call. And you move the mouse
over one checklist item the item is refreshed from the database.
You can mark *Finished* the checklist then there is no further change on
that possible.
Reports
There is a printable version of the report too.
[image: report mode screenshot]
You can find it here <https://github.com/szimszon/web2py_checklist_plugin>.
Have a nice day!