Kanban
A kanban board is a visual tool that helps you manage and visualize your work. It is a board with columns, and each column represents a status, e.g. "Backlog", "In Progress", "Done".
Planned
AI Scene Analysis
AI Integration
May 1 - Nov 25, 2024
Real-time Video Chat
Real-time Collaboration
Aug 1 - Nov 18, 2024
AI-Assisted Video Transitions
AI Integration
Nov 1 - Dec 31, 2024
Multi-User Permissions
Real-time Collaboration
Feb 1 - Mar 31, 2025
AI Scene Recommendations
AI Integration
May 1 - Jun 30, 2025
Global CDN Integration
Cloud Migration
Aug 1 - Sep 30, 2025
AI-Powered Video Summarization
AI Integration
Nov 1 - Dec 31, 2025
In Progress
Collaborative Editing
Real-time Collaboration
Jun 1 - Nov 25, 2024
AI Voice-to-Text Subtitles
AI Integration
Sep 1 - Nov 25, 2024
Version Control System
Real-time Collaboration
Dec 1 - Jan 31, 2025
AI-Powered Audio Enhancement
AI Integration
Mar 1 - Apr 30, 2025
Collaborative Storyboarding
Real-time Collaboration
Jun 1 - Jul 31, 2025
AI Object Tracking
AI Integration
Sep 1 - Oct 31, 2025
Blockchain-based Asset Licensing
Cloud Migration
Dec 1 - Jan 31, 2026
Done
AI-Powered Color Grading
AI Integration
Jul 1 - Nov 25, 2024
Cloud Asset Management
Cloud Migration
Oct 1 - Nov 30, 2024
AI Content-Aware Fill
AI Integration
Jan 1 - Feb 28, 2025
Real-time Project Analytics
Cloud Migration
Apr 1 - May 31, 2025
AI-Driven Video Compression
AI Integration
Jul 1 - Aug 31, 2025
Real-time Language Translation
Real-time Collaboration
Oct 1 - Nov 30, 2025
Installation
Features
- Drag and drop features between columns
- Customize the card contents
Code
Subcomponents
The Kanban component is made up of the following subcomponents:
KanbanProvider
The KanbanProvider
component is the root component of the Kanban board. It contains the drag-and-drop context and provides the necessary context for the other components.
Prop | Type | Default |
---|---|---|
children | ReactNode | - |
onDragEnd | (event: DragEndEvent) => void | - |
className | string | - |
KanbanBoard
The KanbanBoard
component is a container for the columns of the Kanban board.
Prop | Type | Default |
---|---|---|
id | string | - |
children | ReactNode | - |
className | string | - |
KanbanHeader
The KanbanHeader
component is a container for the column headers of the Kanban board.
Prop | Type | Default |
---|
KanbanCards
The KanbanCards
component is a container for the cards of the Kanban board.
Prop | Type | Default |
---|---|---|
children | ReactNode | - |
className | string | - |
KanbanCard
The KanbanCard
component is a single card in the Kanban board.
Prop | Type | Default |
---|---|---|
id | string | - |
name | string | - |
index | number | - |
parent | string | - |
children | ReactNode | - |
className | string | - |