UNPKG

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.91 kB
export const ScheduleDevelopmentInputTemplate = { title: 'Schedule Development Input', sections: [ { title: 'Introduction', content: 'Overview of schedule development inputs and their importance in project planning.' }, { title: 'Activity List Input', content: 'Activity list and activity attributes as input to schedule development.' }, { title: 'Activity Dependencies', content: 'Activity sequence and dependency relationships for schedule development.' }, { title: 'Duration Estimates Input', content: 'Activity duration estimates and their application in schedule development.' }, { title: 'Resource Requirements Input', content: 'Resource requirements and availability as input to scheduling.' }, { title: 'Project Calendar', content: 'Project calendar constraints and working time definitions.' }, { title: 'Schedule Constraints', content: 'Schedule constraints including mandatory dates and external dependencies.' }, { title: 'Assumptions and Risks', content: 'Schedule-related assumptions and risk factors affecting development.' }, { title: 'Schedule Development Tools', content: 'Tools and techniques for developing the project schedule.' }, { title: 'Schedule Baseline Preparation', content: 'Preparation of inputs for establishing the schedule baseline.' }, { title: 'Schedule Integration', content: 'Integration considerations for schedule development with other project plans.' } ] }; //# sourceMappingURL=ScheduleDevelopmentInputTemplate.js.map