User: Got User-module working.
[AOOS.git] / TODO
blob765bf8ce16e9984633e343d58b4b9d6d85ea0825
1 Todo
2 ===============================
3  * Write more modules!
4  * Implement more storage types:
5     - *SQL
6     - Maybe XML/YAML
7  * Consider the way modules are dealt with GUI-wise
8     - Currently show() handles all GUI-stuff. Is this good enough?
9     - Doing it another way might mean adding more Magic(tm). How bad is this?
10     - AOOS isn't a framework like Rails and CakePHP, more like a toolkit
11  * Administrator-module:
12     - Modules don't have to handle admin-functions themselves == only functions visible to every user below admin-level
13       should be in modules.
14  * User-module:
15     - Activation code missing