diff --git a/src/data/knowledge-areas.json b/src/data/knowledge-areas.json index 1ec3c17..a770a3d 100644 --- a/src/data/knowledge-areas.json +++ b/src/data/knowledge-areas.json @@ -246,7 +246,25 @@ "order": 9, "color": "#84CC16", "description": "从项目团队外部采购或获取所需产品、服务或成果", - "processCount": 3 + "processCount": 3, + "tailoringFactors": [ + { + "title": "采购的复杂性", + "description": "只开展一次主要的采购,或者需要在不同时间向不同卖方进行多次采购(会提高采购的复杂性)?" + }, + { + "title": "物理地点", + "description": "买方和卖方在同一或邻近地点,或者位于不同时区、国家或大洲?" + }, + { + "title": "治理和法规环境", + "description": "组织的采购政策是否和当地相关的法律法规兼容?当地的法律法规会如何影响合同审计工作?" + }, + { + "title": "承包商的可用性", + "description": "是否有具备工作执行能力的承包商可供选择?" + } + ] }, { "id": "KA10", diff --git a/src/data/processes.json b/src/data/processes.json index d986e47..1927d45 100644 --- a/src/data/processes.json +++ b/src/data/processes.json @@ -2254,7 +2254,8 @@ "where": "项目规划会议中", "why": "确定是否从外部获取货物和服务,以及获取什么、如何获取、获取多少、何时获取", "how": "专家判断+数据收集+数据分析(自制或外购分析)+供方选择分析+会议" - } + }, + "purpose": "确定是否从项目外部获取货物和服务,如果是,则还要确定将在什么时间、以什么方式获取什么货物和服务。本过程仅开展一次或仅在项目的预定义点开展。" }, { "id": "P9.2",