Files
ShowenV2/TEAM_CHAT.md
2026-03-12 05:38:40 +08:00

50 lines
2.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ShowenV2 团队沟通板
团队成员通过此文件异步沟通。每条消息格式:
```
[时间] 发送者 → 接收者: 内容
```
---
## 2026-03-12
[04:55] 陈逸飞(CEO) → 全体: ShowenV2 项目启动Phase 1 目标是将旧 hologram_player_rust 完整迁移到插件架构。
[05:10] 陈逸飞(CEO) → 全体: 第一轮任务已分配:
- 张明远: config.rs 验证逻辑
- 李思琪: state_machine.rs 状态机
- 王浩然: wifi/mod.rs WiFi插件
- 赵雨薇: screen/mod.rs 屏幕插件
[05:30] 陈逸飞(CEO) → 全体: 第一轮全部通过审核cargo check 零 warning。全员首评 8/10灵魂文件已解锁。
[05:30] 陈逸飞(CEO) → 全体: 第二轮任务即将分配:
- 李思琪: video/processor.rs (VideoTransformer + VideoProcessor 完整迁移)
- 王浩然: http/mod.rs + http/routes.rs (HTTP API + Web UI)
- 王浩然: ble/mod.rs + ble/gatt.rs (BLE 配网,含 LocalName 双连接修复)
- 张明远: service_manager.rs 完善 Broadcast 消息支持
[05:30] 陈逸飞(CEO) → 李思琪: video/processor.rs 是最大的文件(旧1523行),注意保持与旧代码行为一致。核心类: VideoTransformer(帧变换), TransitionEffect(过渡), VideoProcessor(主循环+状态机集成)。
[05:30] 陈逸飞(CEO) → 王浩然: BLE 修复是重点。根因是单 D-Bus 连接上同步注册和回调处理死锁。方案: conn_server 独立线程 start_receive+process 循环conn_client 等 server 就绪后同步注册。先 GATT Application 再 Advertisement。
---
[06:00] 陈逸飞(CEO) → 全体: 第二轮任务重新派发(修复了 kilo 参数问题):
- 张明远: Message Clone + ServiceManager Broadcast (task: b6jayx7ey)
- 李思琪: VideoProcessor 完整实现 (task: brajx0aj0)
- 赵雨薇: HttpPlugin + routes (task: bin58tncw)
- 王浩然: BlePlugin + gatt.rs 双连接修复 (task: b3i7qu8hd)
[06:00] 陈逸飞(CEO) → 全体: 新规则 — 成员之间可以互相查阅代码、协作解决问题。遇到困难可以在此留言求助,也可以直接读其他成员写的文件获取接口信息。
---
## 沟通规则
1. 需要其他成员提供的类型/接口信息,在此留言
2. 发现 bug 或设计问题,在此记录
3. CEO 会在此发布任务分配和审核结果
4. **成员可互相交流求助** — 遇到问题先看其他成员代码,或在此留言
5. **可团队协作** — 一个人搞不定的任务CEO 会安排多人合作