The todo list application on my site has pretty simple specs:
- display grouped todo tasks with color-coded priorities
- be able to create new groups
- be able to create new tasks
- be able to modify existing groups
- be able to modify existing tasks
- be able to hide/show completed groups
These additional operation specs should be met in the new version:
- edit/add forms should be pre-loaded
- all data transfer should be json
forms/validation done w/ newforms, not ChangeManipulators
.