is an arrangement of items in which the items are represented as being "above," "below," or "at the same level as" one another
2
votes
2answers
157 views
What's a good symbol set for buttons to expand and contract parts of a hierarchy?
The Mac Finder, in hierarchy view, uses a triangle, or arrow, facing right to indicate not-expanded, down to indicate expanded folder. It could be considered counterintuitive because it points to the ...
2
votes
2answers
301 views
How to handle multi-level same-type hierarchical structures and aggregations
This is not a pure development- or UI-question, rather a 'behavioral' question but I don't seem to find the correct StackExchange group to post it. So please don't down-vote me if this question is ...
2
votes
1answer
96 views
How to deal with recursive hierarchical tableviews?
There's a great function from the web that I want to reproduce in iOS and Android. I'm calling it a recursive tableview because I can't think of any other descriptive name.
For example, in a shopping ...
2
votes
2answers
592 views
How can I show deep level hierarchical data with different types of data?
Is there a best practice or pattern that resolves this potential issue? I have a tree that could be pretty large but also ti could contain few children/leafs.
One important aspect is that some ...
2
votes
1answer
442 views
Better way to implement a dynamic hierarchy
Just a bit of a background, I write business apps and have never been concerned with user experience. If the application works then that's what is shipped. I have been starting to change my thinking ...
2
votes
2answers
578 views
Multiple, hierarchical selections for web application
We are currently making improvements to the user interface of our real estate management web-app. One big problem we have is multiple, hierarchical selections for big amounts of data in input masks.
...
1
vote
2answers
621 views
Hierarchical structure design and usability
I created a website for learning languages with flashcard method. The website itself is http://www.vocableman.com
The problem I have run into is that users are complaining that they have problems ...
1
vote
1answer
38 views
Multiple actions for each node in a hierarchy
I am looking at improving an existing design, which has the following properties:
The information is hierarchical;
Every node in that hierarchy can do multiple things, such as expand to view ...
1
vote
2answers
395 views
Displaying Hierarchical Information in a Mobile App
trying to come up with a good way of presenting a hierarchy of information on a mobile device. Specifically, I wrote this Khan Academy app for Windows Phone:
...
1
vote
1answer
1k views
Are there any useful tools / techniques for creating website content inventories? [closed]
This is probably wishful thinking but here goes...
Now obviously I don't expect some magical app to crawl a website, summarise each page and detail all the assets within each page (if only!) however ...
0
votes
3answers
794 views
hierarchical input and display design [duplicate]
Possible Duplicate:
What's the best way to view a deep hierarchy?
In my application, I need to design hierarchy of product.
i.e. Parent group, group, parts, subparts etc. ( add, ...
0
votes
1answer
153 views
hierarchical tables?
I have a shallow tree to display: action -> action item -> error
There can be millions of actions, tens to thousands of items per action and (usually) 0 to 1 errors per item. There can be also errors ...
0
votes
2answers
516 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 ...
