Skip to content

feat: add forecast desk route with trend snapshots#231

Open
iamasx wants to merge 1 commit into
mainfrom
feat/214
Open

feat: add forecast desk route with trend snapshots#231
iamasx wants to merge 1 commit into
mainfrom
feat/214

Conversation

@iamasx

@iamasx iamasx commented Apr 24, 2026

Copy link
Copy Markdown
Owner

Summary

  • add the /forecast-desk route with a comparison band, trend snapshot cards, and short forecast notes
  • keep the route self-contained with local mock data and responsive layout primitives already used in the app
  • add route tests covering hero actions, comparison metrics, snapshots, and forecast notes

Closes #214

Verification

  • npx eslint src/app/forecast-desk/page.tsx src/app/forecast-desk/page.test.tsx src/app/forecast-desk/_data/forecast-desk-data.ts
  • npx tsc --noEmit
  • npx vitest run src/app/forecast-desk/page.test.tsx (blocked locally on Node v20.15.0 because the checked-in vitest.config.ts and the installed jsdom dependency chain both require a newer ESM-compatible runtime)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Test] Add Forecast Desk route with trend snapshots

1 participant