-
-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the levels displayed in breadcrumbs across the app #5697
Comments
Hi @garethbowen This issue should be completed alongside #5710 (currently scheduled in v3.8) to make it functional. I also have a call with @amandacilek and @yembrick this week to review any outstanding design work on these issues and will report back |
Ok. Adding to 3.8.0. |
From the above Amanda’s post to now few breadcrumbs have been deleted. Hereunder a table that describes the breadcrumbs deleted and those not deleted across different users and different projects.
https://docs.google.com/document/d/1t9wSTpNHnxyprVy-EX5MxGD8_YMTZ1qIZrg9gVb93LQ/edit |
Moved to 3.12.0 to free up engineers to work on 3.11.0. |
Hi @michaelkohn and @elvisdorkenoo Have you defined where the changes are going to be (ie messages, targets, contacts, reports) and what we expect to see? I see the PR is on the way, this information will help the Code Review and AT. Thanks! |
hello @latin-panda,
Yes, the last two paragraphs of the issue description are added by @michaelkohn to give more clarifications. |
Cool! |
|
We use breadcrumbs to display contextual information about where a person/place belongs in the app hierarchy. Depending on the user, sometimes the breadcrumbs can contain redundant and unnecessary information. In this example, I am Amanda Cilek, and "Amanda Cilek's Area" is the place I belong to. I do not need to see "Amanda Cilek's Area" in the breadcrumbs of every single report that I have submitted.
This request is to update how we handle breadcrumbs so that we show all levels except for the level the user themselves belongs to, the top-most level. The data underneath will still have the entire hierarchy, we'll just choose how much to show based on the logged in user. For example, when I look at my reports tab in the above instance, I should no longer see "Amanda Cilek's Area" at the end of every breadcrumb. However if my manager logged in and looked at the same reports, my manager would still see "Amanda Cilek's Area".
This update should apply to wherever breadcrumbs show on the LEFT HAND SIDE of the app (currently Messages and Reports, but also Tasks once #5710 is done).
Wherever breadcrumbs are shown on the RIGHT HAND SIDE, we should continue to show all breadcrumbs as users often use these as a shortcut to navigate back to the top level.
The text was updated successfully, but these errors were encountered: