Commit graph

5 commits

Author SHA1 Message Date
Hermes
bd580b849e feat: admin settings page - Stripe/Twilio/WhatsApp config UI
- Add AdminSettings page with 4 tabs: Integrations, WhatsApp, Notifications, General
- Add tRPC admin endpoints: listConfig, setConfig, deleteConfig, testStripeConnection, testSmsConnection
- Add clinicSettings.toggleSms endpoint for per-clinic SMS toggle
- Add app_config table schema + DB helpers (listAllConfig, setConfigValue, deleteConfigValue)
- Stripe and SMS services now read config from DB first, then env vars fallback
- Add Settings nav item in sidebar (admin only)
- Add /admin/settings route in App.tsx
2026-04-25 23:55:43 +00:00
Hermes
34126dc5ae fix: QR token auto-refresh on patient join + default rotation 24h 2026-04-25 17:49:39 +00:00
Hermes
f3b9b636fb feat: Phase 3 backend — admin procedures, multi-practitioner schema, advanced analytics 2026-04-25 16:15:55 +00:00
Hermes
698222dd6f feat: Phase 2 WIP — forgot password, i18n FR/EN setup, email service 2026-04-25 15:23:57 +00:00
Hermes
1dbb131d24 initial: QueueMed v1.0 MVP — file d'attente, WhatsApp, auth, dashboard 2026-04-25 12:52:35 +00:00