Tagged Questions
2
votes
1answer
85 views
How to search/filter long lists that incl. tree structure and flat structure?
I am currently working on a piece of software in which a user needs to select a group in order to display a information about that group.
Details as follows:
The user must select only 1 group at a ...
7
votes
4answers
193 views
Where to place controls on a tree/list
I have a chronological list of items. The user can operate on these items with three actions.
So each row has three actions (or buttons for example).
My dilemma is thus:
Having three buttons on ...
2
votes
3answers
344 views
UI pattern for selecting a rule (from a list of many) and applying to multiple items in a tree
I have considered using a side by side panel design. A list of rules on the left, and a tree navigation on the right - however the tree structure could get very nested. I am concerned how a user would ...
6
votes
3answers
430 views
What is the most user friendly way to allow users to insert data into a hierarchy?
I have created a hierarchical data set which I use to store a tree of regions. I want users to be able to add new nodes onto the tree, but I am having a hard time thinking of a very user friendly way ...
2
votes
2answers
289 views
How to present data, part now, part later
Here's the scenario:
You have a (hierarchical) catalogue of information about products. Some product information is local and the rest is remote. There could be upto 1000 distributed in some way - ...
9
votes
2answers
1k views
For large hierarchies - checkbox tree or 'guided tree construction'
Context
In my Web based application I have a hierarchy of musical genres. There are around 1.5k genres in the tree, and the depth of the tree is at most about four levels.
My application allows you ...
8
votes
3answers
3k views
Best design for displaying list under a list of items ?
I have a list of items in a database and i display 10 items with some additional details at a time(as table rows). I use next & previous buttons to fetch the remaining items.
This part has been ...
5
votes
2answers
651 views
Is there a way to display a hierarchical file tree-view in a fixed horizontal space?
This is more of a musing, but in Windows Explorer, and IDEs like Eclipse, I often end up with a file tree that is expanded so many levels deep, I cannot see both the root and the files I'm working on ...