• Joined on 2026-05-02
wangdl opened issue wangdl/zhixi-document-runtime#91 2026-06-07 20:04:16 +08:00
DOC-FULL-A2 P0
wangdl opened issue wangdl/zhixi-document-runtime#90 2026-06-07 20:04:15 +08:00
DOC-FULL-A1 P0
wangdl pushed to main at wangdl/zhixi-document-runtime 2026-06-07 19:54:36 +08:00
366ed88317 feat: DOC-FULL-006 EventBuffer ack/failed/state
wangdl closed issue wangdl/zhixi-document-runtime#55 2026-06-07 19:54:35 +08:00
DOC-FULL-006 P0 | EventBuffer ack / failed / state 【status:todo】
wangdl pushed to main at wangdl/zhixi-document-runtime 2026-06-07 19:49:55 +08:00
661d21de8f fix: DOC-FULL-005 ReadingPosition camelCase + clamp
wangdl closed issue wangdl/zhixi-document-runtime#54 2026-06-07 19:49:54 +08:00
DOC-FULL-005 P0 | ReadingPosition camelCase + clamp 【status:todo】
wangdl pushed to main at wangdl/zhixi-document-runtime 2026-06-07 19:41:11 +08:00
66649bb815 feat: DOC-FULL-004 ActiveTimeTracker
wangdl closed issue wangdl/zhixi-document-runtime#53 2026-06-07 19:41:10 +08:00
DOC-FULL-004 P0 | ActiveTimeTracker 【status:todo】
wangdl commented on issue wangdl/zhixi-document-runtime#53 2026-06-07 19:41:10 +08:00
DOC-FULL-004 P0 | ActiveTimeTracker 【status:todo】

完成

time_tracker.rs (155行)

模型: ActiveTimeTracker{last_tick_ms, is_active, remainder_ms}

方法: start/pause/resume/tick/close

规则

  • iOS控制tick,Rust不创…
wangdl commented on issue wangdl/zhixi-document-runtime#52 2026-06-07 19:37:20 +08:00
DOC-FULL-003 P0 | ReadingEvent V2 【status:todo】

完成

crates/zx_document_core/src/events_v2.rs (286行)

模型

  • ReadingEventV2{event_id(UUID), client_session_id, material_id, event_type, position?, active_seconds_delta,…
wangdl pushed to main at wangdl/zhixi-document-runtime 2026-06-07 19:37:20 +08:00
82e8cdfc1f feat: DOC-FULL-003 ReadingEventV2
wangdl closed issue wangdl/zhixi-document-runtime#52 2026-06-07 19:37:19 +08:00
DOC-FULL-003 P0 | ReadingEvent V2 【status:todo】
wangdl commented on issue wangdl/zhixi-document-runtime#51 2026-06-07 19:35:13 +08:00
DOC-FULL-002 P0 | ReadingSession V2 【status:todo】

完成情况

交付物

crates/zx_document_core/src/session_v2.rs (255行)

模型

pub struct ReadingSessionV2 {
    pub client_session_id: String,   // UUID,Rust…
wangdl closed issue wangdl/zhixi-document-runtime#51 2026-06-07 19:35:12 +08:00
DOC-FULL-002 P0 | ReadingSession V2 【status:todo】
wangdl pushed to main at wangdl/zhixi-document-runtime 2026-06-07 19:34:15 +08:00
938ebf890c feat: DOC-FULL-002 ReadingSessionV2
wangdl commented on issue wangdl/zhixi-document-runtime#50 2026-06-07 19:30:56 +08:00
DOC-FULL-001 P0 | ReadingMaterialRef 替代 ReadingTargetType 【status:todo】

完成情况

交付物

crates/zx_document_core/src/reading_material.rs (40行)

模型

#[derive(Debug, Clone, PartialEq, Eq, Hash, Serialize, Deserialize, uniffi::Record…
wangdl commented on issue wangdl/zhixi-document-runtime#49 2026-06-07 19:30:33 +08:00
DOC-FULL-000 P0 | Document Runtime 完整架构文档 v2 【status:todo】

完成情况

交付物

docs/document-runtime-architecture.md (265行)

冻结的 7 个设计决策

wangdl closed issue wangdl/zhixi-document-runtime#50 2026-06-07 19:27:54 +08:00
DOC-FULL-001 P0 | ReadingMaterialRef 替代 ReadingTargetType 【status:todo】
wangdl pushed to main at wangdl/zhixi-document-runtime 2026-06-07 19:26:50 +08:00
855c7b15c2 feat: DOC-FULL-001 ReadingMaterialRef
wangdl commented on issue wangdl/zhixi-document-runtime#49 2026-06-07 19:24:14 +08:00
DOC-FULL-000 P0 | Document Runtime 完整架构文档 v2 【status:todo】

完成

docs/document-runtime-architecture.md 已创建。包含:

  • 三端职责边界
  • 7 个设计决策 (D1-D7)
  • V2 核心模型 (ReadingMaterialRef/SessionV2/EventV2/ActiveTimeTracker/Eve…