Difference between revisions of "Key gizmo analysis"

From FreekiWiki
Jump to navigation Jump to search
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"]
testing [label="TESTING"]
 
 
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="a"]
+
incoming -> triage [label="A"]
 +
incoming -> recycling [label="B"]
  
triage -> recycling [label="b"]
+
triage -> production [label="C"]
triage -> testing [label="b"]
+
triage -> recycling [label="D"]
  
testing -> recycling [label="d"]
+
production -> sales [label="E"]
testing -> production [label="e"]
+
production -> adoption [label="F"]
 
+
production -> build_disbursement [label="G"]
production -> sales [label="f"]
+
production -> hardware_grants [label="H"]
production -> adoption [label="g"]
+
production -> recycling [label="I"]
production -> build_disbursement [label="h"]
 
production -> hardware_grants [label="i"]
 
  
 
}
 
}
 
<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 16: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.