Канбан-доска

Таблица Канбан + Новая задача
Сбросить
$column): ?>
Нет задач
'; echo 'ID: ' . ($task['id'] ?? '') . PHP_EOL; echo 'planned_at: ' . ($task['planned_at'] ?? 'EMPTY') . PHP_EOL; echo 'deadline: ' . print_r($deadline, true); echo ''; $commentCount = (int)($task['comment_count'] ?? 0); $lastCommentId = (int)($task['last_comment_id'] ?? 0); $lastReadCommentId = (int)($task['last_read_comment_id'] ?? 0); $isUnread = $commentCount > 0 && $lastCommentId > $lastReadCommentId; $badgeClass = $isUnread ? 'bg-primary' : 'bg-secondary'; $priorityClass = match ($task['priority']) { 'LOW' => 'text-bg-light', 'MEDIUM' => 'text-bg-secondary', 'HIGH' => 'text-bg-warning', 'CRITICAL' => 'text-bg-danger', default => 'text-bg-secondary', }; ?>
CRM:
Постановщик:
Ответственный:
Поставщик:
Срок:
Дата план:
Комментарии: