Questions tagged [hierarchy]
is an arrangement of items in which the items are represented as being "above," "below," or "at the same level as" one another
236 questions
2 votes
2 answers
116 views
What name is used for the UI style that shows visual history with overlapping windows?
The specific example I have in mind is used by Ward Cunningham's wiki software at http://wiki.c2.com. (While this is a website, the same UX concept would also work on a native desktop app; e.g. a '...
2 votes
2 answers
102 views
Headings - progressive disclosure case
I have some important text under the first heading, and the text under all the remaining headers would be displayed via show/hide buttons, for users to decide if they need to go through it at all. The ...
0 votes
1 answer
326 views
How to display a hierarchical Tree structure that supports CRUD and moving nodes?
Context I have an administration Web-UI (implemented with vue and vuetify) where one should also be able to manage organization structures. Meaning something like Daimler AG -> Mercedes Benz AG -&...
0 votes
1 answer
107 views
Is search-responsive hierarchy accessible?
I'd like to build a website like the following, and am wondering if is accessible: https://webapp.library.uvic.ca/uvicrecords/recordsList2.php I think yes: when I hit the tab button (which is my ...
3 votes
2 answers
370 views
Effective graphical representation for parent-child containers to indicate relationship level
I'm seeking insights on the most effective graphical representation for visually indicating the relationship between two containers: one serving as the parent and the other as the child. The primary ...
1 vote
1 answer
339 views
A better way to show hierarchical lists
I have a hierarchical data arranged in, say, gardens -> trees -> branches -> leaves. A user can create multiple gardens, and each garden can have multiple trees, with each tree having ...
1 vote
2 answers
373 views
How to visually and interactively represent deeply nested physical objects?
I'm in the process of trying to represent storage of physical items in potentially complex, deeply nested locations, let's say up to 5 levels deep. We want to do this in a visual way that approximates ...
3 votes
2 answers
684 views
Serious visual hierarchy guidelines
I have been looking for guidelines on visual hierarchy with precise and substantiated recommendations, yet I have found only generic tips, such as "you can use contrast and font size" to add ...
1 vote
2 answers
119 views
How to best showcase selected state of visually important elements
I'm creating a feature to select profile badge – how might I best showcase the selected state?
1 vote
4 answers
998 views
How would you place multiple buttons in a multi-step form? The User should be able to save ( for drafts) and proceed. Being able to go back and cancel
With this multi-step form, the user should have the opportunity to save each intermediate step (draft) and not just at the very end. The user should be able to cancel the process without saving and he ...
1 vote
1 answer
100 views
How can i logically combine filters for organization, domain and country?
I'm working on a web app containing a lot of datatables with some well known filters on each page, all of them pertaining to a specific domain (or website): A domain may or may not have an ...
11 votes
2 answers
1k views
File tree expander arrow directions
Is there any explanation on why the expanded node/folder has an arrow pointing down and collapsed pointing to the right? My guess, an arrow pointing down directs user down to the content of that node. ...
0 votes
1 answer
498 views
Visualizing Data Hierarchy and Inheritance in a Multi-Layered System
We are working on functionality with three layers of data hierarchy, where data and settings are inherited or 'inherited' from higher to lower layers. This indicates a parent-child relationship within ...
0 votes
1 answer
250 views
Can you have a visual hierarchy and a semantic hierarchy within the same design?
I have headings of different sizes for components that are the same hierarchical level to emphasise certain components. The font sizes that I have got do not match the semantic hierarchy. Is this ...
1 vote
1 answer
130 views
Solutions to for displaying chained items in a table
I’m working on a table that displays steps (represented as documents) arranged into chains. Different chains can have different step names and different number of steps. When you click on a step, you ...