Mermaid Diagram

Gantt Charts

Project scheduling and task timelines

Gantt Charts

Gantt charts visualize project schedules.

gantt
    title Project Development Timeline
    dateFormat  YYYY-MM-DD
    axisFormat  %b %d

    section Planning
        Requirements analysis    :done,    req,    2024-01-01, 2024-01-10
        Design phase             :done,    design, 2024-01-10, 2024-01-25
        Architecture review      :active,  arch,   2024-01-25, 2024-02-01

    section Development
        Frontend development     :         fe,     2024-02-01, 2024-03-01
        Backend development       :         be,     2024-02-01, 2024-03-15
        API integration          :         api,    after fe, 14d

    section Testing
        Unit testing             :         ut,     after be, 7d
        Integration testing      :         it,     after api, 10d
        User acceptance testing  :         uat,    after it, 7d

    section Deployment
        Staging deploy           :         stage, after uat, 3d
        Production deploy        :         prod,  after stage, 2d
        Post-launch monitoring   :         mon,   after prod, 14d

Back to overview.

โ† Back to overview