mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
e4940d89c8
- Add GET /api/family-tree/stats endpoint with comprehensive GEDCOM statistics - Returns total people, generations, longest lived person, person with most children - Parses "Lived XXX years" format from GEDCOM death records - Calculates average lifespan for people with known ages - Add comprehensive tests for statistics endpoint - Update API index to include new stats endpoint Statistics from the biblical genealogy GEDCOM: - 479 total people - 41 generations from Adam to Jesus - David had the most children (19) - Adam is the longest lived with recorded age (930 years) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>