From ad76d9a61318051934c105a8fe49a16aab5f9190 Mon Sep 17 00:00:00 2001 From: bujinyuan Date: Wed, 4 Mar 2026 10:53:48 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=AD=A3=E5=88=86=E6=94=AF?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E6=A0=87=E8=AE=B0=EF=BC=88=E5=BE=85=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E2=86=92=E5=B7=B2=E5=88=9B=E5=BB=BA=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made-with: Cursor --- .cursor/rules/project-context.mdc | 2 +- docs/progress/CURRENT_STATUS.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.cursor/rules/project-context.mdc b/.cursor/rules/project-context.mdc index e28682b..45ac8ac 100644 --- a/.cursor/rules/project-context.mdc +++ b/.cursor/rules/project-context.mdc @@ -19,7 +19,7 @@ alwaysApply: true - **Phase 2b(即时通讯消息系统)**:✅ 全部完成(10 个 Task + 代码审查修复 7 项 + 用户测试修复 8 项),设计文档 `docs/plans/2026-03-03-phase2b-design.md` - 分支:`feature/phase2b-instant-messaging` - **Phase 2c(群聊与已读回执)**:📋 设计完成,待实施(14 个 Task),设计文档 `docs/plans/2026-03-04-phase2c-design.md`,实施计划 `docs/plans/2026-03-04-phase2c-implementation.plan.md` -- 分支:`feature/phase2c-group-read-receipt`(待创建) +- 分支:`feature/phase2c-group-read-receipt` - 范围:群聊全功能(三级角色/禁言/@提醒/群公告/入群审批)+ 已读回执(单聊会话级 + 群聊消息级)+ MinIO 文件存储 + 管理端群聊管理 - **跨模块通信模式**:已建立接口注入标准(ws.FriendIDsGetter / im.FriendChecker / im.UserInfoGetter → contact.FriendshipDAO,im.OfflineMessagePusher → ws.Handler,contact.OnlineChecker → ws.OnlineService),Phase 2c 新增 im.GroupMemberChecker / im.GroupInfoGetter → group.GroupDAO diff --git a/docs/progress/CURRENT_STATUS.md b/docs/progress/CURRENT_STATUS.md index 1fce81c..1aa398c 100644 --- a/docs/progress/CURRENT_STATUS.md +++ b/docs/progress/CURRENT_STATUS.md @@ -2,7 +2,7 @@ > **最后更新**:2026-03-04(Phase 2c 设计完成,待实施) > **当前阶段**:Phase 2c 设计完成,准备开始实施 -> **当前分支**:`feature/phase2b-instant-messaging`(Phase 2c 分支待创建) +> **当前分支**:`feature/phase2c-group-read-receipt`(已从 phase2b 拉出) > **实施计划**:`docs/plans/2026-03-04-phase2c-implementation.plan.md` > **设计文档**:`docs/plans/2026-03-04-phase2c-design.md` @@ -242,7 +242,7 @@ cd frontend && npm run dev:h5 > **状态:** 设计完成,待实施 > **设计文档:** `docs/plans/2026-03-04-phase2c-design.md` > **实施计划:** `docs/plans/2026-03-04-phase2c-implementation.plan.md` -> **分支:** `feature/phase2c-group-read-receipt`(待创建,从 phase2b 拉出) +> **分支:** `feature/phase2c-group-read-receipt`(已创建,从 phase2b 拉出) ### 功能范围