- packages/jobs/: BullMQ-based async job queue for audio analysis
with concurrency control and retry logic
- services/voiceprint-ml/: FastAPI microservice for ECAPA-TDNN
inference with mock model, preprocessing, embedding extraction,
and synthetic voice detection endpoints
- Includes Dockerfile and requirements.txt for ML service
Co-Authored-By: Paperclip <noreply@paperclip.ing>
- Created shared-notifications package with multi-channel support
- Implemented EmailService with Resend integration
- Implemented PushService with FCM/APNs support
- Implemented SMSService with Twilio integration
- Added NotificationService to orchestrate all channels
- Created notification types, configuration, and routes
- Added rate limiting and delivery tracking support
- Configured notification preferences management
Files:
- packages/shared-notifications/src/{types,config,services}/*.ts
- packages/shared-notifications/package.json
- apps/api/src/routes/notifications.routes.ts
- apps/api/package.json (updated dependencies)