Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Example of Family Tree Visualization? #2

Open
broszies opened this issue Nov 3, 2016 · 1 comment
Open

Example of Family Tree Visualization? #2

broszies opened this issue Nov 3, 2016 · 1 comment

Comments

@broszies
Copy link

broszies commented Nov 3, 2016

Hi,
I am looking for an easy, configurable way to visualize large family trees (either in PHP or JS). I found your website, and since I use Laravel as well I would very much be interested if you have any other visualizations other than the landing page. Would it be possible for you to provide a screenshot or an example of a family tree drawn with your application?
Best Regards.

@dianekaplan
Copy link
Owner

dianekaplan commented Nov 3, 2016

Hello!
I haven't found a good way to visualize the whole thing at once, since everything gets so small to read when you have more than a dozen generations. I have:

  • a recursive outline view (starting with an early family, showing their kids, showing those people's families, their kids, etc)- maybe closest to what you're asking about, but just simple outline
  • a couple kinds of index views for searching
  • within the tree the user can click up and down through person/family pages
  • from there I solved the problem of directing users to 'the good stuff' by making a family history content page to summarize their migration stories and link to the people/families involved

See some screenshots here:
https://docs.google.com/document/d/1zZ8YEeHUymhm-NUMgww19PqVsyXkvOv29eIW3kwd-Lc

Important note: for this family tree application I'm using an old homemade data format. Eventually I want to get my data into a standard format like gedcom, and refactor accordingly. What format are you using for your family tree data?

thanks,
Diane

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants