Adding graphQL parameters for move to start and end
What does this MR do and why?
_Iteration of #367473 (closed). Provide ability to move to start or end of list for all cards on issue/epic boards , when all items are loaded or not. Backend introduced GraphQL parameters for listPosition : 0
for start and listPosition : -1
for end of list.
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- Visit any board list , issue boards/epic boards Eg :
http://127.0.0.1:3000/gitlab-org/gitlab-test/-/boards
- Go to any list with items < 10
- See that you can move items to start and end of list like on production.
- Go to any list with items > 10
- Try to
Move to end
for card 0 - See that is removed and added to the list at the last when you paginate/scroll more till last
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