added todo list
Robert 'phaylon' Sedlacek [Sat, 1 Aug 2009 21:05:53 +0000 (23:05 +0200)]
Todo [new file with mode: 0644]

diff --git a/Todo b/Todo
new file mode 100644 (file)
index 0000000..fae7a2b
--- /dev/null
+++ b/Todo
@@ -0,0 +1,15 @@
+
+Namespacing:
+    * Make sure all ::Foo specifications are correctly resolved.
+    * Include new namespacing support
+
+Organisational:
+    * Move action handling logic to optional component handler
+    * Derive controller from component
+
+Features:
+    * Implement optional view, model and component keywords
+
+MooseX::Declare:
+    * Allow for optinoal_keywords
+    * Implement import handling, e.g. use MX:Declare qw( -class +view )