{{ message }}
[3/4] lab2-studio-oceans: milestone API, lab adapters, video stub#73490
Draft
stephenliang wants to merge 1 commit into
Draft
[3/4] lab2-studio-oceans: milestone API, lab adapters, video stub#73490stephenliang wants to merge 1 commit into
stephenliang wants to merge 1 commit into
Conversation
9eeadf0 to
f34b4e8
Compare
489b6dc to
e6660cc
Compare
f34b4e8 to
06f3069
Compare
e6660cc to
f8a31ad
Compare
06f3069 to
1e3b228
Compare
f8a31ad to
51feef7
Compare
1e3b228 to
190b262
Compare
51feef7 to
fd5b25d
Compare
Wire onContinue flow: lab entrypoints call onContinue which POSTs milestone then navigates to the next level or finishUrl. Add activities API domain to @code-dot-org/core. Oceans adapter reads level properties from Lab context (mode, guides). Video stub shows title from level properties with a Continue button. MSW fixture tracks milestone completions. Includes 8 new unit tests (activities API + video stub). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
190b262 to
3584e9c
Compare
This was referenced Jun 26, 2026
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.

Add
activitiesAPI domain to@code-dot-org/corewith milestone POST endpoint. WireonContinueflow: lab entrypoints call onContinue → milestone POST → navigate to next level or finishUrl. Oceans adapter reads level properties from Lab context (mode→appMode, guides) instead of hardcoded values. Video stub shows level title with a Continue button (MUI Typography + Button).Lab2-studio-oceans tasks §4 (4.1–4.7). No Rails changes.
Stack: [1/4] #73487 → [2/4] #73488 → [3/4] ← this PR → [4/4] #73496
Links
openspec/changes/lab2-studio-oceans/design.md(on proposal branch)Testing story
yarn typecheck+./tools/hooks/pre-commitpassDeployment notes
Standard merge-and-deploy. Milestone POST hits existing Rails endpoint — no backend changes needed.
🤖 Generated with Claude Code