rusty-mermaid Gallery

25 diagram types — 297 diagrams rendered by rusty-mermaid

kanban (5)

kanban_basic
Backlog Design homepage Write API docs Research competitors In Progress Build login page Set up CI/CD Review Code review PR #42 Done Deploy staging Database migration
Source (.mmd)
kanban
    Backlog
        id1[Design homepage]
        id2[Write API docs]
        id3[Research competitors]
    In Progress
        id4[Build login page]
        id5[Set up CI/CD]
    Review
        id6[Code review PR #42]
    Done
        id7[Deploy staging]
        id8[Database migration]
kanban_many_columns
Backlog Write spec Design mockup Ready Implement auth In Progress Build dashboard Review PR review Done Deploy v1.0
Source (.mmd)
kanban
    Backlog
        t1[Write spec]
        t2[Design mockup]
    Ready
        t3[Implement auth]
    In Progress
        t4[Build dashboard]
    Review
        t5[PR review]
    Done
        t6[Deploy v1.0]
kanban_metadata
Todo Fix login bug High · @alice · BUG-101 Add dark mode Medium · @bob Update deps Low In Progress API refactor High · @charlie · FEAT-202 Done Release v1.0 REL-001
Source (.mmd)
kanban
    Todo
        t1[Fix login bug] @{priority: high, assigned: alice, ticket: BUG-101}
        t2[Add dark mode] @{priority: medium, assigned: bob}
        t3[Update deps] @{priority: low}
    In Progress
        t4[API refactor] @{priority: high, assigned: charlie, ticket: FEAT-202}
    Done
        t5[Release v1.0] @{ticket: REL-001}
kanban_simple
To Do Buy groceries Clean house Walk the dog Doing Cook dinner Done Laundry Dishes
Source (.mmd)
kanban
    To Do
        Buy groceries
        Clean house
        Walk the dog
    Doing
        Cook dinner
    Done
        Laundry
        Dishes
kanban_single_column
Todo Only column Two items
Source (.mmd)
kanban
    Todo
        task1[Only column]
        task2[Two items]