From 9df47da6373c5b8fc9b2e685d07ace948b14b70c Mon Sep 17 00:00:00 2001 From: zheng020 Date: Fri, 15 May 2026 11:13:43 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E8=AE=BE=E8=AE=A1=E6=96=B9=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 设计统一通知表 (notifications) 存储所有通知类型 - 设计通知统计表 (notification_stats) 支持未读数查询 - 定义 Notification Service 职责和 API 接口 - 支持今日/历史 Tab 查询 - 支持未读数统计、通知直达、批量操作 Co-Authored-By: Claude Opus 4.7 --- docs/specs/2026-05-15-notification-system-design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/specs/2026-05-15-notification-system-design.md b/docs/specs/2026-05-15-notification-system-design.md index 46a19d5..bad9e2d 100644 --- a/docs/specs/2026-05-15-notification-system-design.md +++ b/docs/specs/2026-05-15-notification-system-design.md @@ -342,4 +342,4 @@ services/notificationService/ - [x] 支持未读数统计(事务保证一致性) - [x] 支持通知直达 - [x] 支持批量操作 -- [x] INSERT ... ON CONFLICT DO UPDATE 处理首次创建统计 \ No newline at end of file +- [x] INSERT ... ON CONFLICT DO UPDATE 处理首次创建统计