Commit Graph

5 Commits

Author SHA1 Message Date
61901eb8fb feat: wire frontend to platform data, migrate to Jotai + Vercel AI SDK
- Replace mock DataProvider with real GraphQL queries through sidecar
- Add queries.ts and transforms.ts for platform field name mapping
- Migrate SIP state from React Context to Jotai atoms (React 19 compat)
- Add singleton SIP manager to survive StrictMode remounts
- Remove hardcoded Olivia/Sienna accounts from nav menu
- Add password eye toggle, remember me checkbox, forgot password link
- Fix worklist hook to transform platform field names
- Add seed scripts for clinics, health packages, lab tests
- Update test harness for new doctor→clinic relation

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 16:44:45 +05:30
e01a4d7747 feat: add AI flow test script — validates auth, lead lookup, patient, doctor, appointments, calls, activities as Rekha 2026-03-18 14:46:19 +05:30
f5c8766f68 feat: complete seeder — 5 doctors linked to workspace members, appointments linked to doctor entities, all agent names match real users 2026-03-18 14:34:58 +05:30
f9231ab126 feat: complete data seeder — 5 patient stories with linked campaigns, patients, leads, appointments, calls, activities, follow-ups 2026-03-18 12:42:43 +05:30
06fc842d98 feat: add platform data seeder with 5 patient stories — campaigns, leads, appointments, calls, activities, follow-ups 2026-03-18 12:35:12 +05:30