Enable a Kanban board view where each card represents a task and supports sub tasks. Users should be able to add, edit, and mark task as complete directly within the card. Checklist completion should contribute to overall task progress. Implement Tabbed Interface for Seamless Switching Between Multiple Kanban Boards Users can toggle "Swimlanes" on the Kanban board view. This feature allows users to define horizontal rows based on existing fields, such as Priority, Assignee, or Label. Dragging a card from one swimlane to another automatically updates the underlying field (e.g., moving a card from the "Standard" row to the "Urgent" row updates its Priority to "Urgent"). Additionally, swimlanes are collapsible, allowing users to hide sections that are not currently in focus. Add WIP limit display: e.g., "Task (5)" shows as (0/5). When exceeded (e.g., 6/5), highlight in red. Add date support