TaskBoard

Visualize ideas as tasks

About TaskBoard

TaskBoard

Visualize ideas as tasks.

Official Task Workflow (Source of Truth)

graph TB A[πŸ’‘ Idea] --> B[πŸ“ Create Discussion] B --> C{🏷️ Label Selection} C -->|βœ… Approved| D[πŸ“‹ Open Task/Issue] C -->|❌ Rejected| E[🚫 Close Discussion] C -->|πŸ€” Needs Review| F[⏸️ Pending] D --> G[πŸ“Š Add to Project Board] G --> H[πŸ“¦ Backlog] H --> I[πŸ“ Todo] I --> J[βš™οΈ Doing] J --> K[βœ… Done] style A fill:#667eea,stroke:#444,stroke-width:1px,color:#fff style D fill:#43e97b,stroke:#2a7a3a,stroke-width:1px,color:#000 style E fill:#f5576c,stroke:#a3333a,stroke-width:1px,color:#fff style K fill:#4facfe,stroke:#2e6fa8,stroke-width:1px,color:#fff

⚠️ Important:

This Mermaid diagram is the source of truth for TaskBoard workflow. All code implementations must strictly follow this flow.

Project Board Columns

Backlog

Tasks waiting to be started

Todo

Tasks ready to be worked on

Doing

Tasks currently in progress

Done

Completed tasks