No description
Find a file
Ashwin Kumar 564a383a10 Wire user dashboard to real APIs — profile, credits, leads, requirements, jobs
- dashboard.tsx: fetch session for real user name/ID/role, fallback to
  localStorage; show dashboard with role defaults when runtime config unavailable
- DashboardDesignPreview: add liveData prop; createResource for credits,
  marketplace, lead requests, customer requirements, jobs, and profile
- Profile form: inputs now track state via profileFormData signal; pre-filled
  from GET /api/${prefix}/profile/me; Save Changes PATCHes real endpoint
- Lead actions: Send Request POSTs to /api/${prefix}/leads/request; Cancel
  DELETEs /api/${prefix}/leads/requests/{id}; both refetch after completion
- Requirement submit: POSTs to /api/customers/requirements then submits for approval
- Replace hardcoded "Alex" with real session name; credits from wallet balance API
- Fix launch.json PATH so npm is found in sh shell

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-05 21:13:54 +02:00
.claude chore: checkpoint current workspace changes 2026-03-25 22:15:09 +01:00
.playwright-cli chore: update playwright debug log 2026-03-25 22:15:38 +01:00
.storybook Refactor admin routes and add Storybook/Vitest setup 2026-03-26 06:18:07 +01:00
docs feat(frontend): add next parity batch for public routes 2026-03-17 00:21:34 +01:00
output/playwright chore: checkpoint current workspace changes 2026-03-25 22:15:09 +01:00
public chore: sync latest dashboard and role flow updates 2026-04-05 16:52:02 +02:00
src Wire user dashboard to real APIs — profile, credits, leads, requirements, jobs 2026-04-05 21:13:54 +02:00
.gitignore Refactor admin routes and add Storybook/Vitest setup 2026-03-26 06:18:07 +01:00
package-lock.json chore: sync latest dashboard and role flow updates 2026-04-05 16:52:02 +02:00
package.json chore: sync latest dashboard and role flow updates 2026-04-05 16:52:02 +02:00
README.md chore: bootstrap solid frontend repo with migration plan 2026-03-16 22:23:58 +01:00
tsconfig.json feat(frontend): add solidstart runtime onboarding renderer 2026-03-16 23:46:21 +01:00
vite.config.ts Refactor admin routes and add Storybook/Vitest setup 2026-03-26 06:18:07 +01:00
vitest.shims.d.ts Refactor admin routes and add Storybook/Vitest setup 2026-03-26 06:18:07 +01:00

NXTGAUGE Frontend Solid

SolidStart migration target for nxtgauge-frontendwebsite.

Principle

Reproduce the same user-facing behavior and runtime-config driven flows without changing product logic.

See docs/MIGRATION_MASTER_PLAN.md for the staged plan.