Questions tagged [family-tree]

A family tree, or pedigree chart, is a chart representing family relationships in a conventional tree structure.

The more detailed family trees used in medicine, , and social work are known as genograms. (From Wikipedia)

165 questions
1
vote
1 answer

Graphical Family Tree Algorithm

I have a SQLite-Database with 3 Tables: Persons ID: Interger Name: Text Gender: Integer Families ID: Integer HusbandID: Integer (Person ID) WifeID: Integer (Person ID) Children ID: Integer ChildID: Integer (Person ID) FamilyID: Integer Order:…
Genealogy
  • 71
  • 9
1
vote
1 answer

Multiple parents for a child in familytree chart in GOJS

How can I add multiple parent for a child node in family tree diagram in GOJS. Are there any parameters or any lines of codes to do so ? I want to generate image like below.
Sagar Dev Timilsina
  • 1,310
  • 15
  • 32
1
vote
1 answer

Python - Store marriage information using classes

I am using the code from the answered question found here. What would be the most pythonic way to store information about marriage? I would like it to be possible to ask for self.husband or self.wife from any married person stored in a class, and…
Samuel
  • 157
  • 6
  • 22
1
vote
1 answer

What will be the best practice to save family tree in mongodb via mongoose?

I am using nodejs and mongoose and I want to save a family tree to mongoose. My question is for the schema. What will be better: to have a person schema in which there is an array field which stores the ids of the family members or there is some…
1
vote
2 answers

Creating Family Trees Using Python

I ve recently started with python and am working on building a Family tree using python. My idea is that the tree should grow in both sides, i.e) both the older generations as well as younger generations can be added to the same tree. I tried…
Jefree Sujit
  • 1,546
  • 5
  • 22
  • 38
1
vote
1 answer

Develop a Family Tree Portal with several functinality

We need to develop a family tree portal which also supports functinality like Portal Framework (Sub portal) Dashboard Blogs, Forums, Events, Polls, Task Member subscription Advertisement Chat Broadcast Document Management Personalization Alerts &…
Harryboy
  • 1,104
  • 9
  • 21
1
vote
3 answers

MySQL Family Tree: Hierarchy, Marriage ref, and Display

I am building a Family Tree + History [PHP] website to accompany and showcase my mom's genealogy report that she had put together for her parents' Christmas gift. The tree at least will be based upon a MySQL database ('family') in which I am…
user163831
  • 1,031
  • 3
  • 13
  • 25
0
votes
1 answer

How to add a family map to my iphone app?

And Now I want to develop a iphone app, and will to add a view to show a family map, just like : and then will show a view just like : photos with some lines to show my falimy releationship, and how can I develop it , and can someone give me some…
jin
  • 2,145
  • 5
  • 27
  • 44
0
votes
1 answer

Balkan's FamilyTreeJS: save and load

Im trying to make an app that saves and reads teh familytree data automatically, so the familytree is the same anywhere youa access it. But I can't find a way to do that in plain js, according to balkan you can use npm but I am using flask. I've…
0
votes
0 answers

Writing a complex MySQL query for a Spring Boot application

I am currently building a web ap[ using Spring Boot to display family tree data (similar to Ancestry.com). However, I ran into a problem with the actual display of the data. The way I store the family data is in MySQL, where I have a tree that has a…
namer
  • 33
  • 6
0
votes
0 answers

How to create family tree in flutter?

The graphview is perfect but the problem is I want the parent node to be in center and add nodes respectivly to right and left of the parent node.how to do it I want to create a family tree in flutter using graph view,were the parent node should be…
0
votes
2 answers

Recursive CTE for a family tree keeps going into an infinite loop

I am trying to design a RDBM model for a family tree using SQL Server and currently I have the 3 tables that looks somewhat as follows Members - Stores basic details of members of the family. --------------------- | ID | Firstname…
0
votes
0 answers

Code fail to generate dtree json for root-Parent children spouse

I have to generate family tree structure so i am using "ErikGartner/dTree" for display family tree. I am using SQL database to store and retrieve family tree. for combine all data i make view-model public class TreeDataViewModel { public int…
siddhesh
  • 31
  • 4
0
votes
0 answers

Family tree relationship calculation

This is the structure of my family graph I tried solving this with the commonly used Least Common Ancestor algorithm and was successful to some extent. The algorithm can find relationships having common ancestors like 3 and 8 and 1 and 8 However…
Anchovy
  • 103
  • 3
0
votes
1 answer

How to click capture an image WITHOUT Selenium?

I am using a website called https://www.familyecho.com/ it has an API to create these family trees. https://familyecho.com/?page=api this is the API website that has information about the API. Now that I have generated a family tree I want to…
Flow
  • 846
  • 9
  • 24