• Joined on 2026-05-02
wangdl pushed to main at wangdl/ios-projects 2026-06-18 22:05:52 +08:00
5008e491a9 refactor(IOS-INFO-041): change default tab to sources + load on appear
wangdl commented on issue wangdl/ios-projects#148 2026-06-18 21:57:52 +08:00
IOS-INFO-040: LibraryDetailPage 工具栏"添加知识点"改为"上传资料"

开发完成评论

完成内容

  • LibraryDetailPage 工具栏 Menu 中「添加知识点」→「上传资料」
  • 路由从 Route.addKnowledge 改为 Route.libraryImport

修改文件

wangdl pushed to main at wangdl/ios-projects 2026-06-18 21:57:47 +08:00
4b3ef77342 fix(IOS-INFO-040): replace "添加知识点" with "上传资料" in toolbar
wangdl commented on issue wangdl/api-server#243 2026-06-18 21:56:39 +08:00
API-AI-082: 新增手动触发 Source 解析接口

开发完成评论

完成内容

  • 新增 POST /knowledge-bases/:kbId/sources/:id/parse 端点
  • KnowledgeSourceService.triggerParse(): 验证 source 存在 → 创建 DocumentImport…
wangdl pushed to main at wangdl/api-server 2026-06-18 21:56:34 +08:00
0867b4f39a feat(API-AI-082): add POST /sources/:id/parse trigger endpoint
wangdl commented on issue wangdl/api-server#242 2026-06-18 21:55:06 +08:00
API-AI-081: KnowledgeItem 加 sourceId 外键关联 KnowledgeSource

开发完成评论

完成内容

  • Prisma schema: KnowledgeItem 加 sourceId 字段 + @relation 外键关联 KnowledgeSource
  • KnowledgeSource: 加 items[] 反向关联 + sourceId 索引 -…
wangdl pushed to main at wangdl/api-server 2026-06-18 21:54:58 +08:00
939adcebd3 feat(API-AI-081): add KnowledgeItem.sourceId FK to KnowledgeSource
wangdl commented on issue wangdl/api-server#241 2026-06-18 21:51:57 +08:00
API-AI-080: ImportPage 改为走 KnowledgeSource 管线(iOS 侧改调用链)

开发完成评论

完成内容

  • KnowledgeSourceService.addSource(): 注入 QueueService + RedisService,创建 Source + DocumentImport 后入队处理
  • `DocumentImportWorker.process()…
wangdl pushed to main at wangdl/api-server 2026-06-18 21:51:51 +08:00
76bdba330d fix(API-AI-080): enqueue import job + pass sourceId in KnowledgeSource pipeline
wangdl opened issue wangdl/api-server#243 2026-06-18 21:48:15 +08:00
API-AI-082: 新增手动触发 Source 解析接口
wangdl opened issue wangdl/api-server#242 2026-06-18 21:48:13 +08:00
API-AI-081: KnowledgeItem 加 sourceId 外键关联 KnowledgeSource
wangdl opened issue wangdl/api-server#241 2026-06-18 21:48:12 +08:00
API-AI-080: ImportPage 改为走 KnowledgeSource 管线(iOS 侧改调用链)
wangdl opened issue wangdl/ios-projects#149 2026-06-18 21:46:40 +08:00
IOS-INFO-041: 合并"知识点"和"资料来源"两个 Tab 为单一资料视图
wangdl opened issue wangdl/ios-projects#150 2026-06-18 21:46:40 +08:00
IOS-INFO-042: KnowledgeItem 改为只读展示,AI 对话入口移到 Source 层级
wangdl opened issue wangdl/ios-projects#148 2026-06-18 21:46:39 +08:00
IOS-INFO-040: LibraryDetailPage 工具栏"添加知识点"改为"上传资料"
wangdl pushed to main at wangdl/ios-projects 2026-06-18 21:27:12 +08:00
bb9c9afb4d fix: make source items tappable in 资料来源 tab
wangdl pushed to main at wangdl/ios-projects 2026-06-18 21:19:06 +08:00
1c0a625192 feat: add "阅读原文件" button to KnowledgeDetailPage
wangdl pushed to main at wangdl/api-server 2026-06-18 19:27:43 +08:00
137fe36a72 fix: enable implicit conversion in StrictValidationPipe
wangdl pushed to main at wangdl/api-server 2026-06-18 19:26:42 +08:00
82e3a60101 refactor: merge admin/learning into admin-api/learning, restore API isolation
wangdl pushed to main at wangdl/admin-projects 2026-06-18 19:26:07 +08:00
5de0b0ecaf refactor: merge admin/learning into admin-api/learning, restore API isolation