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.
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.
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