Skip to content

Add issues counts to dashboard issues refactor

Coung Ngo requested to merge 379025-add-dashboard-issues-counts into master

What does this MR do and why?

This MR adds issues counts to the dashboard issues Vue refactor. It also updates the issue fragment to one that doesn't use the new __persist field, which was recently merged and causes a GraphQL error on this page

Behind feature flags vue_issues_dashboard and root_level_issues_query default disabled, so no changelog required.

Screenshots or screen recordings

Screen_Recording_2023-01-18_at_4.12.40_pm

How to set up and validate locally

  1. In rails console enable the feature flags

    Feature.enable(:vue_issues_dashboard)
    Feature.enable(:root_level_issues_query)
  2. Visit the issues dashboard page http://127.0.0.1:3000/dashboard/issues

  3. Search and filter to confirm the counts in the Open/Closed/All tabs update correctly

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 #379025 (closed)

Edited by Coung Ngo

Merge request reports

Loading