Open main menu

Gramps β

Changes

5.2 Roadmap

915 bytes removed, 20:10, 9 July 2023
Database model changes
==Database model changes==
Are there features that require database change? This should happen in the beginning of the development cycle. List your requirements here.
 
* '''Enhancements to the place structure to support GEDCOM-L [http://wiki-en.genealogy.net/GEDCOM/PLAC-Tag PLAC tag]'''
** Allow multiple place Types with date for each
** Deal with 200+ place types
** Allow multiple postal codes and other attribute like data, with date for each
** Allow places to have attributes (for above)
 
====Decision:====
Changes to implement the requirements above:
 
* PlaceName
** Add a list of PlaceAbbrev objects. A PlaceAbbrev object should consist of a some text and associated type (PlaceAbbrevType).
** Add a citation list.
 
* PlaceRef
** Add a hierarchy type.
** Add a citation list.
 
* Place
** Replace the place type field with a list of LocationType objects. A LocationType object should consist of a date, PlaceType, and citation list.
** Add an attribute list.
** Add an event reference list.
 
* PlaceType
** No change. Type mapping should be done in the import/export code.
==Major goals==