petstore-docs/qa-reports/phase-a-rc1-release-manifest.md

41 lines
1.8 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.

# Petstore Phase A RC1 发布清单
> 固化日期2026-08-01
>
> 统一标签:`phase-a-rc1`
>
> 说明:本清单是标签发布后的审计记录,不改写已发布标签。
## 仓库版本
| 仓库 | RC commit | 远端 |
|---|---|---|
| `admin` | `0ca34dc5d8ae20958561640c9ad3c42119c31048` | `petstore/petstore-admin` |
| `backend` | `e74f376f52fd1e2495d88835fbbc5226f5d4ca97` | `petstore/petstore-backend` |
| `frontend` | `f192d89534c488a44ded0a0821b65d615b31c988` | `petstore/petstore-frontend` |
| `docs` | `1ffbe17d27d3af519cac909081cace9978fcbc7b` | `petstore/petstore-docs` |
四个仓库均已验证:本地标签解析 commit、远端 `main` 和远端标签解析 commit 三者一致。
## RC 验收结果
| 检查项 | 结果 |
|---|---|
| Backend `mvn -q test` | PASS115/115 |
| Admin `npm run build` | PASS |
| Frontend `npm run build:h5` | PASS |
| Frontend `npm run build:mp-weixin` | PASS`verify-mp-app-json` PASS |
| Ontology 完整性校验 | PASS222 条目 |
| Ontology/代码漂移审计 | PASS54 个 HTTP 端点、11 个 JPA 实体,无漂移 |
| 敏感信息审计 | 未发现 PEM、私钥、真实 Token 或真实数据库密码 |
## 已知非阻断项
1. `admin` 构建存在主 chunk 大于 500 kB 的体积告警,后续按页面拆包优化。
2. 宠小它生产 API/H5 域名尚未配置;`frontend/.env.production` 与 `.env.mp-weixin` 当前保留为空,部署或提审前必须填写专用域名。
3. UI 真机点检及生产环境三身份全链路仍属于 Phase 0 发布门禁,不能仅凭本 RC 标记为正式生产发布。
## 下一阶段入口
RC1 之后进入“产品内核收口与真实门店试点”,首项为身份字段语义重构:拆分客户、创建人、技师与报告作者,优先修复门店代客预约和宠主报告归属。