feat: notification service

This commit is contained in:
Ilia Denisov
2026-04-22 08:49:45 +02:00
committed by GitHub
parent 5b7593e6f6
commit 32dc29359a
135 changed files with 21828 additions and 130 deletions
+4 -3
View File
@@ -297,9 +297,10 @@ Goal:
Tasks:
- Define the event payload for `country_review_recommended=true`.
- Implement event publication on transition to `true`.
- Implement configuration-driven notification handoff through
- Define the normalized notification-intent payload for
`geo.review_recommended`.
- Implement intent publication on transition to `true`.
- Implement configuration-driven administrator-notification handoff through
`Notification Service`.
- Add notification deduplication or transition-only logic to prevent spam.
- Add failure metrics for both event publication and downstream notification