Skip to content

Added sub breadcrumbs to the work item view

Donald Cook requested to merge dc-work-item-bread into master

What does this MR do and why?

Added parent context to tasks.

Screenshots or screen recordings

Before After
Screen_Shot_2022-07-13_at_5.26.26_PM Screen_Shot_2022-07-13_at_5.03.38_PM
Screen_Shot_2022-07-13_at_5.27.57_PM Screen_Shot_2022-07-13_at_5.02.53_PM

How to set up and validate locally

  1. In rails console

    1. enable the feature flags
    Feature.enable(:work_items)
  2. In any issue, add some markdown tasks to the description.

  3. Hover over a task and click on the "Convert to Task" button.

  4. Should see parent information in the task modal.

  5. Exit the modal, right click on the task and open in a new tab to see the detail view.

MR acceptance checklist

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

Related to #366211 (closed)

Edited by Donald Cook

Merge request reports

Loading