Work Agenda Prioritizer
Add Agenda Item/Task
Current Agenda Items
- No items added yet.
Prioritization Strategy
Prioritized Work Agenda
- Input items and click "Prioritize My Agenda" on the first tab.
${strategyAppliedInfo}
All Input Agenda Items (${wapAgendaItems.length})
`; if (wapAgendaItems.length > 0) { pdfHTML += `| Name | Importance | Urgency | Due Date | Effort |
|---|---|---|---|---|
| ${item.name} | ${item.importance} | ${item.urgency} | ${dueDateDisplay} | ${item.effort} |
No items were entered.
"; } // Add Prioritized List pdfHTML += `Prioritized List
- ${prioritizedListElement.innerHTML}
