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

49 lines
1.4 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)
---
## 🟡 P2 — 功能修复(🟢 可自主实现)
| # | 事项 | 状态 | 说明 |
|---|------|------|------|
| W1 | Waitlist 表单接后端 API | 待开始 | 当前只 e.preventDefault() + 假成功提示 |
| W2 | Support 表单有效化 | 待开始 | 无 action/method提交即刷新丢失 |
| W3 | 品牌名统一为"知习 AI" | 待开始 | 目前与"龙德AI学习"混用 |
---
## 🔴 W8 — 登录功能接入
**状态**:待决策
**决策**:🔴 需你决策
**背景**:用户提到"社区目前不加入,但登录可以现在加入"。
**需要决策的问题**
1. 现在就要加官网登录吗?还是等方向确定后再加?
2. 如果加,登录后能做什么?(目前没有用户中心页面)
3. 登录方式:只用 Apple ID 还是也加邮箱?
---
## 🔴 W9 — 页面文案设计
**状态**:待决策
**决策**:🔴 需你决策
**说明**:官网面向用户的文字内容需要产品视角设计,不可代劳。
---
## 🟢 P3 — 细节修复(暂缓)
| # | 事项 | 说明 |
|---|------|------|
| W4 | CSS 变量修复 | 7 个自定义属性未定义 |
| W5 | og:image 补齐 | og-default.png 不存在 |
| W6 | robots.txt 域名修正 | 写死 localhost:4321 |
| W7 | sitemap 补全 | 缺 /product、/philosophy |