Questions tagged [tree]
trees show hierarchical data. File directory navigation is one of the most familiar UX for browsing a tree.
178 questions
2
votes
1
answer
99
views
Selecting single or multiple nodes in a tree
I'm working on a web application in which users can create a tree hierarchy of nodes. It should be possible to select multiple nodes and list data (documents, images or properties) for those nodes. It ...
0
votes
1
answer
84
views
Best click strategy for two functionalities on same tree node
I have a treeview and problem of sharing the same button for two functionalities. The nodes that have children traditionally will be clicked and its subtree will be open, but I also need a way to make ...
1
vote
0
answers
69
views
How to show that a part of my UI is dependent on its previous "paragraph"?
I want to add to the following UI showing several "releases" per "distro" for choosing one release per distro.
How could I do the UI?
My best idea is to add after choosing Distro ...
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 -&...
1
vote
1
answer
195
views
Tree table, filters and open/closed state
Let's say there is a tree table displaying a hierarchical structure. There are actually two kinds of objects displayed in the table, one kind forming the internal nodes of the tree and the other one ...
0
votes
1
answer
166
views
UX Research: Tree Test with profile picture menu
I would like to do a Tree Test for a site (using UserTesting.com) but one of the nodes in my tree would be a profile picture in the top right of the screen that clicks open to reveal a menu. It's ...
3
votes
2
answers
647
views
Problems with showing deep Tree structure
Background
I am designing a tree structure that should represent folder nesting and contain some properties inside. On the left side of the screen, I have a tree structure with folders and on the ...
0
votes
1
answer
2k
views
Tree - select all child nodes or select only few
I have a multi-level tree structure and the user would want to select only a particular parent node or all child nodes below it.
There can be multiple trees with multiple levels one below another
The ...
0
votes
1
answer
153
views
Mobile tree structure with 2 tappable areas
I am designing a tree structure displaying the course content for mobile.
Each row has 2 tappable areas:
caret for the unfolding
text area for detail content page.
In the usability tests, most users ...
1
vote
1
answer
186
views
Signaling an update in a tree structure
I have a tree structure that can periodically update ( meaning adding new elements inside the tree structure ). These updates can be performed at leaf level so I'm not sure where to signal that there ...
1
vote
3
answers
2k
views
Editing large nested content
I'm looking for a useful editing UX for large, tree-structured content like this:
Project 1
- Step 1
- Explanation 1
- Explanation 2: could be long paragraphs, too.
- E2.1: Lots of ...
0
votes
1
answer
575
views
Deep tree navigation with possible actions at any point
I'm building a tree structure navigation that could go quite deep. Actions can be performed at child level but you can also select any point of the tree navigation and use an action that will switch ...
1
vote
2
answers
238
views
Parent and children action inheritance
I have a parent / children relationship table where the children have an action but given the fact that there could be up to ten children we want to allow a way to set the action from the parent level ...
2
votes
3
answers
469
views
radio button matrix in a checkbox tree
I would like my users to toggle opt-in or opt-out the nested items in my checkbox tree individually but also toggle them all opt-in or all opt-out at once. In my example, I use radio buttons. But the ...
1
vote
1
answer
647
views
Multi-select tree in which parent also is a child
I am working on a multi-select tree in which the user should be able to select all children of a parent. Normally you would be using the parent checkbox to do so, but in this case it should also be ...