No description
Find a file
Ashwin Kumar 8a24700e73 feat(dashboard): add My Portfolio to all professional role dashboards
- Add full single-page portfolio preview in DashboardDesignPreview with
  profile header, about, packages, gallery, experience, testimonials,
  and FAQs sections matching Department Management design language
- Fix sidebar persona resolution to always include My Portfolio for all
  professional subtypes (Photographer, Graphic Designer, Makeup Artist,
  Tutor, Developer, Video Editor, Social Media Manager, Fitness Trainer,
  Catering Services) via a three-layer fallback: roleId lookup → role
  key from roles list → formRoleKey stored directly from dashboard record
- Add personaFromKey() helper so any professional role key maps to
  PROFESSIONAL sidebar even when the roles API returns empty data

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-30 14:19:00 +02:00
.claude Polish shell transitions and dark theme behavior 2026-03-30 04:52:10 +02:00
.nitro/types feat(admin): runtime config builders with local save/publish 2026-03-16 23:20:54 +01:00
.storybook Refactor admin UI and add Storybook/Vitest setup 2026-03-26 06:20:22 +01:00
docs chore: sync local changes 2026-03-26 20:58:39 +01:00
public feat(admin): align nextjs sidebar/ui parity and module flow bridge 2026-03-19 03:36:46 +01:00
scripts Standardize admin tables and polish shell UX 2026-03-30 04:48:09 +02:00
src feat(dashboard): add My Portfolio to all professional role dashboards 2026-03-30 14:19:00 +02:00
tests/e2e chore: sync local changes 2026-03-26 20:58:39 +01:00
.gitignore chore: sync local changes 2026-03-26 20:58:39 +01:00
package-lock.json chore: sync local changes 2026-03-26 20:58:39 +01:00
package.json Standardize admin tables and polish shell UX 2026-03-30 04:48:09 +02:00
playwright.config.ts test(auth): add admin auth split unit+e2e coverage 2026-03-20 22:37:17 +01:00
README.md feat(admin): runtime config builders with local save/publish 2026-03-16 23:20:54 +01:00
tsconfig.json feat(admin): runtime config builders with local save/publish 2026-03-16 23:20:54 +01:00
vite.config.ts Refactor admin UI and add Storybook/Vitest setup 2026-03-26 06:20:22 +01:00
vitest.shims.d.ts Refactor admin UI and add Storybook/Vitest setup 2026-03-26 06:20:22 +01:00

NXTGAUGE Admin Solid

SolidStart migration target for nxtgauge-nov-2025-frontend (admin panel).

Principle

Port admin modules one by one with strict API/permission parity.

See docs/MIGRATION_MASTER_PLAN.md.

This project was created with the Solid CLI