nafiesl / silsilah

A genealogy/family tree application, built with Laravel.
MIT License
588 stars 284 forks source link

Request to add order to poligamy wife #19

Closed imie closed 5 years ago

imie commented 5 years ago

Can you please add the order if have multiple wives ?

my great2 grandfather was having 5 wives. and how to show which child belongs to which mother.

below is sample of my family tree. my great grandma is from the 2nd wife.

2

1

nafiesl commented 5 years ago

Good idea, we will see what we can do to implement your proposal.

nafiesl commented 5 years ago

Hi @imie, your proposal has been implemented on this commit b1380e9.

The order of multiple wife/husband records will be sorted by their marriage date. So, if you want to sort person couple names based on marriages order, you can provide their marriage_date (even if you using fake date).

Please give it a try.

We will close this issue. You can re-open this issue if you found any problem with this feature. Thanks for your contribution.