feat(kanban): improve result summaries and blocked task UX - #25655
Closed
SatoDri wants to merge 1 commit into
Closed
feat(kanban): improve result summaries and blocked task UX#25655SatoDri wants to merge 1 commit into
SatoDri wants to merge 1 commit into
Conversation
Add summary-tree data and dashboard UI improvements so Kanban parent tasks, subtasks, artifacts, and blocked states are easier to review from the task drawer.
SatoDri
force-pushed
the
feat/kanban-summary-artifacts-blocked-ux
branch
from
May 14, 2026 11:19
d237173 to
9669935
Compare
Contributor
|
Thanks @SatoDri — closing this one. 1503 LOC is mostly in the compiled |
6 tasks
6 tasks
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.
Summary
This PR improves the Kanban dashboard task drawer so parent task outcomes, subtask progress, artifact availability, and blocked-task context are easier to understand at a glance.
In the current Kanban dashboard flow, reviewing a larger task can be hard because users often need to open each related task, scroll through comments/events, and manually infer what was completed, what is blocked, and where outputs were saved. This change makes that information more directly visible from the selected task drawer.
What changed
Result and subtask summaries
Safer artifact/document handling
Blocked task context
Dashboard UX updates
Upstream-ready styling
Validation
Ran focused checks locally:
git diff --check -- plugins/kanban/dashboard/dist/index.js \ plugins/kanban/dashboard/dist/style.css \ plugins/kanban/dashboard/plugin_api.py \ tests/plugins/test_kanban_dashboard_plugin.py node --check plugins/kanban/dashboard/dist/index.js python -m pytest tests/plugins/test_kanban_dashboard_plugin.py -q -o 'addopts='Result:
Notes
This PR intentionally only includes the Kanban dashboard/data-contract changes. Other local worktree changes were left out of the commit.