Skip to content

Instantly share code, notes, and snippets.

@Potherca
Created March 20, 2020 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Potherca/958b624d74b1653d7b9cff47d165f100 to your computer and use it in GitHub Desktop.
Save Potherca/958b624d74b1653d7b9cff47d165f100 to your computer and use it in GitHub Desktop.
Company Quality Improvement Process diagram
@startuml
title "Company Quality Improvement Process"
concise " Timeline" as time
concise " Management" as talk
concise " 'me'" as plan
concise " Team" as work
highlight 0 to 4 #FFE;line:white
highlight 4 to 8 #FFC;line:hidden
highlight 8 to 17 #FFA;line:hidden
'highlight 17 to 19 #FF8;line:hidden
@talk
0 is "Intake"
+2 is {hidden}
@plan
+0 is "Create Report"
+2 is {hidden}
+1 is "Create plan"
+3 is {hidden}
@work
4 is "Get acquainted"
+4 is "Carry out plan"
+6 is "Handover"
+3 is {hidden}
@time
@0 <-> @+4 : 2 weeks
@+4 <-> @+4 : 1 month
@+4 <-> @+6 : 1 year
@+6 <-> @+3 : 3 months
4 is {hidden}
plan -> talk: Present Report
+4 is {hidden}
plan -> talk : Present Plan
plan -> work : Present Plan
+2 is {hidden}
work -> talk: Report
+2 is {hidden}
work -> talk: Report
+2 is {hidden}
work -> talk: Report
+3 is {hidden}
work -> talk: Final Report
@enduml
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment