-
Notifications
You must be signed in to change notification settings - Fork 178
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
[DSG]: Create generic breadcrumb component that works with DSG #560
Labels
infrastructure
Anything non feature/* related that improves general working of the Dashboard
kind/enhancement
New functionality request (existing augments or new additions)
priority/normal
An issue with the product; fix when possible
Comments
dlabaj
added
kind/enhancement
New functionality request (existing augments or new additions)
priority/high
Important issue that needs to be resolved asap. Releases should not have too many of these.
feature/ds-projects
Data Science Projects feature (formerly Data Science Groupings - DSG)
labels
Sep 15, 2022
Closed
andrewballantyne
changed the title
[Feature Request]: Create generic breadcrumb component that works with DSG
[DSG]: Create generic breadcrumb component that works with DSG
Sep 15, 2022
andrewballantyne
added
infrastructure
Anything non feature/* related that improves general working of the Dashboard
priority/normal
An issue with the product; fix when possible
and removed
priority/high
Important issue that needs to be resolved asap. Releases should not have too many of these.
feature/ds-projects
Data Science Projects feature (formerly Data Science Groupings - DSG)
labels
Oct 18, 2022
Pulled from DSG as it was not viable... we will need to go back through and add breadcrumbs manually. |
Going to close this issue. Until we can cover our bases with UX and how this will have value over the growth of the Dashboard. |
github-project-automation
bot
moved this from Backlog
to Done
in ODH Dashboard Planning
Jan 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
infrastructure
Anything non feature/* related that improves general working of the Dashboard
kind/enhancement
New functionality request (existing augments or new additions)
priority/normal
An issue with the product; fix when possible
Feature description
Create a generic component that can be used in App.tsx to show the current location as a breadcrumb. Ideally this component will handle updating itself without any input from the developer. The component should use the patternfly breadcrumb.
Describe alternatives you've considered
Consider just using the patternfly bread crumb as is, however it would be difficult to update the breadcrumb based on the current architecture.
Anything else?
Recommend pulling in i18n to translate the routes correctly.
The text was updated successfully, but these errors were encountered: