[cvs] [Wiki] changed: SummerOfCode2006

Chuck Hagenbuch chuck at horde.org
Mon Apr 24 07:47:37 PDT 2006


chuck  Mon, 24 Apr 2006 07:47:36 -0700

Modified page: http://wiki.horde.org/SummerOfCode2006
New Revision:  1.9
Change log:  cleanup

@@ -55,12 +55,11 @@
 +++ !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
++++ 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.
+Extend VFS to optionally support metadata attributes (such as category, description, license, version etc.) Attributes should be stored through a driver interface to allow later driver development like access to Documentum etc. The project should include a small Horde application to basically browse, search, and edit attributes - basically a very small document management system. This application would also serve as an example for implementing metadata in other applications.
 
-+++ !Autogenerating Form
++++ Autogenerate Horde_Form objects
 
-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.
+Extend RDO and Horde_Form to autogenerate basic CRUD forms (create, read, update, delete) based on the metadata already available in RDO.


More information about the cvs mailing list