Skip to content

DRU-493 - Drag board cards between statuses - #482

Open
chaosk wants to merge 1 commit into
integration/issuesfrom
agent/DRU-493
Open

DRU-493 - Drag board cards between statuses#482
chaosk wants to merge 1 commit into
integration/issuesfrom
agent/DRU-493

Conversation

@chaosk

@chaosk chaosk commented Sep 8, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Widen Cards with layout=stack and drop, and Card with drag, instead of a new Board block.
  • The Software Factory board stacks one card per column. Dropping a card onto another column POSTs the existing set_status door and refreshes the page.
  • Click still opens the ticket. Drop onto the same column does not POST. Ready for Agent still goes through Ticket.transition.

Test plan

  • On the board, drag a Todo card onto In Progress. The card moves; the ticket page Status matches.
  • Click a card (no drag). The ticket page opens.
  • Drop a card onto its own column. Nothing changes.
  • Drag onto Ready for Agent. At most one build starts.
  • Field notes Cards (no drop) still wrap across the page.

Made with Cursor

The ticket page already moved work through set_status. The board now
uses that same door, so a drop cannot open a second write path.

Co-authored-by: Cursor <cursoragent@cursor.com>
@chaosk
chaosk requested a review from czpython as a code owner September 8, 2026 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant