From 2a5b971f2fd8331892aab0257200722732f5fd30 Mon Sep 17 00:00:00 2001 From: ittoview Date: Wed, 18 Feb 2026 13:10:18 +0000 Subject: [PATCH] =?UTF-8?q?feat(=E8=B4=A8=E9=87=8F=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=E5=AE=8C=E5=96=84=E8=B4=A8=E9=87=8F=E7=AE=A1=E7=90=86ITTO?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 修改工具名称: - TT066: "测试/产品评估" → "测试与检查的规则" 2. 更新过程工具: - P5.3 控制质量:添加会议(TT032)工具 via [HAPI](https://hapi.run) Co-Authored-By: HAPI --- src/data/processes.json | 2 +- src/data/tools.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/processes.json b/src/data/processes.json index 3f5f588..db4f788 100644 --- a/src/data/processes.json +++ b/src/data/processes.json @@ -715,7 +715,7 @@ "processGroupId": "PG04", "order": 3, "inputs": ["A008", "A076", "A079", "A070", "A067", "A005", "A006"], - "tools": ["TT002", "TT008", "TT065", "TT066", "TT034"], + "tools": ["TT002", "TT008", "TT065", "TT066", "TT034", "TT032"], "outputs": ["A084", "A071", "A068", "A053", "A078", "A077"], "w5h1": { "who": "项目经理+质量控制人员", diff --git a/src/data/tools.json b/src/data/tools.json index e43bb36..375e4fa 100644 --- a/src/data/tools.json +++ b/src/data/tools.json @@ -65,7 +65,7 @@ { "id": "TT063", "name": "进度计划编制工具", "nameEn": "Scheduling Tool", "type": "tool", "category": "scheduling" }, { "id": "TT064", "name": "质量成本", "nameEn": "Cost of Quality", "type": "technique", "category": "quality" }, { "id": "TT065", "name": "检查", "nameEn": "Inspection", "type": "technique", "category": "quality" }, - { "id": "TT066", "name": "测试/产品评估", "nameEn": "Testing/Product Evaluations", "type": "technique", "category": "quality" }, + { "id": "TT066", "name": "测试与检查的规则", "nameEn": "Testing/Product Evaluations", "type": "technique", "category": "quality" }, { "id": "TT067", "name": "审计", "nameEn": "Audits", "type": "technique", "category": "quality" }, { "id": "TT068", "name": "面向X的设计", "nameEn": "Design for X", "type": "technique", "category": "quality" }, { "id": "TT069", "name": "问题解决", "nameEn": "Problem Solving", "type": "technique", "category": "quality" },