Changeset 468 for Dev/trunk/docs/TODO.md
- Timestamp:
- 06/26/13 21:17:41 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/docs/TODO.md
r463 r468 2 2 ==== 3 3 4 * Drop separate development directory for more complicated build process. 5 - Generate files in-place (maybe even include in commit, although I hate that.) 6 Automatically update gitignore for generated files? 7 - Add header to files to make sure they are not edited as source files by accident. 8 - A smarter copy might also fix this, maybe we should implement our own copy. 9 - Can we do amd dependency checks? 10 - We should also lint the generated javascript, because coffee 11 doesn't catch accidental globals 4 12 * Have a generic page-wide note (rounded corner, close button thingy) 5 13 for notification (maybe completely replace the toaster?) … … 12 20 these must match the types returned by the actual widgets. Fix 13 21 this. 22 - Would be nicer if only newly dropped questions are in edit mode 23 and the ones that exist on load in view mode. 14 24 * Codes 15 25 - Details need to be figured out. Now we have a code in one place, … … 24 34 was disabled because the questions didn't pass anymore. 25 35 - use it server side (and maybe client side as well?) 36 * Editing 37 - Warn if leaving a page that has edits. 26 38 * Validate documents on the server before saving them. 27 39 * Implement authentication and later authorization.
Note: See TracChangeset
for help on using the changeset viewer.