-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
22 lines (20 loc) · 839 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TODO
----
* peadmin
* basic administrative features
* possible editing features in the browser?
* Finish moving all non-kernel tasks to modules
* Add a sandbox in which to render views
* Sandboxing for real requires 5.3 and some other fancy stuff
that really is beyond the scope of pea. Let's fake it by enforcing
rendering as the last action and moving everything necessary to the global
namespace. I know, I know...
* Exceptions and a pretty exception handler for development.
* Modules should be able to automatically mixin
to certain classes
* This no longer seems necessary since the modules now completely
handle this stuff. That having been said, it was an interesting
problem and one I would still like to think about solving.
* mixin:
sqloopBase: models
superController: controllers