summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index f0988d500..d13b504ef 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -6,6 +6,24 @@ Must-Have
- Fix SQLA tutorial to match ZODB tutorial.
+- Fix SQLA tutorial to match alchemy scaffold.
+
+- Introspection:
+
+ * More specific filename/lineno info instead of opaque string (or a way to
+ parse the opaque string into filename/lineno info).
+
+ * categorize() return value ordering not right yet.
+
+ * implement ptweens and proutes based on introspection instead of current
+ state of affairs.
+
+ * introspection hiding for directives?
+
+ * usage docs.
+
+ * make it possible to disuse introspection?
+
Nice-to-Have
------------