Revamp UI with Coverage Compass-style wizard flow - #4
Open
daphnehanse11 wants to merge 1 commit into
Open
Conversation
Replace the single-page form with a step-by-step wizard modeled on Coverage Compass: - Add HouseholdWizard: one question per screen (location, filing status, ages, income, employer coverage, children) with a continuous progress bar and a "So far" summary card - Add ChangeWizard: two-step event picker with contextual filtering (marriage hidden for married filers, divorce for single filers, losing coverage when nobody has ESI) and an "Add another change" queue that drives the multi-event simulation support - Rework the page around a hero card whose headline is derived from the simulated net income delta, with "what changed" chips and a compared scenarios grid for revisiting earlier results - Remove all emoji (event icons, coverage icons, favicon) in favor of text labels and an SVG mark - Move headings and labels to sentence case - Restyle the benefit cliffs callout and toggles to neutral gray/teal - Backend: accept an ordered lifeEvents list for combined scenarios Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Reworks the Crossroads frontend to match the Coverage Compass interaction model and visual style.
Wizard flow
lifeEventslist.Results
Styling
Testing
npm run buildpasses (type check + production build).pytest tests/— 33 passed.🤖 Generated with Claude Code