From 6a49f7c05862e3e5f6f28f736266923c058f6b7a Mon Sep 17 00:00:00 2001 From: ittoview Date: Tue, 24 Feb 2026 14:13:51 +0000 Subject: [PATCH] =?UTF-8?q?fix(=E9=A3=8E=E9=99=A9):=20=E4=BF=AE=E5=A4=8DP8?= =?UTF-8?q?.4=E5=AE=9E=E6=96=BD=E5=AE=9A=E9=87=8F=E9=A3=8E=E9=99=A9?= =?UTF-8?q?=E5=88=86=E6=9E=90=E5=B7=A5=E5=85=B7=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增TT130不确定性表现方式(Representations of Uncertainty) - 移除错误工具TT034/TT075/TT080/TT077 - 工具列表更正为:专家判断、数据收集(访谈)、人际关系技能(引导)、不确定性表现方式、数据分析(模拟/敏感性分析/决策树分析/影响图) via [HAPI](https://hapi.run) Co-Authored-By: HAPI --- src/data/processes.json | 7 ++----- src/data/tools.json | 3 ++- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/data/processes.json b/src/data/processes.json index 39055eb..a8e8a93 100644 --- a/src/data/processes.json +++ b/src/data/processes.json @@ -2111,11 +2111,8 @@ "TT001", { "id": "TT002", "detail": [{ "label": "访谈" }] }, { "id": "TT022", "detail": [{ "label": "引导" }] }, - "TT034", - "TT075", - { "id": "TT079", "detail": [{ "label": "模拟" }, { "label": "敏感性分析" }, { "label": "决策树分析" }, { "label": "影响图" }] }, - "TT080", - "TT077" + "TT130", + { "id": "TT079", "detail": [{ "label": "模拟" }, { "label": "敏感性分析" }, { "label": "决策树分析" }, { "label": "影响图" }] } ], "outputs": ["A077"], "w5h1": { diff --git a/src/data/tools.json b/src/data/tools.json index 48b777a..25bb844 100644 --- a/src/data/tools.json +++ b/src/data/tools.json @@ -128,6 +128,7 @@ { "id": "TT126", "name": "计划评审技术", "nameEn": "Program Evaluation and Review Technique", "type": "technique", "category": "scheduling" }, { "id": "TT127", "name": "敏捷或适应型发布规划", "nameEn": "Agile Release Planning", "type": "technique", "category": "scheduling" }, { "id": "TT128", "name": "箭线图法", "nameEn": "Arrow Diagramming Method", "type": "technique", "category": "scheduling" }, - { "id": "TT129", "name": "系统交互图", "nameEn": "Context Diagram", "type": "technique", "category": "scope" } + { "id": "TT129", "name": "系统交互图", "nameEn": "Context Diagram", "type": "technique", "category": "scope" }, + { "id": "TT130", "name": "不确定性表现方式", "nameEn": "Representations of Uncertainty", "type": "technique", "category": "risk" } ] }