summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-12-04 19:27:46 -0500
committerChris McDonough <chrism@plope.com>2011-12-04 19:27:46 -0500
commit5d462f0c660f939c773862b0fab81728c9ba62c7 (patch)
tree658df249d53de844c2f422ab04c4c26ee4feb86d /TODO.txt
parentd5666e630a08c943a22682540aa51174cee6851f (diff)
parenta78b58dd5cf665f7a7aaa18e9e7f6cae3fc7f749 (diff)
downloadpyramid-5d462f0c660f939c773862b0fab81728c9ba62c7.tar.gz
pyramid-5d462f0c660f939c773862b0fab81728c9ba62c7.tar.bz2
pyramid-5d462f0c660f939c773862b0fab81728c9ba62c7.zip
merge feature.introspection branch
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 92ccf75e0..db7a01a14 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -6,6 +6,23 @@ Must-Have
- Change starter scaffold to use URL dispatch?
+- Introspection:
+
+ * Review narrative docs.
+
+ * ``default root factory`` category?
+
+ * ``default view mapper`` category?
+
+ * get rid of "tweens" category (can't sort properly?)
+
+ * implement ptweens and proutes based on introspection instead of current
+ state of affairs.
+
+ * introspection hiding for directives?
+
+- Give discriminators a nicer repr for conflict reporting?
+
Nice-to-Have
------------