cloudfoundry / cloudfoundry/stratos

Retain non-default breadcrumbs across sub nav

Open
#3,573 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
TypeScript
Stars
267
Forks
137
Avg merge
5h 14m
Merged PRs (30d)
77

Description

Following the work done https://github.com/cloudfoundry-incubator/stratos/pull/3572 we have exposed a bug we have where we would loose breadcrumbs when navigating via sub nav.

In the example in the PR, the user has landed on an application summary page via cf->org->space->routes->application summary giving us correct breadcrumbs that look like this:

`CF_NAME > ORG_NAME > SPACE_NAME > APP_NAME`

If the user then clicks on another sub nav item (i.e. instances) the context of the breadcrumbs is lost, leaving us with incorrect breadcrumbs that look something like:

`Applications > APP_NAME`

Can we automatically transfer the breadcrumbs when navigating within the context of a sub nav?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing pull request 3572 and reproduce the navigation path from CF to org, space, routes, and application summary, then click another sub-nav item such as instances. Trace where the breadcrumb context changes during sub-nav navigation; done means the original CF, org, space, and application breadcrumbs are retained.

Written by the indexing model from the issue text.

Assessment

Tech stack
angular, typescript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.