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.81 kB
JavaScript
export const ActivityListTemplate = {
title: 'Activity List',
sections: [
{
title: 'Introduction',
content: 'Overview of the Activity List and its purpose in project scheduling.'
},
{
title: 'Activity Identification Process',
content: 'Process and methodology used for identifying project activities.'
},
{
title: 'Activity Decomposition',
content: 'Approach for decomposing work packages into manageable activities.'
},
{
title: 'Activity Descriptions',
content: 'Detailed descriptions of each project activity.'
},
{
title: 'Activity Attributes',
content: 'Attributes and characteristics of each activity including predecessors and successors.'
},
{
title: 'Activity Categorization',
content: 'Categorization of activities by type, phase, or functional area.'
},
{
title: 'Activity Coding',
content: 'Coding structure and numbering system for activity identification.'
},
{
title: 'Milestone Activities',
content: 'Identification and description of key milestone activities.'
},
{
title: 'Activity Dependencies',
content: 'Dependencies and relationships between activities.'
},
{
title: 'Activity Validation',
content: 'Process for validating completeness and accuracy of the activity list.'
},
{
title: 'Activity List Maintenance',
content: 'Procedures for maintaining and updating the activity list.'
}
]
};
//# sourceMappingURL=ActivityListTemplate.js.map