No description
Find a file
Ashwin Kumar ba38d12331 docs: complete sidebar status for all 4 role types
Documented all 48 sidebar items across all roles:
- Job Seeker: 12/12 real
- Company: 12/12 real
- Customer: 12/12 real
- Professional: 12/12 real

Each item includes:
- Component name
- Status (all REAL)
- API endpoints used
- Features available

Common pages detail:
- Explore Nxtgauge (role switching)
- Settings (password, notifications, delete)
- Switch Services (quick role switch)
- Credits (wallet, packages, transactions)
2026-04-10 01:51:00 +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 feat: wire Credits page to pricing management and payment APIs 2026-04-10 01:38:44 +02:00
tests feat: comprehensive testing infrastructure (without workflow pending token scope) 2026-04-08 02:43:29 +02:00
.eslintrc.cjs feat: comprehensive testing infrastructure (without workflow pending token scope) 2026-04-08 02:43:29 +02:00
.gitignore feat: comprehensive testing infrastructure (without workflow pending token scope) 2026-04-08 02:43:29 +02:00
.prettierrc feat: comprehensive testing infrastructure (without workflow pending token scope) 2026-04-08 02:43:29 +02:00
.woodpecker.yml ci: trigger pipeline 2026-04-09 03:09:37 +02:00
COMMON_PAGES_STATUS.md docs: document common pages wiring status and missing pricing feature 2026-04-10 01:32:06 +02:00
dashboard-sidebar-status.md docs: document all sidebar items are wired to real data 2026-04-10 01:29:15 +02:00
Dockerfile docs: clarify real data implementations are wired to backend APIs 2026-04-10 01:21:36 +02:00
package-lock.json fix: add missing @tailwindcss/vite dependency 2026-04-09 05:41:11 +02:00
package.json fix: add missing @tailwindcss/vite dependency 2026-04-09 05:41:11 +02:00
playwright.a11y.config.ts feat: comprehensive testing infrastructure (without workflow pending token scope) 2026-04-08 02:43:29 +02:00
playwright.visual.config.ts feat: comprehensive testing infrastructure (without workflow pending token scope) 2026-04-08 02:43:29 +02:00
README.md chore: bootstrap solid frontend repo with migration plan 2026-03-16 22:23:58 +01:00
SIDEBAR_STATUS_COMPLETE.md docs: complete sidebar status for all 4 role types 2026-04-10 01:51:00 +02:00
tsconfig.json feat(frontend): add solidstart runtime onboarding renderer 2026-03-16 23:46:21 +01:00
vite.config.timestamp_1775706024731.js feat: improve Help Center UI with mixed dark/light theme and structured content 2026-04-09 21:52:16 +02:00
vite.config.ts Refactor admin routes and add Storybook/Vitest setup 2026-03-26 06:18:07 +01:00
vitest.config.ts feat: comprehensive testing infrastructure (without workflow pending token scope) 2026-04-08 02:43:29 +02: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.