Skip to content

Provide ability to move a board card to the top/bottom of the list

What does this MR do and why?

Provide the ability to move an issue to the top of the list and move to the end of the list when all items in the list are loaded. Other options require more backend work.

P.S Since some of the actions require backend work - like moving to a specific location , those are moved out of the current scope of MR__

Screenshots or screen recordings

Screenshot_2022-08-03_at_4.44.47_PM Screenshot_2022-08-03_at_4.59.40_PM

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Visit any boards list for eg : http://127.0.0.1:3000/gitlab-org/gitlab-test/-/boards
  2. You will see three dots with every card.
  3. Click on the three dots , you will see 2 options Move to start of list & Move to end of list if all items in the list are loaded. In case all items are not loaded , we just see Move to start of list
  4. Click on any and see the item to move to that position in the list

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

Edited by Deepika Guliani

Merge request reports

Loading