[Checkins] SVN: zc.async/trunk/src/zc/async/TODO.txt Add in TODO.

Gary Poster gary at zope.com
Wed Aug 23 23:55:06 EDT 2006


Log message for revision 69754:
  Add in TODO.
  

Changed:
  A   zc.async/trunk/src/zc/async/TODO.txt

-=-
Added: zc.async/trunk/src/zc/async/TODO.txt
===================================================================
--- zc.async/trunk/src/zc/async/TODO.txt	2006-08-24 03:48:15 UTC (rev 69753)
+++ zc.async/trunk/src/zc/async/TODO.txt	2006-08-24 03:55:06 UTC (rev 69754)
@@ -0,0 +1,30 @@
+For beta:
+
+- Refactor Worker API, harden engine API.  Policy decisions should be within
+  workers.  IDataManager.pullNext is a mistake; this is policy that should be
+  pushed down to the worker.  Write doctest for engine.
+- Refactor README as introductory text, or provide alternative simple start.
+  Split setup code into another document (or put as footnote)?
+- Write configure.zcml
+- Write doctest for edge cases.
+- Write stress test.
+- Make it possible to have a zc.twist partial to retry forever.
+- Contemplate thread-only Medusa workers.
+- Clarify that only subscribers.py is Zope 3-specific; the rest is ZODB only.
+
+For RC:
+
+- Announce RC, wait a bit for any feedback
+- Deploy internally
+
+For final:
+
+- Feel good about RC
+
+For future versions:
+
+- TTW Management and logging views, as in zasync (see goals in the "History"
+  section of the README).
+- Write a Zope 3 request/context munger that sets security context and site
+  based on current values.
+- Maybe become friendly to Medusa.


Property changes on: zc.async/trunk/src/zc/async/TODO.txt
___________________________________________________________________
Name: svn:eol-style
   + native



More information about the Checkins mailing list