Link | Sone-071

"name": "Weekly Onboarding Reminder", "channel": "email", "audienceQuery": "plan": "free", "lastLoginDaysAgo": "gt": 7 , "templateId": "c3b0f9a2-...", "scheduleType": "cron", "cronExpr": "0 9 * * MON", // every Monday 09:00 UTC "tzMode": "user", "maxPerUserPerDay": 1, "maxPerUserPerWeek": 2

Returns list of saved smart‑searches for the authenticated user. SONE-071

Recent results from a Phase 2 clinical trial, highlighted by NeurologyLive and published in The Lancet , have brought into the spotlight as a potential breakthrough for these "non-motor" symptoms. What is TAK-071? | FR # | Description | |------|-------------| |

| FR # | Description | |------|-------------| | | Notification Scheduler Service – a new micro‑service ( notification-scheduler ) that stores schedule definitions and triggers delivery jobs. | | FR‑02 | CRUD API – POST /schedules , GET /schedules/:id , PUT /schedules/:id , DELETE /schedules/:id . All endpoints secured via OAuth2 scopes notification:write/read . | | FR‑03 | Schedule Model (MongoDB / PostgreSQL) – fields: id , name , channel (email/push/in‑app), audienceQuery (JSON), templateId , scheduleType (once/cron), runAt (UTC), timeZoneMode (user‑local / fixed), maxPerUserPerDay , maxPerUserPerWeek , createdBy , createdAt , updatedAt , version . | | FR‑04 | Template Service Integration – reuse existing template-service for rendering tokens. | | FR‑05 | Delivery Worker – background worker (Node/Go) that reads ready schedules, resolves audience, expands tokens, respects throttling, and calls the appropriate channel provider (SES, Firebase, internal in‑app). | | FR‑06 | Throttling Store – per‑user counter with TTL (Redis). Increment on each successful send; reset after 24 h or 7 d as per schedule config. | | FR‑07 | Audit Log – write to an append‑only notification_audit table (or event‑store). Include action , actorId , scheduleId , payloadDiff . | | FR‑08 | Metrics Exporter – Prometheus‑compatible metrics ( notifications_sent_total , notifications_failed_total , notifications_rate_limited_total ). | | FR‑09 | UI Components – React (or Angular) pages: Schedule List , Schedule Detail/Edit , Wizard Modal , Audit Timeline , Metrics Dashboard . | | FR‑10 | Access Control – Only users with role MARKETER or ADMIN can create/edit schedules. Read‑only for ANALYST . | | FR‑11 | Error Handling & Retries – exponential back‑off for transient provider errors (max 3 retries). Persist failures with reason. | | FR‑12 | Internationalization – templates may include i18n keys; scheduler must pass locale from user profile to template renderer. | | | FR‑03 | Schedule Model (MongoDB /

Once I have more context, I'll do my best to provide a helpful response.

Top