[Checkins] SVN: grok/trunk/TODO.txt updated todo list

Wolfgang Schnerring wosc at wosc.de
Wed Oct 18 10:12:56 EDT 2006


Log message for revision 70785:
  updated todo list

Changed:
  U   grok/trunk/TODO.txt

-=-
Modified: grok/trunk/TODO.txt
===================================================================
--- grok/trunk/TODO.txt	2006-10-18 13:47:53 UTC (rev 70784)
+++ grok/trunk/TODO.txt	2006-10-18 14:12:56 UTC (rev 70785)
@@ -43,9 +43,6 @@
 - error reporting during grokking (provide file/line-number information
   on our extrinsically generated errors) (philikon)
 
-- do not accept automatic directory guessing convention for __init__.py, bail
-  out with grok error instead
-
 Need to discuss
 ---------------
 
@@ -78,10 +75,10 @@
 
 - local persistent utilities (e.g. catalog) (faassen, wosc)
 
-- Admin UI (faassen, jw)
-
 - catalog (faassen, wosc)
 
+- Admin UI (faassen, jw)
+
 - IMPORTANT: different strategies: grok.definefoo() versus n =
   grok.Foo(), watch out for consistency/symmetry/...
 
@@ -92,6 +89,20 @@
 
 - FooBase convention + grok.baseclass to not grok certain classes
 
+- do not accept automatic template directory guessing convention for __init__.py, bail
+  out with grok error instead?
+
+- grok.name, grok.template class restrictions (e.g. grok.template
+  should only be usable from grok.View subclasses)
+
+- support grok.template(template) in addition to
+  grok.template('name_of_template')?
+
+- support grok.resource on view class level?
+
+- should grok.context and grok.Model be order-dependent?
+  (so their meaning becomes "below here, this is the context")
+
 Punt
 ----
 
@@ -105,18 +116,3 @@
 - containment constraints (wait for zope 3 to do them right)
 
 - reload
-
-
-Open Questions
-==============
-
-- grok.name, grok.template class restrictions (e.g. grok.template
-  should only be usable from grok.View subclasses)
-
-- support grok.template(template) in addition to
-  grok.template('name_of_template')?
-
-- support grok.resource on view class level?
-
-- should grok.context and grok.Model be order-dependent?
-  (so their meaning becomes "below here, this is the context")



More information about the Checkins mailing list