• Joined on 2026-05-02
wangdl closed issue wangdl/zhixi-document-runtime#89 2026-06-07 21:54:35 +08:00
DOC-FULL-037 P1 | SearchResult → NoteAnchor 转换 【status:todo】
wangdl commented on issue wangdl/zhixi-document-runtime#89 2026-06-07 21:54:09 +08:00
DOC-FULL-037 P1 | SearchResult → NoteAnchor 转换 【status:todo】

验收完成(已于 #68/#69 实现)

验收内容

  • from_search_result(): SearchResult→SearchResultAnchor(#68 anchors.rs:101)
  • MarkdownBlock:block_id + snippet…
wangdl commented on issue wangdl/zhixi-document-runtime#85 2026-06-07 21:54:08 +08:00
DOC-FULL-012A P1 | Markdown 解析完整性验收 【status:todo】

验收完成

验收内容

  • 8 种 block 全部解析:Heading (h1/h2/h3) / Paragraph / List (ordered+unordered) / CodeBlock (rust) / Quote / Table (headers+rows) / Image (src+alt) /…
wangdl commented on issue wangdl/zhixi-document-runtime#86 2026-06-07 21:54:08 +08:00
DOC-FULL-018A P1 | PDF / EPUB SearchResult 扩展 【status:todo】

验收完成(已于 #67 实现 + #68/#69 补充)

验收内容

  • SearchResult 字段扩展:page_number?: u32 + chapter_id?: String(#67 search.rs:11-12)
  • PDF…
wangdl commented on issue wangdl/zhixi-document-runtime#87 2026-06-07 21:54:08 +08:00
DOC-FULL-019A P1 | NoteAnchor 完整性验收 + from_search_result 【status:todo】

验收完成(已于 #68 + #69 实现)

验收内容

  • from_position(): 6 种 ReadingPosition→NoteAnchor(Markdown/Text/Pdf/Image/Epub/Unknown→Material)(#68 anchors.rs:60…
wangdl commented on issue wangdl/zhixi-document-runtime#88 2026-06-07 21:54:08 +08:00
DOC-FULL-036 P1 | Markdown Block 完整性测试 【status:todo】

验收完成(同 #85)

验收内容

  • 8 种 block 正确解析(#85 验收测试)
  • blockId 稳定(UUID v4,非空 + 唯一)
  • heading level(h1/h2/h3 分别验证…
wangdl closed issue wangdl/zhixi-document-runtime#71 2026-06-07 21:50:01 +08:00
DOC-FULL-015 P1 | PDF metadata / text / search 【status:todo】
wangdl closed issue wangdl/zhixi-document-runtime#72 2026-06-07 21:50:01 +08:00
DOC-FULL-016 P1 | EPUB metadata / spine / toc / chapter 【status:todo】
wangdl closed issue wangdl/zhixi-document-runtime#73 2026-06-07 21:50:01 +08:00
DOC-FULL-017 P1 | Office 文件预览策略模型 【status:todo】
wangdl closed issue wangdl/zhixi-document-runtime#74 2026-06-07 21:50:01 +08:00
DOC-FULL-026 P1 | PDF / EPUB fixtures 【status:partial】
wangdl commented on issue wangdl/zhixi-document-runtime#71 2026-06-07 21:49:40 +08:00
DOC-FULL-015 P1 | PDF metadata / text / search 【status:todo】

完成报告

改动

  • pdf.rs (NEW): PdfMetadata (page_count/title/author/file_size) + PdfPageText (page_number/text)
  • pdf.rs: read_pdf_metadata() — 字节级 PDF 解析:`/Typ…
wangdl commented on issue wangdl/zhixi-document-runtime#72 2026-06-07 21:49:40 +08:00
DOC-FULL-016 P1 | EPUB metadata / spine / toc / chapter 【status:todo】

完成报告

改动

  • Cargo.toml: 新增 zip = "2" 依赖
  • epub.rs (REWRITE): EpubMetadata (title/author/chapter_count/file_size) + EpubChapter (chapter_id/title/path/play_order)…
wangdl commented on issue wangdl/zhixi-document-runtime#73 2026-06-07 21:49:40 +08:00
DOC-FULL-017 P1 | Office 文件预览策略模型 【status:todo】

完成报告

改动

  • office.rs (NEW): OfficePreviewStrategy 枚举 (PlatformPreview/ExternalOpen/ServerConvertedPdf/Unsupported)
  • office.rs: OfficePreviewConfig (material_type/str…
wangdl commented on issue wangdl/zhixi-document-runtime#74 2026-06-07 21:49:40 +08:00
DOC-FULL-026 P1 | PDF / EPUB fixtures 【status:partial】

完成报告

新增 fixtures

wangdl opened issue wangdl/zhixi-document-runtime#98 2026-06-07 21:49:07 +08:00
M-DOC-FULL P2
wangdl opened issue wangdl/zhixi-document-runtime#99 2026-06-07 21:49:07 +08:00
M-DOC-FULL P3
wangdl opened issue wangdl/zhixi-document-runtime#100 2026-06-07 21:49:07 +08:00
M-DOC-FULL P2
wangdl closed issue wangdl/zhixi-document-runtime#68 2026-06-07 21:04:18 +08:00
DOC-FULL-019 P0 | NoteAnchor 完整模型 【status:partial】
wangdl closed issue wangdl/zhixi-document-runtime#69 2026-06-07 21:04:18 +08:00
DOC-FULL-020 P0 | position → NoteAnchor 转换 【status:partial】
wangdl closed issue wangdl/zhixi-document-runtime#75 2026-06-07 21:04:18 +08:00
DOC-FULL-022 P0 | 阅读事件单元测试 【status:partial】