|
|
7d119d34ba
|
docs: 修复通知系统设计文档问题
修复内容:
- 修正章节编号 8.2 -> 8.3
- 查询逻辑增加 star_id 条件
- HTTP 接口说明增加 star_id 传递方式
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-15 11:29:04 +08:00 |
|
|
|
ec46004551
|
docs: 更新通知系统设计方案
主要修改:
- 添加 star_id 数据隔离字段到 notifications 和 notification_stats 表
- 更新索引包含 star_id
- 添加数据一致性保证章节(事务边界、点赞通知防重复唯一约束)
- 所有 API 接口参数增加 starID
- JSON data 示例增加 star_id 字段
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-15 11:25:29 +08:00 |
|
|
|
20f90d7120
|
docs: 添加通知系统设计方案
- 设计统一通知表 (notifications) 存储所有通知类型
- 设计通知统计表 (notification_stats) 支持未读数查询
- 定义 Notification Service 职责和 API 接口
- 支持今日/历史 Tab 查询
- 支持未读数统计、通知直达、批量操作
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-15 11:13:43 +08:00 |
|
|
|
08225a7a79
|
docs: 修改文档
|
2026-05-12 14:06:02 +08:00 |
|
|
|
f1e51f7ff6
|
docs: 文档修改
|
2026-05-12 11:27:43 +08:00 |
|