PeWu / topola-viewer

Topola Genealogy Viewer – interactive genealogy visualization
https://pewu.github.io/topola-viewer
Apache License 2.0
213 stars 54 forks source link

Age calculation for death event #80

Closed czifumasa closed 2 years ago

czifumasa commented 2 years ago

Hello,

In scope of this PR I implemented age calculation. It will be displayed under death event, when person have valid birth and death dates defined.

age_calc_for_death_event

I think all of the dates valid in Gedcom format are supported and have corresponding unit test. Please let me know if you have any remarks. I am open to feedback and further improvements.

PeWu commented 2 years ago

Thanks!