3
votes
3answers
147 views

Nested multiple selections

I am building a web application that allows users to search a gym chain's class timetables. This gym has multiple branches, in multiple states and cities. The inputs to the class timetable search are: ...
0
votes
2answers
513 views

How best to display top-down decomposition data (hierarchical) with in place-editing and child addition?

We have an HTML/CSS UI where there exists a top-most item (root) - you click that you get a text box to enter some content and save. It shows up as indented/styled child of the parent. Basically the ...
11
votes
3answers
547 views

Displaying a panda's family tree

I have a section on my website that displays information about all known captive pandas, (Nearly 700) in total. Each panda has a single page which display it's name, birth / death and where it has ...