Before
Purpose: Improve navigation by providing a way to see the current page in the overall hierarchy, allowing the user to change context
Sol 1: 'View in hierarchy' link
SuccessPros Easy to implement | ErrorCons Hidden in content menu |
| ErrorCons Changes context |
Sol 2: Alternative 'Tree' view in Panel
SuccessPros Flavor usage specialisation (should be configurable) | ErrorCons Hidden in global menu |
| ErrorCons Losing AppBar functionality |
SuccessPros We need to update this anyway | ErrorCons Hidden in extra tabs |
Sol 4: Siblings navigation inside breadcrumb
SuccessPros Increased findability | ErrorCons A bit technical since it's based on siblings / child relations |
| ErrorCons Breadcrumb complexity is increased |
Sol 5: General 'Tree' displayer inside breadcrumb
SuccessPros Increased findability | ErrorCons Layered functionality that needs expanding room for bigger hierarchies |
Sol 6: Extended 'Go to' funtionality
SuccessPros Increases navigation options | ErrorCons Hidden in 'Go to' functionality |