Add a real family tree view #67
Labels
javascript
Pull requests that update Javascript code
large-sized!
ruby
Pull requests that update Ruby code
The current "family tree" view leaves (ha!) a lot to be desired.
It's not actually a tree at all - just a poor use of responsive layouts.
I don't know how you can do it, and I'm not smart or frontend-savvy enough to know where to start.
Acceptance Criteria
1. Replace the view in
views/people/show_family.haml
with a real family treeThis can be rendered server-side or client-side, in Ruby or in Javascript.
If you need additional API endpoints added, or any changes to the underlying Ruby controller code, that's totally cool, but please make sure to discuss the changes first and add a test for it.
At a minimum, this tree should display (as a tree):
Displaying the target person's siblings and children is highly desirable, but not required.
The text was updated successfully, but these errors were encountered: