Skip to content

Show cadence title in breadcrumb

Simon Knox requested to merge psi-cadence-named-bread into master

What does this MR do and why?

Replace the cadence ID with the title in breadcrumbs - #342759 (closed)

Screenshots or screen recordings

before after
Screen_Shot_2021-10-12_at_2.16.12_pm Screen_Shot_2021-10-12_at_2.15.54_pm

while loading (ignore visible buttons at the start, unrelated bug):

Screen_Recording_2021-10-12_at_2.06.50_pm

Wrapping is still... not great. Some work needed in breadcrumb component to improve this:

Screen_Shot_2021-10-12_at_2.17.51_pm

How to set up and validate locally

  1. In rails console enable the feature
    Feature.enable(:iteration_cadences)
  2. Visit any group or project cadences pages such as http://127.0.0.1:3000/groups/flightjs/-/cadences
  3. Look at breadcrumbs

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Simon Knox

Merge request reports