[Zope3-checkins] CVS: Zope3/doc - TODO.txt:1.49

Mark McEahern mark at mceahern.com
Mon Mar 22 10:49:25 EST 2004


Update of /cvs-repository/Zope3/doc
In directory cvs.zope.org:/tmp/cvs-serv10290

Modified Files:
	TODO.txt 
Log Message:
Add details to the Instance and Type-based subscription task.


=== Zope3/doc/TODO.txt 1.48 => 1.49 ===
--- Zope3/doc/TODO.txt:1.48	Sun Mar 21 19:54:54 2004
+++ Zope3/doc/TODO.txt	Mon Mar 22 10:49:24 2004
@@ -85,6 +85,20 @@
 
 - http://dev.zope.org/Zope3/InstanceAndTypeBasedSubscriptions
 
+  - Add ZCML to create subscription adapters either by:
+
+    o Create a new directive (subscribe).  This is probably preferable
+      given that the subscribe adapter will not need a name (since all
+      subscribers get called).
+
+    o Extend the adapter directive.
+
+  - Convert INotifiable.
+
+  - Convert IDeleteNotifiable.
+
+  - Remove IXNotifiable interfaces and modify callers.
+
 - http://dev.zope.org/Zope3/LifeCycleEvents
 
 - Permission rationalization




More information about the Zope3-Checkins mailing list