Files
frontend-miniapp/docs/pdca/decisions.md
2026-06-11 16:18:57 +08:00

9 lines
924 B
Markdown

# PDCA 决策
| id | date | decision | status | owner | needed_by | recommendation | rationale |
| --- | --- | --- | --- | --- | --- | --- | --- |
| D-001 | 2026-06-10 | 当前线上部署目标使用 H5 模式 | accepted | Codex | | 使用 `pnpm build:h5` | 用户明确要求 H5 模式打包部署 |
| D-002 | 2026-06-10 | 导览模型资源通过 `/static/nav-assets/` 提供,并由 Nginx 对缺失资源返回 404 | accepted | Codex | | 保持专用 location | 避免资源缺失时返回 `index.html` 导致 JSON/GLB 解析错误 |
| D-003 | 2026-06-10 | 室内 3D 首屏默认加载当前楼层模型 | accepted | Codex | | 保持 `initial-view="floor"` | 降低首屏模型解析压力,导览页已有楼层切换上下文 |
| D-004 | 2026-06-10 | 是否以用户流程闭环作为下一轮发布准入 | needed | TBD | 2026-06-11 | 建议纳入准入 | 当前 QA 审计显示关键任务闭环仍未完成 |