aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorgroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-03-11 01:26:32 +0000
committergroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-03-11 01:26:32 +0000
commit6447c1ddad112023156da4243e9123b9877c839f (patch)
treeabb672ccbaebf8a3b0b988c784c137d3d96031b2 /TODO
parentf3c72687758d56df098ada7c8a632423b7179bad (diff)
downloadreaction-6447c1ddad112023156da4243e9123b9877c839f.tar.gz
reaction-6447c1ddad112023156da4243e9123b9877c839f.zip
TODO. please add tasks as appropriate since IRC is not a permanent place for important ideas or bugs
Diffstat (limited to 'TODO')
-rw-r--r--TODO16
1 files changed, 16 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..54d831b
--- /dev/null
+++ b/TODO
@@ -0,0 +1,16 @@
+* General
+ - Explore NYTProf to see if it can tell us anything about places where we could improve speed
+ - Should we set up some kind of ticketing application to keep track of issues as the project becomes larger and more complex?
+ - If so, move all comments beginning with #XXX to proper tickets
+
+* Reaction::UI::View
+ - Add an environment variable that disables caching of compiled templates to facilitate template tweaking on a development environment
+ - Add an API call to clear caching of compiled templates. Most likely a simple clearer.
+
+* Reaction::UI::Controller::*
+ - Develop a REST controller that works with the default IM Actions
+
+* groditi
+ - Improve and finish code generator.
+ - Run Autodoc on any files without documentation. Stubs are better than nothing.
+ - Improve how pretty code is, which is the main problem ATM. \ No newline at end of file