docs: 添加通知系统设计方案

- 设计统一通知表 (notifications) 存储所有通知类型
- 设计通知统计表 (notification_stats) 支持未读数查询
- 定义 Notification Service 职责和 API 接口
- 支持今日/历史 Tab 查询
- 支持未读数统计、通知直达、批量操作

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
zheng020 2026-05-15 11:13:43 +08:00 committed by zerosaturation
parent 2f0205ba79
commit 9df47da637

View File

@ -342,4 +342,4 @@ services/notificationService/
- [x] 支持未读数统计(事务保证一致性)
- [x] 支持通知直达
- [x] 支持批量操作
- [x] INSERT ... ON CONFLICT DO UPDATE 处理首次创建统计
- [x] INSERT ... ON CONFLICT DO UPDATE 处理首次创建统计