Skip to content

docs: sync documentation with current progress - #12

Merged
G-Ethan007 merged 1 commit into
mainfrom
docs/sync-current-progress-20260713
Jul 14, 2026
Merged

docs: sync documentation with current progress#12
G-Ethan007 merged 1 commit into
mainfrom
docs/sync-current-progress-20260713

Conversation

@Attacker687

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR synchronizes repository documentation with the current implementation progress, especially around the “知识地图” (mind map) feature set, updated API surface, and supporting developer/deployment docs.

Changes:

  • Expanded and clarified feature lists, troubleshooting guidance, and “current status / next plan” sections to match the latest backend/frontend capabilities.
  • Added/updated API documentation for knowledge map workflows (async jobs + debug sync endpoint) and document content preview endpoint.
  • Introduced new documentation entry points (frontend/backend/database/docs navigation + Wiki home draft) to make project docs easier to navigate.

Reviewed changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
README.md Updates top-level feature list, API endpoint summary, troubleshooting, and doc links to reflect current progress.
frontend/README.md Adds a dedicated frontend developer doc covering routes, local dev, mind map UX, and security notes.
docs/需求分析.md Updates requirements + adds “当前实现状态” snapshot aligned with current delivered features.
docs/生成侧接口约定.md Refreshes generation-side contracts, removes legacy header usage notes, and documents mind map LLM boundaries.
docs/wiki/Home.md Adds a comprehensive Wiki home draft describing architecture, flows, API overview, and progress.
docs/README.md Adds documentation navigation + mapping between docs and implementation status.
docs/API接口设计.md Updates API overview and adds detailed mind map + document content endpoint documentation.
database/README.md Documents DB responsibilities, migrations, Chroma linkage, and mind map JSON compatibility details.
backend/README.md Expands backend module map, configuration, dev commands, testing notes, and mind map behavior overview.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
Comment on lines 276 to 277
| `POST` | `/api/mind-maps/jobs` | 创建导图生成任务 |
| `GET` | `/api/mind-maps/jobs/{id}` | 查询任务进度 |
Comment thread frontend/README.md
- 上传接口超时为 5 分钟,并通过 Axios 事件显示真实上传进度。
- 若上传响应超时,先到文档库确认是否已创建记录,避免重复提交。
- 状态轮询遇到临时网络错误会继续重试。
- 原文预览通过受保护的 `/api/documents/{id}/content` 获取,不直接公开上传目录。
@G-Ethan007
G-Ethan007 merged commit 1662742 into main Jul 14, 2026
1 check passed
@Attacker687
Attacker687 deleted the docs/sync-current-progress-20260713 branch July 14, 2026 02:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants