michelesalvador / FamilyGem

Android app for genealogical trees
https://www.familygem.app
GNU General Public License v3.0
125 stars 34 forks source link

Ordering of children #105

Open aaannndddyyy opened 10 months ago

aaannndddyyy commented 10 months ago

IMHO, children should be ordered from first born to last born. Right now , the ordering seems to be pretty random

michelesalvador commented 10 months ago

You can reorder children inside a Family → Long press on a child → Move before / Move after.

aaannndddyyy commented 10 months ago

Yes, but you wouldn't wanna do that manually with a big tree. If you have hundreds of people and the dates are there for the program to do it automatically. The current ordering is random or is it by order of addition?

aaannndddyyy commented 9 months ago

You can reorder children inside a Family → Long press on a child → Move before / Move after.

Also, the diagram doesn't always honor that ordering. It sometimes puts the middle child lasts even thought it was moved to the middle, under family. It's then displaying that person in the middle, when you center the graph on one parent, but when centering on that person's child, it puts the person as if it were last and not middle.

michelesalvador commented 7 months ago

As discussed also here, we could add a Sort children by birth date option in Family activity. Current sorting of children follows the order in which they are added to family (unless they were manually moved).

Also, the diagram doesn't always honor that ordering.

Of course, because two parents must stay next to each other, out of their siblings sorting. That will happen also to married siblings, when will be implemented this idea.