• Joined on 2026-05-02
wangdl commented on issue wangdl/zhixi-document-runtime#69 2026-06-07 21:03:58 +08:00
DOC-FULL-020 P0 | position → NoteAnchor 转换 【status:partial】

完成报告

改动文件

  • crates/zx_document_core/src/anchors.rs — 新增 NoteAnchor::to_position() 反向转换方法,from_position() 现在设置 `position_snapshot:…
wangdl commented on issue wangdl/zhixi-document-runtime#75 2026-06-07 21:03:58 +08:00
DOC-FULL-022 P0 | 阅读事件单元测试 【status:partial】

完成报告

改动文件

  • crates/zx_document_core/src/events_v2.rs — 新增 11 个单元测试,覆盖全部 5 种事件类型

测试覆盖(11 个新增)

wangdl commented on issue wangdl/zhixi-document-runtime#76 2026-06-07 21:03:58 +08:00
DOC-FULL-023 P0 | activeSecondsDelta 测试 【status:todo】

完成报告

现有覆盖

time_tracker.rs 已有 8 个单元测试覆盖全部核心场景:

  • test_43_seconds_total — 15s+15s+13s=43s
  • test_pause_stops_time — 暂停 30s…
wangdl commented on issue wangdl/zhixi-document-runtime#77 2026-06-07 21:03:58 +08:00
DOC-FULL-024 P0 | EventBuffer ack 测试 【status:todo】

完成报告

改动文件

  • crates/zx_document_core/src/events_v2.rs — 新增 2 个 buffer 生命周期测试

现有覆盖

  • test_export_ack_flow — export→ack→验证不重…
wangdl commented on issue wangdl/zhixi-document-runtime#78 2026-06-07 21:03:58 +08:00
DOC-FULL-025 P0 | FFI 集成测试 【status:todo】

完成报告

改动文件

  • crates/zx_document_ffi/src/lib.rs — 新增 mod ffi_tests,包含 9 个 FFI 集成测试

测试覆盖(9 个)

wangdl closed issue wangdl/zhixi-document-runtime#67 2026-06-07 21:03:06 +08:00
DOC-FULL-018 P0 | SearchResult 模型与搜索接口统一 【status:partial】
wangdl commented on issue wangdl/zhixi-document-runtime#67 2026-06-07 21:03:01 +08:00
DOC-FULL-018 P0 | SearchResult 模型与搜索接口统一 【status:partial】

完成报告

改动文件

  • crates/zx_document_core/src/search.rs — SearchResult 新增 page_number: Option<u32> + chapter_id: Option<String> 字段,新增 search_pdf_text()
wangdl pushed to main at wangdl/zhixi-document-runtime 2026-06-07 20:33:54 +08:00
3b0625ffbb fix: DOC-FULL V1 export deprecated
wangdl pushed to main at wangdl/zhixi-document-runtime 2026-06-07 20:32:01 +08:00
5fb372eb58 feat: DOC-FULL #63 #64 #70 DocumentInfo + Position restore
wangdl closed issue wangdl/zhixi-document-runtime#64 2026-06-07 20:32:00 +08:00
DOC-FULL-012 P0 | Markdown 解析完整化 【status:partial】
wangdl closed issue wangdl/zhixi-document-runtime#70 2026-06-07 20:32:00 +08:00
DOC-FULL-021 P0 | 阅读位置恢复接口 【status:todo】
wangdl closed issue wangdl/zhixi-document-runtime#63 2026-06-07 20:31:59 +08:00
DOC-FULL-011 P0 | DocumentInfo 完整化 【status:partial】
wangdl pushed to main at wangdl/zhixi-document-runtime 2026-06-07 20:26:50 +08:00
6499e59718 fix: DOC-FULL #57 #60 iOS doc + xtask verify-ios
wangdl closed issue wangdl/zhixi-document-runtime#57 2026-06-07 20:26:50 +08:00
DOC-FULL-008 P0 | iOS 事件导出示例 【status:partial】
wangdl closed issue wangdl/zhixi-document-runtime#60 2026-06-07 20:26:50 +08:00
DOC-FULL-029 P0 | 符号检查与版本一致性验证 【status:todo】
wangdl closed issue wangdl/zhixi-document-runtime#56 2026-06-07 20:26:07 +08:00
DOC-FULL-007 P0 | FFI DTO 更新到 V2 【status:todo】
wangdl pushed to main at wangdl/zhixi-document-runtime 2026-06-07 20:26:07 +08:00
b22df85891 feat: DOC-FULL Batch 1 FFI + Compat
wangdl closed issue wangdl/zhixi-document-runtime#83 2026-06-07 20:26:07 +08:00
DOC-FULL-034 P0 | V1 → V2 兼容层 【status:todo】
wangdl closed issue wangdl/zhixi-document-runtime#84 2026-06-07 20:26:07 +08:00
DOC-FULL-035 P0 | V2 与 API 上传协议映射文档 【status:todo】
wangdl closed issue wangdl/zhixi-document-runtime#92 2026-06-07 20:16:41 +08:00
DOC-FULL-A3 P0 | Position 手动 Serialize 只对 serde 生效,UniFFI 不经过