Skip to content

Dynamically generated and browsed graphical family tree

License

Notifications You must be signed in to change notification settings

MichalVasut/wikitree-dynamic-tree

 
 

Repository files navigation

wikitree-dynamic-tree

This app displays a family tree starting from one person profile at WikiTree. The display can be panned and zoomed, as well as expanded to include more ancestors or descendants. The WikiTree API is used to gather the profile data. The D3.js library is used to draw the graph.

Prerequisites

Usage

The index page sets up a basic control container where the user can provide a starting WikiTree Person ID and select a tree view to use. There is also a button the user can click to sign in to the API (required to view content on non-public profiles).

Once there is a starting profile id (either provided in the form or taken from the API login) and a view is selected (defaulting to the WikiTree Dynamic Tree), the view is drawn in a container.

The dynamic tree can be zoomed and panned with the mouse. Clicking on a plus-sign expands the tree by loading additional ancestors or descendants. Clicking a node displays a pop-up with additional profile information.

A new tree can be displayed by entering a new WikiTree ID in the form and clicking "go".

Notes

This is the scaffolding code to set things up on page load and launch the appropriate tree view when a new one is selected or a new starting profile is provided.

Cookies are used to store the API login id (if there is one), the starting profile id, and the selected view. Those are used as defaults when the page reloads.

This contains the code specific to drawing the WikiTree Dynamic Tree. It uses D3.js for the rendering and code from TreeAPI.js to pull data from the API.

This contains the code specific to drawing the WikiTree Dynamic Tree. This is the same as the main version but with a different styling. The purpose is to show how new view types may be added.

Utility functions for getting Person data from the WikiTree API.

Style elements for the scaffolding and the dynamic-tree nodes.

New Views

The tree viewer can be extended with additional views. See documentation.

Example

A hosted version is at: http://apps.wikitree.com/apps/wikitree-dynamic-tree/

About

Dynamically generated and browsed graphical family tree

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.6%
  • CSS 1.7%
  • HTML 0.7%