martinvanzijl / genealogy-maker

An open-source tool for making genealogy diagrams.
GNU General Public License v3.0
0 stars 0 forks source link

GEDCOM import: Only latest marriages are loaded #8

Open martinvanzijl opened 2 years ago

martinvanzijl commented 2 years ago

Describe the bug When importing GEDCOM files, only the latest marriage for any given person is imported. Previous marriages are then ignored.

To Reproduce Import a GEDCOM file where a person has more than one marriage.

The test file that comes with the Python library has an example of this.

Expected behavior I'm not sure how to represent this in the diagram. Perhaps a warning should be shown to say that the previous marriages for the person were not imported.

Screenshots N/A

Additional context N/A

martinvanzijl commented 2 years ago

In this case, if a person marries, has a child, then remarries, the parent/child arrow in the diagram starts from the second marriage. This should also be addressed.