Key gizmo analysis
Jump to navigation
Jump to search
<graphviz> digraph d {
node [fontname="Helvetica", shape="rectangle", fontsize="11"] edge [fontname="Helvetica"]
incoming [label="INCOMING"] triage [label="TRIAGE"] testing [label="TESTING"] production [label="PRODUCTION"] sales [label="SALES"] adoption [label="ADOPTION\nDISBURSEMENT"] build_disbursement [label="BUILD\nDISBURSEMENT"] hardware_grants [label="HARDWARE\nGRANTS"] recycling [label="RECYCLING"]
incoming -> triage [label="a"]
triage -> recycling [label="b"] triage -> testing [label="b"]
testing -> recycling [label="d"] testing -> production [label="e"]
production -> sales [label="f"] production -> adoption [label="g"] production -> build_disbursement [label="h"] production -> hardware_grants [label="i"]
} <graphviz>