Skip to content

Instantly share code, notes, and snippets.

@csellis
Created September 3, 2024 15:25
Show Gist options
  • Save csellis/799fb65ab8bfcbcad1c93823c97cf0f6 to your computer and use it in GitHub Desktop.
Save csellis/799fb65ab8bfcbcad1c93823c97cf0f6 to your computer and use it in GitHub Desktop.

New Computer Request Process Timeline (WFM Perspective)

gantt
    title New Computer Request Process Timeline (WFM Perspective)
    dateFormat  YYYY-MM-DD
    axisFormat %m/%d

    section Request
    Submit request           :a1, 2024-09-03, 1d
    Wait for initial review  :a2, after a1, 2d

    section Approval
    IT review and approval   :a3, after a2, 2d
    Generate tasks and PO    :a4, after a3, 1d

    section Procurement
    Order placed with vendor :a5, after a4, 1d
    Wait for delivery        :a6, after a5, 10d

    section Deployment
    Computer preparation     :a7, after a6, 1d
    Delivery to user         :a8, after a7, 1d

    section Closure
    Confirm setup            :a9, after a8, 1d
    Close ticket             :a10, after a9, 1d
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment