Skip to content

Instantly share code, notes, and snippets.

@yongkangc
Created October 16, 2024 03:10
Show Gist options
  • Save yongkangc/c568bcc2397b0a99b3bd801c5dc20c0a to your computer and use it in GitHub Desktop.
Save yongkangc/c568bcc2397b0a99b3bd801c5dc20c0a to your computer and use it in GitHub Desktop.
Gantz
gantt
    title Gantt Chart for Product, Biz, and Other Dev.
    dateFormat  YYYY-MM-DD
    axisFormat  %b %d

    section Product Dev.
    MVP V1 Bot Server Dev.          :done,    p1, 2024-09-30, 2024-10-20
    MVP V1 Mini App Dev.            :done,    p2, 2024-09-30, 2024-10-20
    Internal MVP V1 Testing         :done,    p3, 2024-10-14, 2024-10-20
    MVP V2 Development              :active,  p4, 2024-11-04, 2024-11-24
    Internal MVP V2 Testing         :         p5, 2024-11-25, 2024-12-01

    section Biz. Dev.
    Landing Page Development        :done,    b1, 2024-10-11, 2024-10-17
    MVP V1 Outreach to Communities  :done,    b2, 2024-10-21, 2024-11-03
    Consolidate Learnings from MVP V1 :done,  b3, 2024-10-21, 2024-11-10
    MVP V2 Outreach to Communities  :         b4, 2024-12-02, 2024-12-15
    Consolidate Learnings from MVP V2 :       b5, 2024-12-02, 2024-12-22

    section Others
    Problem Refinement              :done,    o1, 2024-09-16, 2024-09-22
    C-Sketch                        :done,    o2, 2024-09-23, 2024-09-29
    Business Model Canvas           :done,    o3, 2024-09-30, 2024-10-02
    Initial MVP V1 Scoping          :done,    o4, 2024-10-02, 2024-10-06
    Mid-Term Preparation            :done,    o5, 2024-10-07, 2024-10-13
Loading
@yongkangc
Copy link
Author

gantt
    title Gantt Chart for Product, Biz, and Other Dev.
    dateFormat  YYYY-MM-DD
    axisFormat  %b %d
    excludes weekends
    todayMarker stroke-width:5px,stroke:#0f0,opacity:0.5

    section Product Dev.
    MVP V1 Bot Server Dev.          :done,    p1, 2024-09-30, 2024-10-20, color:#1f77b4
    MVP V1 Mini App Dev.            :done,    p2, 2024-09-30, 2024-10-20, color:#ff7f0e
    Internal MVP V1 Testing         :done,    p3, 2024-10-14, 2024-10-20, color:#2ca02c
    MVP V2 Development              :active,  p4, 2024-11-04, 2024-11-24, color:#d62728
    Internal MVP V2 Testing         :         p5, 2024-11-25, 2024-12-01, color:#9467bd

    section Biz. Dev.
    Landing Page Development        :done,    b1, 2024-10-11, 2024-10-17, color:#8c564b
    MVP V1 Outreach to Communities  :done,    b2, 2024-10-21, 2024-11-03, color:#e377c2
    Consolidate Learnings from MVP V1 :done,  b3, 2024-10-21, 2024-11-10, color:#7f7f7f
    MVP V2 Outreach to Communities  :         b4, 2024-12-02, 2024-12-15, color:#bcbd22
    Consolidate Learnings from MVP V2 :       b5, 2024-12-02, 2024-12-22, color:#17becf

    section Others
    Problem Refinement              :done,    o1, 2024-09-16, 2024-09-22, color:#1f78b4
    C-Sketch                        :done,    o2, 2024-09-23, 2024-09-29, color:#33a02c
    Business Model Canvas           :done,    o3, 2024-09-30, 2024-10-02, color:#e31a1c
    Initial MVP V1 Scoping          :done,    o4, 2024-10-02, 2024-10-06, color:#ff7f00
    Mid-Term Preparation            :done,    o5, 2024-10-07, 2024-10-13, color:#6a3d9a
    ```
Loading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment