https://github.com/benadida/checklistr
https://github.com/benadida/checklistr
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/benadida/checklistr
- Owner: benadida
- Created: 2012-05-23T23:37:53.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-12-06T04:54:31.000Z (over 13 years ago)
- Last Synced: 2025-05-20T15:12:36.305Z (about 1 year ago)
- Language: JavaScript
- Size: 184 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Checklistr is a service that lets users run through checklists,
following the Checklist Manifesto.
## Product
* A checklist is a sequence of items that are either checked or explicitly skipped.
* Running a checklist creates an instance of a checklist-run, which has a name and the status of each item in the checklist.
## Architecture
* Simple hapi/node.js/redis web site.
## v1
One or two fixed templates, output is full text of answers, no data storage.
## v2
Create and share templates.
## v3
Store answers and provide short URL.