queue-med/server/_core
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
..
context.ts initial: QueueMed v1.0 MVP — file d'attente, WhatsApp, auth, dashboard 2026-04-25 12:52:35 +00:00
index.ts feat: admin settings page - Stripe/Twilio/WhatsApp config UI 2026-04-25 23:55:43 +00:00
logger.ts fix: QR token auto-refresh on patient join + default rotation 24h 2026-04-25 17:49:39 +00:00
requestLogger.ts fix: QR token auto-refresh on patient join + default rotation 24h 2026-04-25 17:49:39 +00:00
trpc.ts feat: Phase 5 — pino structured logger, request logging, tRPC timing middleware 2026-04-25 17:50:44 +00:00