Skip to content

ahmetozlu/family_tree_warehouse_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Family Tree Warehouse Application

This is a Family Tree Warehouse Application (FTWA) : creates and manages family trees. FTWA keeps a track of the ancestral hierarchy of the user’s family. It was developed with "Pythonic Approach" in Python (Python 3.0) programming language on PyCharm IDE .

A family tree already defined in the app as default. Change it with yours.

These several rules that were implemented:

  • Users can add new members to the family tree and update people in family tree.

  • It maintains only one family tree.

  • Each person keeps the following information: gender [male, female], name [string], surname [string], birth date [date], death date [date], father [one person], mother [one person], children [zero or more child]

  • Users can add any person as child, mother, or father. Any other relationship is prohibited while entering. So, you can calculate relationships when asked by the user.

  • Users can be create a placeholder person [record] to any place which has no or few available information, e.g. with just the name.

  • Users can be reach the following information: alive or dead, age, the level in the family tree. This program will calculate this information when asked by the user.

  • Users can ask the relationship between 2 people.

  • The application can display the tree as meaningful diagram, when asked. The diagram are informative enough.

  • The application can display the relationship types in Turkish (you can use dictionary to get them in English). The following types can be supported.

    • Anne, Baba, Oğul, Kız, Erkek Kardeş, Kız Kardeş, Abla, Abi

    • Amca, Hala, Dayı, Teyze

    • Yeğen, Kuzen

    • Enişte, Yenge

    • Kayınvalide, Kayınpeder, Gelin, Damat

    • Bacanak, Baldız, Elti, Kayınbirader

  • Anyone can marry with anyone in the family tree except father, mother, sibling, uncle, aunt and grandparents

  • Birth and death dates are realistic. For instance, a person cannot have a child after he/she dies. The application do not allow non-realistic birth and death dates.

  • The application gives warnings when any of the spouse is below 18 years old.


See for more technical details to this report: report-ftwa.pdf


Author

Ahmet Özlü

License

This system is available under the MIT license. See the LICENSE file for more info.

About

Ask relation, add/delete/update person, get information of any person, print the family tree, control under 18 age marriage and more...

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages