GuyKroizman / gtd-mermaid-diagrem

The famous diagram from the book "Getting Things Done" with mermaid.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GDT with mermaid

The famous diagram from the book "Getting Things Done" - implemented with markdown of mermaid.js

flowchart TD
    A[Processing your tasks] --> B(Is it actionable?)
    B --> |yes| F("πŸ›  Process it")
    F --> G(Project planning)
    G --> F
    F --> H(Can you do it in two minutes?)
    H --> |yes| I("πŸ’ͺ Do it!")
    H --> |no| J("+ Task")
    J --> K("πŸ•’ Defer it")
    K --> N("πŸ—“ Calendar")
    K --> O("πŸ”₯ Hotlist")
    J --> L("πŸ‘₯ Delegate it")
    L --> |Can't do it yet| M("⏳ Waiting")
    F --> E    
    B --> |no| C("πŸ—‘ Trash")
    C --> D(Reference)
    D --> E("⏩ Someday")
    
Loading

About

The famous diagram from the book "Getting Things Done" with mermaid.js

License:MIT License