masciugo / genealogy

Make ActiveRecord model act as a pedigree
MIT License
30 stars 17 forks source link

Tip to start building a visual family tree? #14

Open pmaojo opened 9 years ago

pmaojo commented 9 years ago

Would you be so kind to point me in the right direction to create an index of users in a family tree format?

pmaojo commented 9 years ago

Could be done with D3js?

masciugo commented 9 years ago

what do you mean with index of users? Anyway if you simply want the ability to draw pedigrees based on a selection of genealogized models what we probably need, as a start, is a way to export genealogy raw data in a format readable by some graphic chart library like D3. As Genealogy is, at moment, mostly a back-end library including rendering capability is out of its scope. Rethinking it as an engine would probably give the opportunity to develop other features

pmaojo commented 9 years ago

Thakyou