WIP: Checklist Protoype

Review Request #4738 — Created Oct. 13, 2013 and discarded — Latest diff uploaded

Information

rb-extension-pack

Reviewers

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.

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
Loading...