fix(风险): 修复P8.4实施定量风险分析工具列表

- 新增TT130不确定性表现方式(Representations of Uncertainty)
- 移除错误工具TT034/TT075/TT080/TT077
- 工具列表更正为:专家判断、数据收集(访谈)、人际关系技能(引导)、不确定性表现方式、数据分析(模拟/敏感性分析/决策树分析/影响图)

via [HAPI](https://hapi.run)

Co-Authored-By: HAPI <noreply@hapi.run>
This commit is contained in:
ittoview
2026-02-24 14:13:51 +00:00
parent 14a102854f
commit 6a49f7c058
2 changed files with 4 additions and 6 deletions

View File

@@ -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": {

View File

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