WangDL f71275ffa1 refactor: analyze 思绪问题, categorize by decision level, create 进行中 docs
- Extract all items from 思绪问题.md, classify into 3 tiers:
  🔴 17 items need user decision (direction/pricing/copy)
  🔵 10 items need architecture design first
  🟢 12 items can be implemented autonomously
- New section "五、决策分类汇总" with summary tables
- Add B28 (iOS API gap audit) and B29 (KB storage architecture)
- Add I18-I29 for iOS new items from 思绪问题
- Add W8 (login) and W9 (copywriting) to web section
- Create 进行中.md in api-server/, ios-projects/, web-projects/
- Move 思绪问题.md → 已完成/

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 11:34:21 +08:00

59 lines
1.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 后端 — 进行中
> 更新时间2026-05-18
> 关联:[总待完成清单](../总待完成清单.md)
---
## 🟠 B11 — AI 联调 + Prompt 调优
**状态**:进行中
**决策**:🟢 可自主实现
**子任务**
- [ ] DeepSeek 真实调用测试(当前 mock 模式)
- [ ] MiniMax 真实调用测试
- [ ] 5 个 Prompt 逐一调优active-recall / feynman-evaluation / knowledge-import / review-card / learning-trend
- [ ] 输出格式稳定性验证Zod schema 通过率)
- [ ] 延迟/成本基准测试
---
## 🔵 B28 — iOS 接口缺口审计
**状态**:待开始
**决策**:🔵 需架构设计
**背景**:用户反馈"iOS 模块逐个修改,有些页面功能不太对,可能涉及到加接口"。
**子任务**
- [ ] 列出 iOS 全部页面对应的后端 API
- [ ] 逐页检查:字段是否够用、分页是否支持、错误处理是否完善
- [ ] 标记缺口(缺接口 / 缺字段 / 缺错误码)
- [ ] 输出审计报告 → 补充接口清单
---
## 🔵 B29 — 知识库存储架构
**状态**:待开始
**决策**:🔵 需架构设计
**背景**:用户上传的知识库文件(图片/PDF/文本)存储到 COS 后的解析 pipeline 尚未完整设计。
**子任务**
- [ ] COS 目录路径规范设计user-uploads / knowledge-assets / exports
- [ ] 图片 OCR/识别 pipeline是否接入识图 API
- [ ] PDF 解析 pipeline文本提取 + 结构识别)
- [ ] 与 KnowledgeImportWorkflow 的对接方案
- [ ] 大文件分片上传方案
---
## ⚪ 远期(暂不启动)
- B23: Plans + Membership + Subscription🔴 需先定定价)
- B24: Admin 后台(🟢)
- B25: SupportTicket + Dify + HelpCenter🟢
- B26: AIQuota / UsageLimit🔵