graph TB
A[Idea] --> B[Discussion]
B --> C{Label}
C -->|Approved| D[Issue]
C -->|Rejected| E[Closed]
C -->|Review| F[Pending]
D --> G[Project]
G --> H[Backlog]
H --> I[Todo]
I --> J[Doing]
J --> K[Done]
style A fill:#667eea,color:#fff
style D fill:#43e97b,color:#000
style E fill:#f5576c,color:#fff
style K fill:#4facfe,color:#fff