docs: update progress tracking and team chat
- Update PROGRESS.md with all completed commits (11 total) - Record P0 ConfigReload completion - Document P1 task assignments in progress - CEO status assessment in TEAM_CHAT.md Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
25
PROGRESS.md
25
PROGRESS.md
@@ -39,22 +39,29 @@ ShowenV2 不仅是全息宠物播放器,而是一个**通用数字生命窗口
|
||||
| 3 | `311e4ba` | CEO 灵魂文件 + souls/ 目录 | CEO |
|
||||
| 4 | `3654af5` | config验证 + StateMachine + WifiPlugin + ScreenPlugin | 全员 |
|
||||
| 5 | `650d98c` | 全员灵魂文件解锁 + 沟通板 | CEO |
|
||||
| 6 | `8ed9c93` | BLE/WiFi 状态回传 + WebSocket 编译修复 | 全员 |
|
||||
| 7 | `45c0a8d` | Video 单元测试 + on_video_completed 逻辑修复 | 全员 |
|
||||
| 8 | `404196f` | 插件架构审查报告 | 王思远 |
|
||||
| 9 | `6048831` | 新旧功能差异分析 | 李明哲 |
|
||||
| 10 | `5af7fc1` | core 集成测试 + bug修复 + API文档重写 + HTTP兼容路由 | CEO+全员 |
|
||||
| 11 | `4edbd34` | ConfigReloadRequest 闭环(P0消除)| CEO |
|
||||
|
||||
### 🔄 第二轮进行中
|
||||
### 🔄 第四轮 P1 进行中
|
||||
|
||||
| 成员 | 任务 | 文件 | 状态 |
|
||||
|------|------|------|------|
|
||||
| 张明远 | ServiceManager Broadcast + Message Clone | core/message.rs, core/service_manager.rs | 🔄 派发中 |
|
||||
| 李思琪 | VideoPlugin processor.rs (旧1523行迁移) | plugins/video/processor.rs, plugins/video/mod.rs | ⏳ 待派发 |
|
||||
| 王浩然 | BlePlugin (含 LocalName 双连接修复) | plugins/ble/mod.rs, plugins/ble/gatt.rs | ⏳ 待派发 |
|
||||
| 赵雨薇 | HttpPlugin + Web UI | plugins/http/mod.rs, plugins/http/routes.rs | ⏳ 待派发 |
|
||||
| 张明远 | 自由模式随机游走回补 | plugins/video/state_machine.rs | 🔄 执行中 |
|
||||
| 李思琪 | /api/playlist 快照语义 | plugins/http/routes.rs, plugins/video/mod.rs | 🔄 执行中 |
|
||||
| 赵雨薇 | 暂停释放防息屏 | core/message.rs, plugins/video/mod.rs, plugins/screen/mod.rs | 🔄 执行中 |
|
||||
|
||||
### ⏳ 待完成
|
||||
|
||||
| 任务 | 说明 |
|
||||
|------|------|
|
||||
| 集成 main.rs | 串联所有插件,cargo build --release |
|
||||
| configs/ 配置文件 | 复制 dog/cat_state_machine.json |
|
||||
| 任务 | 说明 | 优先级 |
|
||||
|------|------|--------|
|
||||
| BLE notify 真实落地 | GATT PropertiesChanged 信号 | P1 |
|
||||
| 依赖图自动化测试 | 防止文档与代码漂移 | P1 |
|
||||
| cargo build --release | 完整编译验证 | P0 |
|
||||
| 实机运行测试 | 在 ARM 设备上验证 | P0 |
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user