Difference between revisions of "User:RfS/Cashiering Issues"

From FreekiWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
<graphviz>
 
<graphviz>
   digraph D {
+
   digraph H {
 +
   
 +
    main            [label="MAIN\nCHART", fontname="Helvetica", fontsize="11", style="bold", shape="tripleoctagon"]
  
foo [label="FOO!", style="bold", shape="house"]
+
    putoncart      [label="If you still have a case\nor motherboard put on\nthe CART\n(label and back visible)", fontname="Helvetica", fontsize="11", style="bold", shape="box"]
 +
    legacy          [label="Take system to\nLEGACY SYSTEM EVAL", fontname="Helvetica", fontsize="11", style="bold", shape="box"]
 +
    alreadyrejected [label="Has it\nalready been\nREJECTED?\n(reason for recycle or\nreject label?)", fontname="Helvetica", fontsize="11"]
 +
    askwhere        [label="Ask where\nit goes", fontname="Helvetica", fontsize="11", style="bold", shape="box"]
 +
    incompatible    [label="Is it on the list of INCOMPATIBLES?\n(see list below)", fontname="Helvetica", fontsize="11"]
 +
    at              [label="Does it have an\nonboard AT keyboard connector\nand\n3.5 inch floppy drive?", fontname="Helvetica", fontsize="11"]
 +
    start          [label="START HERE", shape="box", fontname="Helvetica", fontsize="11", style="bold"]
 +
    triage          [label="Go through the\nSYSTEM EVALUATION 1 TRIAGE chart\n(then come back here)", shape="box", fontname="Helvetica", fontsize="11", URL="/index.php?title=System_Evaluation_1_Triage"]
 +
    triageoutcome  [label="What did the\nSYSTEM EVALUATION 1TRIAGE chart\nsay to do?", fontname="Helvetica", fontsize="11"]
 +
    waiting        [label="Put it on the\nWAITING PILE\nfor\nSYSTEM EVALUATION 2", fontname="Helvetica", fontsize="11", URL="/index.php?title=System_Evaluation_2_Overview", shape="box", style="bold"]
 +
    recyclelabel    [label="Fill out a\nREASON FOR RECYCLING LABEL\nunless there's a reject label already on it", shape="box", fontsize="11"]
 +
    labelspeed      [label="If you know the processor speed\nwrite it on the label", shape="box", fontsize="11"]
 +
    ifmobo          [label="Remove the MOTHERBOARD\nthen\ntake the MOTHERBOARD to\nADVANCED TESTING", shape="box", fontsize="11"]
 +
    ifcase          [label="Remove the MOTHERBOARD\nand\nALL DRIVES\n(except FLOPPY DRIVES)\nthen\ntake the CASE to\nTHRIFT STORE", shape="box", fontsize="11"]
 +
    wantmobo        [label="Do we want the Motherboard?\n(see chart)", fontsize="11"]
 +
    wantcase        [label="Do we want the case?\n(see chart)", fontsize="11"]
 +
    takethingsout  [label="Follow instructions in\nREMOVING COMPONENTS\nFROM RECYCLED SYSTEMS\n(then come back here)", shape="box", fontsize="11"]
  
foo -> bar
+
    start -> alreadyrejected
bar -> baz
 
baz -> foo
 
  
  }
+
    alreadyrejected -> wantcase [taillabel="YES"]
</graphviz>
+
    alreadyrejected -> incompatible [taillabel="NO"]
 +
 
 +
    incompatible -> askwhere [taillabel="YES"]
 +
    incompatible -> at [taillabel="NO"]
 +
 
 +
    at -> legacy [taillabel="YES"]
 +
    at -> triage [taillabel="NO"]
 +
 
 +
    triage -> triageoutcome
  
{{Do we want it for a server?}}
+
    triageoutcome -> wantcase [label="RECYCLE"]
{{Finding the processor speed}}
+
    triageoutcome -> waiting [label="(not recycle)"]
 +
   
 +
    wantcase -> ifcase [label="YES"]
 +
    wantcase -> recyclelabel  [label="NO"]
  
[[Category: Triage]]
+
    wantmobo -> ifmobo [label="YES"]
[[Category: Prebuild]]
+
    wantmobo -> takethingsout [label="NO"]
  
 +
    ifcase -> wantmobo
  
 +
    recyclelabel -> labelspeed
 +
    labelspeed -> wantmobo
  
{{Do we want it for a server?}}
+
    ifmobo -> takethingsout
{{Finding the processor speed}}
 
  
[[Category: Triage]]
+
    takethingsout -> putoncart
[[Category: Prebuild]]
+
  }
 +
</graphviz>

Revision as of 11:08, 15 March 2007

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.