Changeset 468 for Dev/trunk/docs/TODO.md


Ignore:
Timestamp:
06/26/13 21:17:41 (12 years ago)
Author:
hendrikvanantwerpen
Message:

Improved authentication

  • Authentication cannot be cancelled, removing a lot of weird race conditions.
  • We offer a request provider that has automatic retry in case of authentication failures.
  • Reduced dependency on LoginDialog? by having it act independent based on events. Other modules can just depend on 'session'.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/docs/TODO.md

    r463 r468  
    22====
    33
     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
    412 * Have a generic page-wide note (rounded corner, close button thingy)
    513   for notification (maybe completely replace the toaster?)
     
    1220     these must match the types returned by the actual widgets. Fix
    1321     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.
    1424 * Codes
    1525   - Details need to be figured out. Now we have a code in one place,
     
    2434     was disabled because the questions didn't pass anymore.
    2535   - use it server side (and maybe client side as well?)
     36 * Editing
     37   - Warn if leaving a page that has edits.
    2638 * Validate documents on the server before saving them.
    2739 * Implement authentication and later authorization.
Note: See TracChangeset for help on using the changeset viewer.