You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 1I think you can simplify your decisions by breaking two things apart. 1-How the user got there, 2-What are the parents of what you are currently seeing. For solving 1 I would use breadcrumbs, for 2 I would see how e-commerce application do it. E.g. Razors can be in several categories: beauty,self-care,tools, ...jff– jff2014-02-05 11:56:44 +00:00Commented Feb 5, 2014 at 11:56
- In one such system I use, the designers made a history strip where navigation hierarchy would usually be. It's fine and works well, it's only badly designed because it's hard to distinguish the elements from each other. However, that's a mistake of graphics and not of concept IMHO.yo'– yo'2014-02-05 12:24:45 +00:00Commented Feb 5, 2014 at 12:24
- 2Why does the user want to know where he is in the overall structure? Is it because they want to reach this item again (navigation)? Is it because they want to know what related items there are (discovery)? Is it because you think they want to know where everything on the site is, and are trying to guess at the whole information architecture from taking a look at the parts/product pages (mental map generation)? Breadcrumbs in a tree-structured site are useful for all three, but with a more complex site structure, you might need a different solution for each (if you want to support all three)Rumi P.– Rumi P.2014-02-05 12:46:44 +00:00Commented Feb 5, 2014 at 12:46
- I'd suggest something (maybe a pull-down draw or sidebar) that puts your current item/term in the centre and arranges its parents around it, with their parents around them, similar to what Music Map (music-map.com) does.Agi Hammerthief– Agi Hammerthief2014-03-19 18:57:35 +00:00Commented Mar 19, 2014 at 18:57
- NeilDawson: Maybe it would help if you give some examples.donquixote– donquixote2014-04-22 02:15:42 +00:00Commented Apr 22, 2014 at 2:15
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. website-design), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you