Workload Adjustment Recommender
Analysis Period (Optional for immediate load assessment)
Current Tasks/Projects
Your Capacity & Well-being
Input your workload and capacity details on the first tab, then click "Get Adjustment Recommendations".
Your Action Plan Notes:
- `;
warReportData.contributingFactors.forEach(f => pdfHTML += `
- ${f} `); pdfHTML += `
No recommendations generated.
'; pdfHTML += `${workloadSnapshotHTML.replace('Workload Snapshot
', '3. Workload Analysis
')}`; pdfHTML += `${recommendationsContent.replace('Recommended Adjustments & Strategies
', '4. Recommended Adjustments & Strategies
')}`; const actionPlanNotes = document.getElementById('war-action-plan-notes').value.trim(); if (actionPlanNotes) { pdfHTML += `5. Your Action Plan Notes
`; pdfHTML += `${actionPlanNotes.replace(/\n/g, '
')}
