fix(wizards): use materialized cohort id response - #3198
Merged
jerome-ng merged 3 commits intoSep 1, 2026
Conversation
jerome-ng
requested review from
LSriragavan,
brandantck,
khairul-syazwan,
maggie-li-yd and
p-hoffmann
as code owners
August 25, 2026 07:59
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Wizard dashboard flow to use the cohort ID returned by materialization instead of waiting for bookmark-list propagation.
Changes:
- Validates and consumes the materialization response.
- Refreshes the bookmark cache asynchronously.
- Removes the obsolete cohort-resolution stage and related retry state.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
wizardDashboardState.ts |
Removes the resolution status. |
wizardDashboardFlow.ts |
Uses the returned cohort ID and refreshes asynchronously. |
wizardDashboardFlow.test.ts |
Updates flow tests for the new behavior. |
useWizardDashboardFlow.ts |
Removes materialization-submission tracking. |
WizardDashboardModal.tsx |
Removes the obsolete progress message. |
wizardCohortApi.ts |
Adds the materialization response contract and validation. |
wizardCohortApi.test.ts |
Tests returned and missing cohort IDs. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
jerome-ng
commented
Aug 25, 2026
| "awaiting-cache": "Checking your previous Wizard analyses…", | ||
| "saving-bookmark": "Saving this Wizard analysis…", | ||
| materializing: "Creating the cohort…", | ||
| "resolving-cohort": "Waiting for the cohort to become available…", |
Collaborator
Author
There was a problem hiding this comment.
No longer needed
khairul-syazwan
approved these changes
Aug 26, 2026
jerome-ng
enabled auto-merge
August 28, 2026 03:20
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Aug 28, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Aug 31, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Aug 31, 2026
jerome-ng
deleted the
jerome-ng/fix-wizards-materialization-id-develop
branch
September 1, 2026 03:31
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
Previous:

Updated:

Verification