liberu-genealogy / genealogy-old

Laravel 10.x backend using PHP 8.2. Family tree and genealogy data processing website software.
https://www.liberu.co.uk
MIT License
204 stars 59 forks source link

Ancestors backend chart support #2194

Closed curtisdelicata closed 1 year ago

curtisdelicata commented 1 year ago

API currently has descendants for trees charts - add ancestors to a new API

curtisdelicata commented 1 year ago

See app/Http/Controllers/Trees/Show.php for descendants needed for the frontend descendants chart. It needs copying and modifying for fan chart and pedigree chart - needs to use ancestors / loop of parents instead of descendants