From fb9fd98cfb4bd45f8b41f1a35a349febefb7fbf8 Mon Sep 17 00:00:00 2001 From: ittoview Date: Sat, 14 Feb 2026 15:04:14 +0000 Subject: [PATCH] =?UTF-8?q?feat(=E6=88=90=E6=9C=AC=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=88=B6=E5=AE=9A=E9=A2=84=E7=AE=97=E5=92=8C?= =?UTF-8?q?=E6=8E=A7=E5=88=B6=E6=88=90=E6=9C=AC=E7=9A=84ITTO=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 新增工件A093"可行性研究文件" 2. 新增工具TT121-TT125(成本汇总、历史信息审核、资金限制平衡、融资、完工尚需绩效指数) 3. 更新P4.3制定预算: - 输入添加A093可行性研究文件 - 工具更新为:专家判断、成本汇总、数据分析、历史信息审核、资金限制平衡、融资 4. 更新P4.4控制成本: - 工具更新为:专家判断、数据分析、完工尚需绩效指数、项目管理信息系统 via [HAPI](https://hapi.run) Co-Authored-By: HAPI --- src/data/artifacts.json | 3 ++- src/data/processes.json | 6 +++--- src/data/tools.json | 7 ++++++- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/data/artifacts.json b/src/data/artifacts.json index d93174b..6467926 100644 --- a/src/data/artifacts.json +++ b/src/data/artifacts.json @@ -91,6 +91,7 @@ { "id": "A089", "name": "卖方绩效评价文档", "nameEn": "Seller Performance Evaluation Documentation", "category": "document" }, { "id": "A090", "name": "采购策略", "nameEn": "Procurement Strategy", "category": "document" }, { "id": "A091", "name": "采购文档更新", "nameEn": "Procurement Documentation Updates", "category": "document" }, - { "id": "A092", "name": "其他知识领域规划过程的输出", "nameEn": "Other Documentation", "category": "document" } + { "id": "A092", "name": "其他知识领域规划过程的输出", "nameEn": "Other Documentation", "category": "document" }, + { "id": "A093", "name": "可行性研究文件", "nameEn": "Feasibility Study", "category": "document" } ] } diff --git a/src/data/processes.json b/src/data/processes.json index 82fad9a..fb27619 100644 --- a/src/data/processes.json +++ b/src/data/processes.json @@ -457,8 +457,8 @@ "knowledgeAreaId": "KA04", "processGroupId": "PG02", "order": 3, - "inputs": ["A008", "A076", "A002", "A004", "A005", "A006"], - "tools": ["TT001", "TT010", "TT008", "TT016", "TT044"], + "inputs": ["A008", "A076", "A093", "A004", "A005", "A006"], + "tools": ["TT001", "TT121", "TT008", "TT122", "TT123", "TT124"], "outputs": ["A023", "A044", "A077"], "w5h1": { "who": "项目经理+财务人员", @@ -478,7 +478,7 @@ "processGroupId": "PG04", "order": 4, "inputs": ["A008", "A076", "A044", "A067", "A005", "A006"], - "tools": ["TT001", "TT008", "TT011", "TT013", "TT014", "TT016", "TT033"], + "tools": ["TT001", "TT008", "TT125", "TT033"], "outputs": ["A068", "A086", "A053", "A078", "A077"], "w5h1": { "who": "项目经理", diff --git a/src/data/tools.json b/src/data/tools.json index 296cb70..1d754c6 100644 --- a/src/data/tools.json +++ b/src/data/tools.json @@ -119,6 +119,11 @@ { "id": "TT117", "name": "引导式研讨会", "nameEn": "Facilitated Workshops", "type": "technique", "category": "data-gathering" }, { "id": "TT118", "name": "群体创新技术", "nameEn": "Group Creativity Techniques", "type": "technique", "category": "data-gathering" }, { "id": "TT119", "name": "群体决策技术", "nameEn": "Group Decision-Making Techniques", "type": "technique", "category": "decision-making" }, - { "id": "TT120", "name": "核对单", "nameEn": "Checklists", "type": "tool", "category": "general" } + { "id": "TT120", "name": "核对单", "nameEn": "Checklists", "type": "tool", "category": "general" }, + { "id": "TT121", "name": "成本汇总", "nameEn": "Cost Aggregation", "type": "technique", "category": "cost" }, + { "id": "TT122", "name": "历史信息审核", "nameEn": "Historical Information Review", "type": "technique", "category": "cost" }, + { "id": "TT123", "name": "资金限制平衡", "nameEn": "Funding Limit Reconciliation", "type": "technique", "category": "cost" }, + { "id": "TT124", "name": "融资", "nameEn": "Financing", "type": "technique", "category": "cost" }, + { "id": "TT125", "name": "完工尚需绩效指数", "nameEn": "To-Complete Performance Index", "type": "technique", "category": "cost" } ] }