Currently, the functionality does not work if the other column's height is short, requiring users to scroll to the top before performing the drag-card-to-another-column action.
Steps to Reproduce:
- Populate one column (e.g., the Suggestion column) with a long list of cards.
- Keep the adjacent column on the right empty.
- Scroll down to the bottom-most card in the left column.
- Attempt to drag that card to the empty right column without scrolling back to the top.
Expectation: Dragging a card to the right column should automatically add it to that column as long as it is within the column’s full-height vertical area, without requiring additional scrolling or manual actions.
Current Limitation:
- Users must click on a card, be redirected to its description page, and manually switch status, adding extra steps.
- On desktop mode, there is no quick way to change a card’s status (e.g., via a right-click menu or inline option) without opening the card details page.
Suggested Improvement:
- Enable seamless drag-and-drop functionality even when the target column is shorter.
- Provide a quick status update option within the card itself to reduce unnecessary navigation.