Add issues counts to dashboard issues refactor
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
-
In rails console enable the feature flags
Feature.enable(:vue_issues_dashboard) Feature.enable(:root_level_issues_query)
-
Visit the issues dashboard page
http://127.0.0.1:3000/dashboard/issues
-
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.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #379025 (closed)
Edited by Coung Ngo