From 9b02e707fb23f8123c439e9ad9871b0f2f07755c Mon Sep 17 00:00:00 2001 From: ittoview Date: Thu, 19 Mar 2026 02:28:44 +0000 Subject: [PATCH] =?UTF-8?q?feat(=E8=B4=A8=E9=87=8F):=20=E8=A7=84=E5=88=92?= =?UTF-8?q?=E8=B4=A8=E9=87=8F=E7=AE=A1=E7=90=86=E5=B7=A5=E5=85=B7=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=EF=BC=8C=E6=96=B0=E5=A2=9E=E6=B5=8B=E8=AF=95=E4=B8=8E?= =?UTF-8?q?=E6=A3=80=E6=9F=A5=E7=9A=84=E8=A7=84=E5=88=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/changelog.json | 7 +++++++ src/data/processes.json | 3 +-- src/data/tools.json | 3 ++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/data/changelog.json b/src/data/changelog.json index 48cd153..83a6737 100644 --- a/src/data/changelog.json +++ b/src/data/changelog.json @@ -1,5 +1,12 @@ { "changelogEntries": [ + { + "id": "2026-03-19-quality-tool-update", + "date": "2026-03-19", + "type": "feat", + "title": "规划质量管理工具更新:新增「测试与检查的规划」,移除「测试/产品评估」和「质量成本」工具", + "scope": "质量" + }, { "id": "2026-03-18-principles-layout-fix", "date": "2026-03-18", diff --git a/src/data/processes.json b/src/data/processes.json index abaed08..7150613 100644 --- a/src/data/processes.json +++ b/src/data/processes.json @@ -1512,8 +1512,7 @@ ] }, "TT034", - "TT066", - "TT064", + "TT135", "TT032" ], "outputs": [ diff --git a/src/data/tools.json b/src/data/tools.json index d6b3043..a99a7c9 100644 --- a/src/data/tools.json +++ b/src/data/tools.json @@ -133,6 +133,7 @@ { "id": "TT131", "name": "广告", "nameEn": "Advertising", "type": "technique", "category": "procurement" }, { "id": "TT132", "name": "决策技术", "nameEn": "Decision-Making Techniques", "type": "technique", "category": "decision-making" }, { "id": "TT133", "name": "沟通需求分析", "nameEn": "Communication Requirements Analysis", "type": "technique", "category": "communication" }, - { "id": "TT134", "name": "项目报告", "nameEn": "Project Reporting", "type": "technique", "category": "communication" } + { "id": "TT134", "name": "项目报告", "nameEn": "Project Reporting", "type": "technique", "category": "communication" }, + { "id": "TT135", "name": "测试与检查的规划", "nameEn": "Test and Inspection Planning", "type": "technique", "category": "quality" } ] }