DRU-485 - Make board cards the ticket destination - #470
Merged
Conversation
This was referenced Sep 7, 2026
chaosk
force-pushed
the
agent/DRU-393
branch
from
September 8, 2026 04:11
b766818 to
f94a734
Compare
Card.link wraps the panel when there are no controls, so Open is no longer a second way onto the ticket. Co-authored-by: Cursor <cursoragent@cursor.com>
chaosk
force-pushed
the
agent/DRU-485
branch
from
September 8, 2026 04:15
fd9a6cc to
772a2f8
Compare
chaosk
added a commit
that referenced
this pull request
Sep 11, 2026
Card.link wraps the panel when there are no controls, so Open is no longer a second way onto the ticket. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Linear ticket: DRU-485
Stacked on DRU-393.
Summary
Cardtakeslink. With no controls, the shell makes the whole panel the destination.Test plan
uv run ruff check backenduv run ruff format --check backenduv pip install -e backend/tests/druks-field_notesuv run pytest backend/tests/software_factory/test_issues_pages.py backend/tests/test_ui_data_blocks.py backend/tests/test_ui_page_api.pynpm --prefix frontend test -- src/druksui/Blocks.test.tsx/software_factory/board, a ticket card has no Open control; clicking the panel opens the ticket./software_factory/list, the title cell opens the same ticket.Made with Cursor