[Zope-Checkins] CVS: Zope - TODO.txt:1.1.2.2
Chris McDonough
chrism@zope.com
Sun, 5 Jan 2003 00:02:53 -0500
Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv13192
Modified Files:
Tag: chrism-install-branch
TODO.txt
Log Message:
More stuff.
=== Zope/TODO.txt 1.1.2.1 => 1.1.2.2 ===
--- Zope/TODO.txt:1.1.2.1 Sat Jan 4 23:10:31 2003
+++ Zope/TODO.txt Sun Jan 5 00:02:50 2003
@@ -276,6 +276,20 @@
storage/database will take precedence over the config file-specified
root database. Work this out in Zope.App.startup.
+Specify more storage types in the schema
+
+ Currently, the only useful kinds of storages that can be created via
+ a config file are FileStorage and ClientStorage. We need to include
+ the rest of them.
+
+Normalize Zope schema segments for logging and database against ZEO schema
+
+ Once ZEO configuration has a ZConfig schema, make sure to sanity
+ check the ZEO schema against the Zope schema to make sure they're
+ more or less consistent. Possibly make use of Fred's new additions
+ to schema support which allow you to import a schema fragment for
+ use in multiple different schemas.
+
Test 'effective user' support
Great pains have been taken in configuration integration to defer