Cross-Team Coordination Tool
Streamline projects, tasks, and communication across teams.
Project Overview
Shared Team Calendar
Project Task Board
Team Communication
${task.team}
`; taskList.appendChild(taskCard); }); column.appendChild(taskList); taskBoard.appendChild(column); }); setupDragAndDrop(); } function renderMessages() { const messageWindow = document.getElementById('message-window'); messageWindow.innerHTML = ''; state.messages.forEach(msg => { messageWindow.innerHTML += `${msg.user}
${msg.text}
