Files
frontend-miniapp/docs/pdca/checks.md

21 lines
2.9 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 | check | result | date | evidence | notes |
| --- | --- | --- | --- | --- | --- |
| C-001 | H5 构建 | pass | 2026-06-10 | `pnpm build:h5` 通过,复制 `static/nav-assets` | Sass legacy API warning 不阻塞 |
| C-002 | 类型检查 | pass | 2026-06-10 | `pnpm type-check` 通过 | |
| C-003 | Nginx 配置检查 | pass | 2026-06-10 | `docker exec nginx-server nginx -t` 通过 | 存在 http2 deprecated warning不影响加载 |
| C-004 | manifest 公网响应 | pass | 2026-06-10 | `curl -I https://guide.whaoyue.com/static/nav-assets/app_nav_assets_v2_clean_20260611_093623/app_nav_manifest.json` 返回 200 JSON | |
| C-005 | 楼层 GLB 公网响应 | pass | 2026-06-10 | `curl -I .../models_by_floor/L1.glb` 返回 200 `model/gltf-binary` | |
| C-006 | 缺失模型资源处理 | pass | 2026-06-10 | `curl -I .../models_by_floor/MISSING.glb` 返回 404 | 已避免 SPA fallback 返回 `index.html` |
| C-007 | H5 用户流程闭环审计 | fail | 2026-06-10 | `docs/QA/user-flow-closure-audit-2026-06-10.md` | 搜索、路线、设施和详情页仍需闭环修复 |
| C-008 | in-app browser fresh 3D 复测 | pending | 2026-06-10 | | 浏览器插件初始化异常,需后续复测 |
| C-009 | PDCA 报告与面板生成 | pass | 2026-06-10 | `docs/pdca/reports/2026-06-10.md``docs/pdca/dashboard.html``docs/pdca/dashboard.png` | |
| C-010 | 根目录 TXT 校验文件公网访问 | pass | 2026-06-10 | `curl -L https://guide.whaoyue.com/gpL0svkeao.txt` 返回 `b772216640a14171ba5655085c8523be` | 文件位于 `/dmdata/nginx/html/guide/gpL0svkeao.txt` |
| C-011 | 2026-06-12 H5 构建与类型检查 | pass | 2026-06-12 | `pnpm type-check` 通过;`pnpm build:h5` 通过 | Sass legacy API warning 不阻塞 |
| C-012 | 2026-06-12 线上首页更新 | pass | 2026-06-12 | `curl -L https://guide.whaoyue.com/` 引用 `assets/index-Da0rB3mi.js` | |
| C-013 | 2026-06-12 新模型资源公网响应 | pass | 2026-06-12 | `app_nav_assets_v2_clean_20260611_093623/app_nav_manifest.json` 返回 200 JSON`models_by_floor/L1.glb` 返回 200 `model/gltf-binary`;缺失 GLB 返回 404 | |
| C-014 | 2026-06-12 当前工作区质量门复核 | pass | 2026-06-12 | `pnpm type-check``pnpm lint``pnpm build:h5``pnpm build:mp-weixin` | lint 18 个历史 warningH5/mp-weixin 构建均有 Sass legacy API warning不阻断 |
| C-015 | 2026-06-12 线上 HTTP 资源复核 | pass | 2026-06-12 | `curl -L -I https://guide.whaoyue.com/` 返回 200manifest 返回 200 `application/json``L1.glb` 返回 200 `model/gltf-binary`;缺失 GLB 返回 404 | 线上资源链路仍符合部署预期 |
| C-016 | 讲解内容资源包 POI 派生改动验收 | pending | 2026-06-12 | `src/data/providers/staticMuseumContentProvider.ts``src/components/explain/ExplainList.vue``src/view-models/explainViewModels.ts` | 静态质量门已通过;仍需人工浏览器/真实设备确认讲解列表、详情、暂无音频和热搜展示体验 |