- Add Task model with subtasks, priorities, status transitions, dates, hours - Add Comment polymorphic model for tasks/issues/projects - Livewire components: TaskManager (list+filters), TaskForm (modal), TaskDetail, TaskKanban (drag&drop), TaskCalendar (FullCalendar) - TaskPolicy with permissions (view/create/edit/delete/assign/manage all) - Notifications: assigned, status change, overdue, comment added - Daily overdue notification job scheduled - Dashboard widget unifies IssueTask + Task - i18n: en/es/fr/ru (393 keys each) - Routes, navigation, offline sync support - 101 tests passing, Pint compliant on new files
5 lines
250 B
XML
5 lines
250 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 750 500">
|
|
<rect width="750" height="166.67" fill="#FFFFFF"/>
|
|
<rect y="166.67" width="750" height="166.66" fill="#0039A6"/>
|
|
<rect y="333.33" width="750" height="166.67" fill="#D52B1E"/>
|
|
</svg> |