Trees and tribulations
I was working on a small webapp a couple of months ago that would help my girlfriend manage her research data on horses. Amongst her wishes was that she would be able to view the selected horse’s family tree.
Now this is a specific wish that contains two generic problems.
- Retrieving hierarchical data from flat dataset
- Representing hierarchial / genealogical data in a browser
More info after the jump:
(more…)