nafiesl / silsilah

A genealogy/family tree application, built with Laravel.
MIT License
577 stars 283 forks source link

I have many questions about your project #112

Closed gusbemacbe closed 7 months ago

gusbemacbe commented 8 months ago

Good morning!

  1. Does your project support the mesh structure? For example, I want to add the families of both maternal and paternal, and to add uncles or aunts' spouses, their children, and grandchildren, etc., and the cousins' spouses, their children, and grandchildren, etc., and to add 4 grandparents with their siblings and in laws, and 8 great-grandparents with their siblings and in laws, etc. Until the 16th generation.
  2. Can I add new person attributes, for example, citizenship and ancestries?
  3. Can I customise the cards style?
  4. Can I unfold and keep expanding the entire genealogy?
  5. Can I export the entire unfolded genealogy to PNG, PDF and SVG?

Thank you for your attention!

nafiesl commented 8 months ago

Hello, @gusbemacbe. Sure, let me answer them.

  1. I don't know about the mesh structure. But from your example, yes you can add them with no limitation
    • Both maternal and paternal, yes. You can add mother's mother and father, mother's mother, mother's father, father's mother, father's father, and so on. No limit.
    • add uncles or aunts' spouses, Yes.
    • add their children, Yes.
    • add their grandchildren, Yes.
    • the cousins' spouses, their children, and grandchildren, yes, yes, yes.
    • add 4 grandparents with their siblings and in-laws, yes.
    • 8 great-grandparents with their siblings and in-laws, yes
    • 16th generation, yes and you can add more than that.
    • Basically, when you have 1 user record, and you go to the user profile, you can set Mother, Father. Add spouse, Add children. Then you can visit the mother's profile, and you can set Mother, Father. Add spouse, child, and so on. They will be connected.

2-5. No, we have only a basic feature for recording the family members (like I mentioned above). But you can fork it and modify it on your own for the style, attributes, features, or any features you need.

Currently, the goal of this project (for myself), is to record all family members that were mentioned and explained by my grandmother :smiley:

I hope that can answer your questions and find this project useful. Feel free to ask more questions.

nafiesl commented 7 months ago

I am closing this issue since no response. Thanks