-
Notifications
You must be signed in to change notification settings - Fork 0
实现 Source 列表、导入与详情页面 #33
Copy link
Copy link
Open
Labels
lane: frontendCreated by issue publisherCreated by issue publisherphase: 2-p0-coreCreated by issue publisherCreated by issue publisherpriority: p0Created by issue publisherCreated by issue publisher
Milestone
Description
Metadata
Metadata
Assignees
Labels
lane: frontendCreated by issue publisherCreated by issue publisherphase: 2-p0-coreCreated by issue publisherCreated by issue publisherpriority: p0Created by issue publisherCreated by issue publisher
背景
演示流程需要导入 6 份讨论记录,并展示 SourceDocument 和 SourceChunk 行号。
目标
实现 Source 页面,支持导入、列表、详情和 chunk 查看。
任务清单
涉及文件
frontend/src/pages/Sources.jsxfrontend/src/pages/SourceDetail.jsxfrontend/src/api/sources.js涉及数据表
source_documentsource_chunk涉及 API
POST /api/sourcesGET /api/sourcesGET /api/sources/{id}验收标准
依赖关系
Depends on: I021, I031
备注
Module 建议:Frontend / Source。