feat(范围): 添加P2.4和P2.5主要作用及ITTO明细
This commit is contained in:
@@ -633,11 +633,36 @@
|
||||
"knowledgeAreaId": "KA02",
|
||||
"processGroupId": "PG02",
|
||||
"order": 4,
|
||||
"inputs": ["A008", "A076", "A005", "A006"],
|
||||
"inputs": [
|
||||
{
|
||||
"id": "A008",
|
||||
"detail": [
|
||||
{ "label": "范围管理计划" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "A076",
|
||||
"detail": [
|
||||
{ "label": "需求文件" },
|
||||
{ "label": "项目范围说明书" }
|
||||
]
|
||||
},
|
||||
"A005",
|
||||
"A006"
|
||||
],
|
||||
"tools": ["TT001", "TT059"],
|
||||
"outputs": ["A021", "A077"],
|
||||
"outputs": [
|
||||
"A021",
|
||||
{
|
||||
"id": "A077",
|
||||
"detail": [
|
||||
{ "label": "假设日志" },
|
||||
{ "label": "需求文件" }
|
||||
]
|
||||
}
|
||||
],
|
||||
"purpose": "为所要交付的内容提供架构。它仅开展一次或仅在项目的预定义点开展。",
|
||||
"w5h1": {
|
||||
"who": "项目经理+团队成员",
|
||||
"what": "把项目可交付成果和项目工作分解成较小、更易于管理的组件",
|
||||
"when": "规划过程组,定义范围后",
|
||||
"where": "项目规划环境",
|
||||
@@ -653,11 +678,53 @@
|
||||
"knowledgeAreaId": "KA02",
|
||||
"processGroupId": "PG04",
|
||||
"order": 5,
|
||||
"inputs": ["A008", "A076", "A071", "A067", "A005", "A006"],
|
||||
"tools": ["TT065", "TT018"],
|
||||
"outputs": ["A072", "A068", "A053", "A077"],
|
||||
"inputs": [
|
||||
{
|
||||
"id": "A008",
|
||||
"detail": [
|
||||
{ "label": "范围管理计划" },
|
||||
{ "label": "需求管理计划" },
|
||||
{ "label": "范围基准" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "A076",
|
||||
"detail": [
|
||||
{ "label": "需求文件" },
|
||||
{ "label": "需求跟踪矩阵" },
|
||||
{ "label": "质量报告" },
|
||||
{ "label": "经验教训登记册" }
|
||||
]
|
||||
},
|
||||
"A071",
|
||||
"A067",
|
||||
"A005",
|
||||
"A006"
|
||||
],
|
||||
"tools": [
|
||||
"TT065",
|
||||
{
|
||||
"id": "TT018",
|
||||
"detail": [
|
||||
{ "label": "投票" }
|
||||
]
|
||||
}
|
||||
],
|
||||
"outputs": [
|
||||
"A072",
|
||||
"A068",
|
||||
"A053",
|
||||
{
|
||||
"id": "A077",
|
||||
"detail": [
|
||||
{ "label": "需求文件" },
|
||||
{ "label": "需求跟踪矩阵" },
|
||||
{ "label": "经验教训登记册" }
|
||||
]
|
||||
}
|
||||
],
|
||||
"purpose": "(1)使验收过程具有客观性;(2)通过确认每个可交付成果来提高最终产品、服务或成果获得验收的可能性。本过程应根据需要在整个项目期间定期开展。",
|
||||
"w5h1": {
|
||||
"who": "项目经理+客户/发起人",
|
||||
"what": "正式验收已完成的项目可交付成果",
|
||||
"when": "监控过程组,可交付成果完成后",
|
||||
"where": "与客户验收会议",
|
||||
|
||||
Reference in New Issue
Block a user