Provide ability to move a board card to the top/bottom of the list
requested to merge 367473-provide-more-fine-grained-controls-for-relative-position-adjustment-within-board-lists into master
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
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- Visit any boards list for eg : http://127.0.0.1:3000/gitlab-org/gitlab-test/-/boards
- You will see
three dots
with every card. - 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 seeMove to start of list
- 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.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #367473 (closed)
Edited by Deepika Guliani