diff --git a/src/data/artifacts.json b/src/data/artifacts.json index 6467926..5cdf24c 100644 --- a/src/data/artifacts.json +++ b/src/data/artifacts.json @@ -72,8 +72,8 @@ { "id": "A070", "name": "可交付成果", "nameEn": "Deliverables", "category": "deliverable" }, { "id": "A071", "name": "核实的可交付成果", "nameEn": "Verified Deliverables", "category": "deliverable" }, { "id": "A072", "name": "验收的可交付成果", "nameEn": "Accepted Deliverables", "category": "deliverable" }, - { "id": "A073", "name": "最终产品、服务或成果移交", "nameEn": "Final Product, Service, or Result Transition", "category": "deliverable" }, - { "id": "A074", "name": "最终报告", "nameEn": "Final Report", "category": "report" }, + { "id": "A073", "name": "最终产品、服务或成果", "nameEn": "Final Product, Service, or Result Transition", "category": "deliverable" }, + { "id": "A074", "name": "项目最终报告", "nameEn": "Final Report", "category": "report" }, { "id": "A075", "name": "组织过程资产更新", "nameEn": "Organizational Process Assets Updates", "category": "other" }, { "id": "A076", "name": "项目文件", "nameEn": "Project Documents", "category": "document" }, { "id": "A077", "name": "项目文件更新", "nameEn": "Project Documents Updates", "category": "document" }, diff --git a/src/data/processes.json b/src/data/processes.json index fb27619..deb4a2a 100644 --- a/src/data/processes.json +++ b/src/data/processes.json @@ -197,8 +197,8 @@ "knowledgeAreaId": "KA02", "processGroupId": "PG02", "order": 2, - "inputs": ["A001", "A008", "A076", "A004", "A005", "A006"], - "tools": ["TT001", "TT002", "TT008", "TT018", "TT034", "TT022", "TT115"], + "inputs": ["A001", "A002", "A008", "A076", "A004", "A005", "A006"], + "tools": ["TT001", "TT002", "TT008", "TT018", "TT129", "TT034", "TT022", "TT115"], "outputs": ["A028", "A029"], "w5h1": { "who": "项目经理+业务分析师+相关方", @@ -338,7 +338,7 @@ "processGroupId": "PG02", "order": 3, "inputs": ["A008", "A076", "A005", "A006"], - "tools": ["TT061", "TT062", "TT050", "TT033"], + "tools": ["TT061", "TT128", "TT062", "TT050", "TT033"], "outputs": ["A035", "A077"], "w5h1": { "who": "项目经理+进度规划人员", @@ -358,7 +358,7 @@ "processGroupId": "PG02", "order": 4, "inputs": ["A008", "A076", "A005", "A006"], - "tools": ["TT001", "TT055", "TT056", "TT057", "TT058", "TT018", "TT032"], + "tools": ["TT001", "TT055", "TT056", "TT057", "TT058", "TT008", "TT018", "TT032"], "outputs": ["A038", "A039", "A077"], "w5h1": { "who": "项目经理+团队成员+专家", @@ -378,7 +378,7 @@ "processGroupId": "PG02", "order": 5, "inputs": ["A008", "A076", "A004", "A005", "A006"], - "tools": ["TT045", "TT046", "TT047", "TT008", "TT050", "TT051", "TT033", "TT063"], + "tools": ["TT045", "TT046", "TT047", "TT008", "TT126", "TT050", "TT051", "TT127", "TT033", "TT063"], "outputs": ["A022", "A040", "A041", "A042", "A053", "A078", "A077"], "w5h1": { "who": "项目经理+进度规划人员", diff --git a/src/data/tools.json b/src/data/tools.json index 1d754c6..e43bb36 100644 --- a/src/data/tools.json +++ b/src/data/tools.json @@ -124,6 +124,10 @@ { "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" } + { "id": "TT125", "name": "完工尚需绩效指数", "nameEn": "To-Complete Performance Index", "type": "technique", "category": "cost" }, + { "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" } ] }