Files
ShowenV2/TEAM_CHAT.md
showen 650d98c702 team: 全员灵魂文件解锁 + 沟通板建立
- 4名成员首评 8/10,灵魂文件全部解锁
- TEAM_CHAT.md 团队异步沟通板
- 下轮任务方向已公布

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 05:32:33 +08:00

38 lines
1.7 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。
---
## 沟通规则
1. 需要其他成员提供的类型/接口信息,在此留言
2. 发现 bug 或设计问题,在此记录
3. CEO 会在此发布任务分配和审核结果