DOC-106 实现 ReadingEvent 协议 #11
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
实现统一 ReadingEvent:MaterialOpened/MaterialClosed/PositionChanged/Heartbeat/MarkedAsRead
每个事件包含 material_id + timestamp_ms。Rust 只生成事件,不上传。
验收标准:ReadingEvent 支持 serde、export_pending_events 能返回事件列表、有单元测试
完成项
✅ ReadingEvent 模型已定义 + serde 往返测试
✅ 5 种事件类型全部覆盖 + PartialEq derive
测试
待跟进
⬜ DOC-107 基础搜索