-
Notifications
You must be signed in to change notification settings - Fork 490
Auto Generate Breadcrumbs #2472
Comments
I think we should use back/forward buttons in electron header for that. That is a place to navigate the history, while breadcrumbs are used to navigate the hierarchy. Even browser back/forth buttons would accomplish that if we are setting the meaningful page titles. |
The scenario: so I'm back button until I get there OR the plugin has to hard code the breadcrumbs. I think both of these fail to be really useful and we need a scenario where the breadcrumbs are a reflection of the history so I can easily jump back N pages |
Long press on back would open the list of visited pages and get you there quickly. Again, it's important not to mix history and hierarchy, for effective navigation we need both. |
I think that would be an acceptable outcome as well .. some intuitive way to quickly move around the history. |
- Show descriptive page title [vmware-archive#2472] Signed-off-by: Vikram Yadav <yvikram@vmware.com>
- Show descriptive page title [vmware-archive#2472] Signed-off-by: Vikram Yadav <yvikram@vmware.com>
I'll add a little UX insight into the options, if this is still being investigated. Breadcrumbs should represent site hierarchy, not navigational history. A good review of best practices can be found here: https://www.nngroup.com/articles/breadcrumbs/. Among the other points is:
Not mentioned in the above article; accessibility is also a primary function of breadcrumbs. Users with low/no vision benefit from the readout of a breadcrumb, to understand where they are, and its navigational function in a much deeper way. |
@nwpappas This issue has evolved into adding a history of visits to the UI. The breadcrumbs which currently exist in the UI capture the hierarchy in the app. Although, adding accessibility would be a nice addition to breadcrumbs. Are there any general guidelines for the order in which the breadcrumbs with dropdowns would read out? |
- Show descriptive page title [vmware-archive#2472] Signed-off-by: Vikram Yadav <yvikram@vmware.com>
- Show descriptive page title [vmware-archive#2472] Signed-off-by: Vikram Yadav <yvikram@vmware.com>
- Show descriptive page title [vmware-archive#2472] Signed-off-by: Vikram Yadav <yvikram@vmware.com>
- Show descriptive page title [vmware-archive#2472] Signed-off-by: Vikram Yadav <yvikram@vmware.com>
- Show descriptive page title - Update octant content response to return empty namespace for non-namespaced resources [vmware-archive#2472, vmware-archive#2640] Signed-off-by: Vikram Yadav <yvikram@vmware.com>
- Show descriptive page title - Update octant content response to return empty namespace for non-namespaced resources [vmware-archive#2472, vmware-archive#2640] Signed-off-by: Vikram Yadav <yvikram@vmware.com>
- Show descriptive page title - Update octant content response to return empty namespace for non-namespaced resources [vmware-archive#2472, vmware-archive#2640] Signed-off-by: Vikram Yadav <yvikram@vmware.com>
- Show descriptive page title - Update octant content response to return empty namespace for non-namespaced resources [vmware-archive#2472, vmware-archive#2640] Signed-off-by: Vikram Yadav <yvikram@vmware.com>
- Show descriptive page title - Update octant content response to return empty namespace for non-namespaced resources [vmware-archive#2472, vmware-archive#2640] Signed-off-by: Vikram Yadav <yvikram@vmware.com>
- Show descriptive page title - Update octant content response to return empty namespace for non-namespaced resources [vmware-archive#2472, vmware-archive#2640] Signed-off-by: Vikram Yadav <yvikram@vmware.com>
- Show descriptive page title - Update octant content response to return empty namespace for non-namespaced resources [vmware-archive#2472, vmware-archive#2640] Signed-off-by: Vikram Yadav <yvikram@vmware.com>
- Show descriptive page title - Update octant content response to return empty namespace for non-namespaced resources [vmware-archive#2472, vmware-archive#2640] Signed-off-by: Vikram Yadav <yvikram@vmware.com>
- Show descriptive page title - Update octant content response to return empty namespace for non-namespaced resources [vmware-archive#2472, vmware-archive#2640] Signed-off-by: Vikram Yadav <yvikram@vmware.com>
- Show descriptive page title - Update octant content response to return empty namespace for non-namespaced resources [vmware-archive#2472, vmware-archive#2640] Signed-off-by: Vikram Yadav <yvikram@vmware.com>
- Show descriptive page title - Update octant content response to return empty namespace for non-namespaced resources [vmware-archive#2472, vmware-archive#2640] Signed-off-by: Vikram Yadav <yvikram@vmware.com>
- Show descriptive page title - Update octant content response to return empty namespace for non-namespaced resources [vmware-archive#2472, vmware-archive#2640] Signed-off-by: Vikram Yadav <yvikram@vmware.com>
- Show descriptive page title - Update octant content response to return empty namespace for non-namespaced resources [vmware-archive#2472, vmware-archive#2640] Signed-off-by: Vikram Yadav <yvikram@vmware.com>
- Show descriptive page title - Update octant content response to return empty namespace for non-namespaced resources [vmware-archive#2472, vmware-archive#2640] Signed-off-by: Vikram Yadav <yvikram@vmware.com>
I don't think we can mix and match. I think if auto generate the breadcrumbs, then we turn off the statically rendered breadcrumbs.
The text was updated successfully, but these errors were encountered: