WIP: Checklist Protoype
Review Request #4738 — Created Oct. 13, 2013 and discarded — Latest diff uploaded
WIP for the checklist prototype. Currently, this prototype only allows adding new items, toggling their status from finished to non-finished by clicking on the items, and removing items. It can be minimized/maximized. It's instantiated when viewing an uploaded file.
Currently, I am working on the API to bridge the front-end to the back-end.
Manual testing like adding items and clicking them. Tested in Chrome.
Diff Revision 4
This is not the most recent revision of the diff. The latest diff is revision 5. See what's changed.
orig
1
2
3
4
5
checklist/setup.py |
---|
checklist/checklist/admin_urls.py |
---|
checklist/checklist/extension.py |
---|
checklist/checklist/static/cross.png |
---|
checklist/checklist/static/max.png |
---|
checklist/checklist/static/min.png |
---|
checklist/checklist/static/plus.png |
---|
checklist/checklist/static/css/index.css |
---|
checklist/checklist/static/js/models/checklist.js |
---|
checklist/checklist/static/js/views/checklistView.js |
---|
checklist/checklist/templates/checklist/configure.html |
---|
checklist/checklist/templates/checklist/template.html |
---|