Changes

Jump to: navigation, search

GEPS 033: Abstract Database API

403 bytes added, 15:17, 10 January 2014
Related Ideas
5. Interfacing with the ListViews and TreeViews currently requires using a "fast" (non-object) serialized representation. We may want to keep this, or perhaps rewrite the ListView/TreeView to be more standard (perhaps show pages, rather than all at once).
 
6. Handles are not only unique in a category (eg, Person, Family) but also across all categories, and also across all users. Handles are Globally Unique Identifiers. As such, we don't need different maps/indexes for each category; a single index can reference them all. So, we don't need different methods such as "get_person_from_handle", and "get_family_from_handle"... we just need one such method.
= Issues =

Navigation menu