Sprint Retrospective Dashboard
What Went Well?
What Could Be Improved?
Action Items
Retrospective Setup
Submit Feedback
All Submitted Items
| Category | Feedback | Submitter | Actions |
|---|
${item.text}
- ${item.submitter}
`; if (item.category === 'well') display.boardWell.appendChild(card); else if (item.category === 'improve') display.boardImprove.appendChild(card); else display.boardAction.appendChild(card); }); }; const renderTable = () => { feedbackForm.tableBody.innerHTML = ''; feedbackItems.forEach(item => { const row = feedbackForm.tableBody.insertRow(); row.innerHTML = `