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" } ] }