M3-05 Notification Module #33
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
目标
设计知习通知模块,为 C 端用户提供 App 推送、站内提醒以及为 Admin 提供到期提醒、成本提醒和任务失败通知。
本 Issue 只做模块架构设计,不直接实现代码。
背景说明
用户需要被提醒:今日复习任务、学习目标未达成、连续学习天数即将中断。Admin 需要被提醒:API Key 即将到期、成本超出预警线、导入任务大量失败。
Notification 模块管理通知渠道(Push/站内/邮件)、通知模板和用户通知偏好。
模块职责
本模块负责:
本模块不负责:
候选数据对象
基础设施依赖判断
API 设计
CAPI:
AAPI:
Domain Event 设计
交付检查
验收标准
禁止事项
不建议当前阶段实现