[cvs] [Wiki] changed: SummerOfCode2006

Wiki Guest wikiguest at horde.org
Sun Apr 23 01:46:50 PDT 2006


guest [213.143.87.249]  Sun, 23 Apr 2006 01:46:49 -0700

Modified page: http://wiki.horde.org/SummerOfCode2006
New Revision:  1.8
Change log:  added 2 ideas: VFS Metadata and Autogenerate Forms 

@@ -54,4 +54,13 @@
 
 +++ !DataTree replacement
 
 Develop backends for Shares, Permissions, etc. using RDO (http://cvs.horde.org/framework/RDO/) or another "next-generation" database solution that performs and scales better than the !DataTree package. The core framework packages should definitely be handled and should be done by adding new drivers (Perms already has an alternate LDAP backend, for example). Further handling applications like Trean that store their data in the !DataTree would be an additional bonus.
+
++++ !VFS Metadata
+
+Extend VFS to optionally support item descriptive attributes (like category, description, license, version etc.) Attributes should be stored trough a driver interface in SQL (maybe using RDO), to allow later driver development like access to Documentum etc. Than write a mini module (document  
+management system) to basically browse/search/edit attributes. This module would be used as an example for implementing metadata in other applications.
+
++++ !Autogenerating Form
+
+Autogenerate forms that match the table column definitions or supplied attributes array. Validation, insert, update, delete, and select; combines these with Horde_Form and RDO. See PEAR DB_Table.


More information about the cvs mailing list