User Story
As an onboardee, I want a clear, visible highlight the moment I pass a knowledge check, so that I have immediate, satisfying feedback that I understood the material and can move on.
Context & Motivation
Status quo: The backend already returns checkSummary.passed per phase. The frontend shows a small "Passed" chip and a green ClipboardCheck icon on the phase card. The PhaseCheckModal shows per-attempt result, and OnboardingCompleteCelebration triggers confetti only for the final phase's check.
Gap noticed: After passing a non-final knowledge check, the visual feedback is minimal: a small green chip and an icon, no
immediate celebration or persistent "phase completed" highlight.
Acceptance Criteria
User Story
As an onboardee, I want a clear, visible highlight the moment I pass a knowledge check, so that I have immediate, satisfying feedback that I understood the material and can move on.
Context & Motivation
team:frontendStatus quo: The backend already returns
checkSummary.passedper phase. The frontend shows a small "Passed" chip and a greenClipboardCheckicon on the phase card. ThePhaseCheckModalshows per-attempt result, andOnboardingCompleteCelebrationtriggers confetti only for the final phase's check.Gap noticed: After passing a non-final knowledge check, the visual feedback is minimal: a small green chip and an icon, no
immediate celebration or persistent "phase completed" highlight.
Acceptance Criteria
PhaseCheckModalshows a clear success state (e.g. icon + message).prefers-reduced-motion."Passed" indication on submit failure.