5 lines
497 B
Markdown
5 lines
497 B
Markdown
# Dew Kanban Board
|
|
|
|
The Dew Kanban Board is a feature that allows you to visualize your tasks and their progress. You can create columns for different stages of your workflow (e.g., To Do, In Progress, Done) and move tasks between them as you work on them.
|
|
|
|
The Kanban board is implemented in the `packages/kanban` package, which provides the necessary functionality to manage and display the board. You can customize the board's behavior and appearance through the `dew.yaml` configuration file.
|