Files
frontend-miniapp/docs/pdca/tasks.md
lyf 8fed715235
Some checks failed
CI / verify (push) Has been cancelled
chore: sync latest project updates
2026-07-03 14:42:38 +08:00

17 lines
2.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.
# PDCA 任务
| id | title | phase | status | owner | due | evidence | blockers |
| --- | --- | --- | --- | --- | --- | --- | --- |
| T-001 | 配置 H5 模型资源打包 | do | done | Codex | 2026-06-10 | `package.json` build:h5 调用 `scripts/copy-h5-nav-assets.cjs``pnpm build:h5` 通过 | |
| T-002 | 修复 Nginx 模型静态资源规则 | do | done | Codex | 2026-06-10 | `/dmdata/nginx/conf.d/guide.whaoyue.com.conf` 增加 `/static/nav-assets/``docker exec nginx-server nginx -t` 通过 | |
| T-003 | 部署 H5 到 guide.whaoyue.com | do | done | Codex | 2026-06-10 | 服务器备份 `/dmdata/nginx/html/_backups/guide-before-floor-first-20260610033959.tar.gz`;线上文件数 48 | |
| T-004 | 优化馆内 3D 首屏加载策略 | do | done | Codex | 2026-06-10 | `src/components/navigation/GuideMapShell.vue` 传入 `initial-view="floor"` 和当前楼层 ID | |
| T-005 | 更新 H5 部署文档 | act | done | Codex | 2026-06-10 | `docs/H5_DEPLOYMENT_GUIDE.md``README.md` 已链接部署文档 | |
| T-006 | 生成并维护 PDCA 项目进度 | act | done | Codex | 2026-06-10 | `docs/pdca/reports/2026-06-10.md``docs/pdca/dashboard.html``docs/pdca/dashboard.png` | |
| T-007 | 浏览器 fresh load 复测馆内 3D | check | todo | TBD | 2026-06-11 | | 当前 in-app browser 调试通道初始化异常,需人工或恢复工具后复测 |
| T-008 | 修复 H5 用户流程闭环 P0/P1 问题 | do | todo | TBD | TBD | `docs/QA/user-flow-closure-audit-2026-06-10.md` | 需确认优先级、负责人和截止日期 |
| T-009 | 上传域名根目录校验文件 | do | done | Codex | 2026-06-10 | `https://guide.whaoyue.com/gpL0svkeao.txt` 返回 `b772216640a14171ba5655085c8523be` | |
| T-010 | 部署 2026-06-12 H5 功能更新 | do | done | Codex | 2026-06-12 | `pnpm type-check``pnpm build:h5`;线上备份 `/dmdata/nginx/html/_backups/guide-before-deploy-20260612032520.tar.gz`;首页引用 `index-Da0rB3mi.js` | |
| T-011 | 复核 2026-06-12 当前工作区质量门 | check | done | Codex | 2026-06-12 | `pnpm type-check` 通过;`pnpm lint` 通过且仅有 18 个 warning`pnpm build:h5` 通过并复制 `static/nav-assets``pnpm build:mp-weixin` 通过 | Sass legacy API warning 不阻塞;小程序发布仍不在本轮 H5 部署范围 |
| T-012 | 梳理讲解内容数据源改动和交付边界 | check | review | TBD | 2026-06-13 | `src/data/providers/staticMuseumContentProvider.ts` 从导览资源包 POI 派生展厅/展项;`src/components/explain/ExplainList.vue` 显示暂无音频;`src/view-models/explainViewModels.ts` 透出 tags | 需人工浏览器/真实设备确认讲解列表、详情和搜索展示是否符合下一轮交付口径 |