[Checkins] SVN: z3c.schema2xml/trunk/TODO.txt update todo items

Jan-Wijbrand Kolman janwijbrand at gmail.com
Tue Nov 24 03:51:25 EST 2009


Log message for revision 105979:
  update todo items

Changed:
  U   z3c.schema2xml/trunk/TODO.txt

-=-
Modified: z3c.schema2xml/trunk/TODO.txt
===================================================================
--- z3c.schema2xml/trunk/TODO.txt	2009-11-24 08:45:28 UTC (rev 105978)
+++ z3c.schema2xml/trunk/TODO.txt	2009-11-24 08:51:24 UTC (rev 105979)
@@ -1,6 +1,10 @@
 Todo
 ====
 
+* Merge z3c.schema2json and z3c.schema2xml into one. Maybe by using
+  named adapters for I[Something]Generator interfaces, where the name
+  could specify the input/output mode?
+
 * Whenenever the XML element is empty, the value of the object should
   not be None but the default object that the schema indicates.
 
@@ -10,22 +14,22 @@
 * Add an option to serialization that does not generate XML element if the
   content of the object is equal to the schema default.
 
-* test adapter lookup failure
+* Test adapter lookup failure.
 
-* test whether GeneratedObject implements right schema interface.
+* Test whether GeneratedObject implements right schema interface.
 
-* test without explicit __name__ for Lists. What should happen? Fallback
+* Test without explicit __name__ for Lists. What should happen? Fallback
   on interface name?
 
-* test deserialization on an empty object.
+* Test deserialization on an empty object.
 
-* what to do in case of a missing element in an XML document?
+* What to do in case of a missing element in an XML document?
 
-* form data file instances need to provide schema
+* Form data file instances need to provide schema.
 
+* Custom factories instead of GeneratedObject.
+
 Punt
 ----
 
-* custom factories instead of GeneratedObject.
-
 * What to do with XML namespaces?



More information about the checkins mailing list