[Checkins] SVN: grok/trunk/TODO.txt Add some todo items.

Martijn Faassen faassen at infrae.com
Tue Mar 20 19:57:20 EDT 2007


Log message for revision 73404:
  Add some todo items.
  

Changed:
  U   grok/trunk/TODO.txt

-=-
Modified: grok/trunk/TODO.txt
===================================================================
--- grok/trunk/TODO.txt	2007-03-20 23:01:39 UTC (rev 73403)
+++ grok/trunk/TODO.txt	2007-03-20 23:57:19 UTC (rev 73404)
@@ -31,13 +31,13 @@
 - Change error messages: whenever we report about a callable, add
   () to the name. Core Python expections do this.
 
+- JSON support similar to XMLRPC.
+
 Schema/formlib support
 ----------------------
 
 - support nested class 'fields' directly on a view (do we really want this?)
 
-- add form
-
 - list form for grok.Container (w/ zc.table?)
 
 - delete action on list form
@@ -49,8 +49,19 @@
 Need to discuss
 ---------------
 
-- TALES path expressions to generate URLs?
+- Do we want to ship Grok with a javascript library dependency such as
+  MochiKit, to enable out of-the-box AJAX?
 
+- Make it even easier to set up the catalog (intids should be set up
+  automatically if not already present. Perhaps Index grokkers?).
+
+- Testing support. Test grokkers?
+
+- Error pages: make it easy to register application-specific error
+  pages for exceptions.
+
+- Easier queries: integrate hurry.query in some way?
+
 - fall back to a static resource that is defined in a package on a higher
   level if no static resource directory is defined locally in a package?
 



More information about the Checkins mailing list