Skip to content

Save sort order on group/project issues list refactor

Coung Ngo requested to merge 346939-frontend-issues-list-save-sort-order into master

What does this MR do and why?

This MR updates the group/project issues list refactor (#322755 (closed)) so that when the user changes sort order, a GraphQL mutation is called to save the sort order.

These changes are behind the vue_issues_list feature flag, defaulted to off.

Issue: #346939 (closed)

Screenshots or screen recordings

Screen_Recording_2022-02-01_at_10.32.26_pm

How to set up and validate locally

  1. In rails console enable the feature flag
    Feature.enable(:vue_issues_list)
  2. Visit any group or project issues list page such as http://127.0.0.1:3000/h5bp/html5-boilerplate/-/issues/
  3. Test the MR.

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

Edited by Coung Ngo

Merge request reports