adpa-enterprise-framework-automation
Version:
Modular, standards-compliant Node.js/TypeScript automation framework for enterprise requirements, project, and data management. Provides CLI and API for BABOK v3, PMBOK 7th Edition, and DMBOK 2.0 (in progress). Production-ready Express.js API with TypeSpe
46 lines • 1.82 kB
JavaScript
export const PerformIntegratedChangeControlTemplate = {
title: 'Perform Integrated Change Control Process',
sections: [
{
title: 'Process Overview',
content: 'Overview of the Perform Integrated Change Control process and its purpose within project management.'
},
{
title: 'Process Inputs',
content: 'Detailed description of all inputs required for the change control process.'
},
{
title: 'Tools and Techniques',
content: 'Tools and techniques used in performing integrated change control.'
},
{
title: 'Process Outputs',
content: 'Outputs generated from the integrated change control process.'
},
{
title: 'Change Request Evaluation',
content: 'Process for evaluating and analyzing change requests.'
},
{
title: 'Change Control Board Procedures',
content: 'Procedures and responsibilities of the Change Control Board (CCB).'
},
{
title: 'Impact Assessment Methods',
content: 'Methods for assessing the impact of proposed changes on project scope, schedule, and budget.'
},
{
title: 'Configuration Management',
content: 'Configuration management procedures and version control processes.'
},
{
title: 'Change Log Maintenance',
content: 'Procedures for maintaining the change log and tracking change status.'
},
{
title: 'Process Flow and Decision Points',
content: 'Detailed process flow with decision points and approval criteria.'
}
]
};
//# sourceMappingURL=PerformIntegratedChangeControlTemplate.js.map