DependencyTrack / DependencyTrack/frontend
Display full nested project hierarchy in breadcrumbs
- Dominant language
- Vue
- Stars
- 171
- Forks
- 250
- Avg merge
- 10h 56m
- Merged PRs (30d)
- 84
Description
### Current Behavior
Currently, the breadcrumb in Dependency-Track only displays the current project when navigating into nested projects. This makes it difficult for users to understand the full context and hierarchy of a project, especially in environments with deep nesting (e.g., Root / Parent / Child / Sub-Child).
### Proposed Behavior
The breadcrumb should display the entire parent chain, not just the current project.
For example:
Home / Projects / Root Project / Parent Project / Child Project
### Checklist
- [x] I have read and understand the [contributing guidelines](https://github.com/DependencyTrack/dependency-track/blob/master/CONTRIBUTING.md#filing-issues)
- [x] I have checked the [existing issues](https://github.com/DependencyTrack/frontend/issues) for whether this enhancement was already requested
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.