Difference between revisions of "Key gizmo analysis"
Line 1: | Line 1: | ||
+ | == The graph == | ||
<graphviz> | <graphviz> | ||
digraph d { | digraph d { | ||
Line 5: | Line 6: | ||
incoming [label="INCOMING"] | incoming [label="INCOMING"] | ||
− | triage [label="TRIAGE | + | triage [label="TRIAGE\nand\nTESTING"] |
− | |||
production [label="PRODUCTION"] | production [label="PRODUCTION"] | ||
sales [label="SALES"] | sales [label="SALES"] | ||
Line 14: | Line 14: | ||
recycling [label="RECYCLING"] | recycling [label="RECYCLING"] | ||
− | incoming -> triage [label=" | + | incoming -> triage [label="A"] |
+ | incoming -> recycling [label="B"] | ||
− | triage -> | + | triage -> production [label="C"] |
− | triage -> | + | triage -> recycling [label="D"] |
− | + | production -> sales [label="E"] | |
− | + | production -> adoption [label="F"] | |
− | + | production -> build_disbursement [label="G"] | |
− | production -> | + | production -> hardware_grants [label="H"] |
− | production -> | + | production -> recycling [label="I"] |
− | production -> | ||
− | production -> | ||
} | } | ||
<graphviz> | <graphviz> | ||
+ | |||
+ | == The chart == | ||
+ | |||
+ | We need to fill this out for each key type of gizmo we handle. Fill in the name of the gizmo up top, then on each line we need how many gizmos on average we handle (per month). We need current numbers and projected numbers. | ||
+ | |||
+ | |||
[[Category: Big Picture]] | [[Category: Big Picture]] |
Revision as of 15:20, 8 September 2009
The graph
<graphviz> digraph d {
node [fontname="Helvetica", shape="rectangle", fontsize="11"] edge [fontname="Helvetica"]
incoming [label="INCOMING"] triage [label="TRIAGE\nand\nTESTING"] 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"] incoming -> recycling [label="B"]
triage -> production [label="C"] triage -> recycling [label="D"]
production -> sales [label="E"] production -> adoption [label="F"] production -> build_disbursement [label="G"] production -> hardware_grants [label="H"] production -> recycling [label="I"]
} <graphviz>
The chart
We need to fill this out for each key type of gizmo we handle. Fill in the name of the gizmo up top, then on each line we need how many gizmos on average we handle (per month). We need current numbers and projected numbers.