feat(web): resolve blocked issues from cards - #312
Merged
Conversation
Replace the blocked-card Ready action with a Resolve flow that loads the latest blocker comment, supports free-text and shortcut change requests, and moves the issue to ready with recovery-safe submission behavior. Add frontend tests, Storybook coverage, and synchronized UI documentation.
Inject the latest-blocker loader so Storybook can render the resolved dialog deterministically without relying on a live issue tracker.
Capture the deterministic ResolveIssueDialog Storybook story for inclusion in the pull request description.
Keep the created change-request state in the layout when a status update fails so closing and reopening Resolve retries only the ready transition instead of creating a duplicate request.
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.
Resolve blocked issues from Issue Cards
Summary
Blocked Issue Cards can now open a guided Resolve flow instead of moving directly to Ready. The dialog shows the latest blocker comment as read-only context, accepts a free-text resolution or an
Ok/Retryshortcut, creates a Change Request, and then moves the Issue toready.主な変更点:
Readyquick action をResolveに変更Ok/Retryの即時送信に対応Screenshot
やったこと
動作確認
bun run typecheckbun run test— 26 files / 146 testsbun run buildgit diff --checkレビュー & 動作確認 チェックリスト
readyへ移ること推奨テスト計画:
Resolveを押し、最新 blocker comment が表示されることを確認する。OkまたはRetryを押し、Change Request 作成とready遷移を確認する。その他気になることや相談ごと
14b339aで解消済みです。