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
50 lines • 1.75 kB
JavaScript
export const WbsDictionaryTemplate = {
title: 'WBS Dictionary',
sections: [
{
title: 'Introduction',
content: 'Overview of the WBS Dictionary and its role in project planning.'
},
{
title: 'Dictionary Structure',
content: 'Structure and format of the WBS Dictionary entries.'
},
{
title: 'Work Package Definitions',
content: 'Detailed definitions and descriptions of each work package.'
},
{
title: 'Deliverable Specifications',
content: 'Specifications and acceptance criteria for deliverables.'
},
{
title: 'Activity Lists',
content: 'Lists of activities required to complete each work package.'
},
{
title: 'Resource Requirements',
content: 'Resource requirements and assignments for each work package.'
},
{
title: 'Duration Estimates',
content: 'Duration estimates and scheduling information for work packages.'
},
{
title: 'Cost Estimates',
content: 'Cost estimates and budget allocations for work packages.'
},
{
title: 'Quality Requirements',
content: 'Quality standards and requirements for each work package.'
},
{
title: 'Assumptions and Constraints',
content: 'Assumptions and constraints affecting work package execution.'
},
{
title: 'Dictionary Maintenance',
content: 'Procedures for maintaining and updating the WBS Dictionary.'
}
]
};
//# sourceMappingURL=WbsDictionaryTemplate.js.map