feat: add knowledge API docs
This commit is contained in:
44
public/api/knowledge-areas/KA03/processes.json
Normal file
44
public/api/knowledge-areas/KA03/processes.json
Normal file
@@ -0,0 +1,44 @@
|
||||
[
|
||||
{
|
||||
"id": "P3.1",
|
||||
"name": "规划进度管理",
|
||||
"processGroupId": "PG02",
|
||||
"processGroupName": "规划过程组",
|
||||
"purpose": "为如何在整个项目期间管理项目进度提供指南和方向。本过程仅开展一次或仅在项目的预定义点开展。"
|
||||
},
|
||||
{
|
||||
"id": "P3.2",
|
||||
"name": "定义活动",
|
||||
"processGroupId": "PG02",
|
||||
"processGroupName": "规划过程组",
|
||||
"purpose": "将工作包分解为进度活动,作为对项目工作进行进度估算、规划、执行、监督和控制的基础。本过程需要在整个项目期间开展。"
|
||||
},
|
||||
{
|
||||
"id": "P3.3",
|
||||
"name": "排列活动顺序",
|
||||
"processGroupId": "PG02",
|
||||
"processGroupName": "规划过程组",
|
||||
"purpose": "定义工作之间的逻辑顺序,以便在既定的所有项目制约因素下获得最高的效率。本过程需要在整个项目期间开展。"
|
||||
},
|
||||
{
|
||||
"id": "P3.4",
|
||||
"name": "估算活动持续时间",
|
||||
"processGroupId": "PG02",
|
||||
"processGroupName": "规划过程组",
|
||||
"purpose": "确定完成每个活动所需花费的时间量。本过程需要在整个项目期间开展。"
|
||||
},
|
||||
{
|
||||
"id": "P3.5",
|
||||
"name": "制订进度计划",
|
||||
"processGroupId": "PG02",
|
||||
"processGroupName": "规划过程组",
|
||||
"purpose": "为完成项目活动而制定具有计划日期的进度模型。本过程需要在整个项目期间开展。"
|
||||
},
|
||||
{
|
||||
"id": "P3.6",
|
||||
"name": "控制进度",
|
||||
"processGroupId": "PG04",
|
||||
"processGroupName": "监控过程组",
|
||||
"purpose": "在整个项目期间保持对进度基准的维护。本过程在整个项目期间开展。"
|
||||
}
|
||||
]
|
||||
18
public/api/knowledge-areas/KA03/tailoring-factors.json
Normal file
18
public/api/knowledge-areas/KA03/tailoring-factors.json
Normal file
@@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
"title": "生命周期方法",
|
||||
"description": "哪种生命周期方法最适合制订详细的进度计划?"
|
||||
},
|
||||
{
|
||||
"title": "资源可用性",
|
||||
"description": "影响资源可持续时间的因素是什么(如可用资源与其生产效率之间的相关性)?"
|
||||
},
|
||||
{
|
||||
"title": "项目维度",
|
||||
"description": "项目复杂性、技术不确定性、产品新颖度、速度或进度跟踪(如挣值、完成百分比)如何影响预期的控制水平?"
|
||||
},
|
||||
{
|
||||
"title": "技术支持",
|
||||
"description": "是否采用技术来制定、记录、传递、接收和存储项目进度模型的信息以及是否易于获取?"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user