Difference between revisions of "System Evaluation Overview"

From FreekiWiki
Jump to navigation Jump to search
Line 15: Line 15:
 
     incomingpile    [label="Put it on\nthe INCOMING pile\n(for SYSTEM EVALUATION 1)", shape="box", URL="/index.php?title=System_Evaluation_1_Overview", fontsize="11", style="bold"]
 
     incomingpile    [label="Put it on\nthe INCOMING pile\n(for SYSTEM EVALUATION 1)", shape="box", URL="/index.php?title=System_Evaluation_1_Overview", fontsize="11", style="bold"]
 
     tardis        [label="Send to\nthe TARDIS\n(no mining)", fontsize="11", shape="box", style="bold"]
 
     tardis        [label="Send to\nthe TARDIS\n(no mining)", fontsize="11", shape="box", style="bold"]
     whitehole      [label="Send to\nthe WHITE HOLE\n(no mining)", fontsize="11", shape="box", style="bold"]
+
    wantmobo      [label="Do we want the Motherboard?", fontsize="11", shape="box"]
 +
    minemobo      [label="Mine the MOTHERBOARD", fontsize="11", shape="box"]
 +
    wantcase      [label="Do we want the case?", fontsize="11", shape="box"]
 +
    holdforstore  [label="Put a HOLD FOR STORE\nsticker on it", fontsize="11", shape="box"]
 +
     whitehole      [label="Send to\nthe WHITE HOLE\n(no mining)", fontsize="11", shape="box"]
  
 
     start -> received
 
     start -> received
Line 23: Line 27:
 
     trytopost -> triage
 
     trytopost -> triage
 
     triage -> triageoutcome
 
     triage -> triageoutcome
     triageoutcome -> recyclelabel [label="YES (Recycle)"]
+
     triageoutcome -> labelit [label="NO\n(Don't Recycle)"]
    recyclelabel -> incomingpile
 
 
     labelit -> tallyit
 
     labelit -> tallyit
 
     tallyit -> tardis [label="TARDIS"]
 
     tallyit -> tardis [label="TARDIS"]
Line 30: Line 33:
 
     tallyit -> mineit [label="KEEP\n or\nDISKLESS"]
 
     tallyit -> mineit [label="KEEP\n or\nDISKLESS"]
 
     mineit -> putoncart [label="KEEP \nor\nDISKLESS"]
 
     mineit -> putoncart [label="KEEP \nor\nDISKLESS"]
     triageoutcome -> labelit [label="NO\n(Don't Recycle)"]
+
     triageoutcome -> wantmobo
 +
    wantmobo -> minemobo [label="YES"]
 +
    wantmobo -> wantcase [label="NO"]
 +
    minemobo -> wantcase
 +
    wantcase -> holdforstore  [label="YES"]
 +
    wantcase -> recyclelable  [label="NO"]
 +
    holdforstore -> recyclelabel [label="YES (Recycle)"]
 +
    recyclelabel -> incomingpile
 
</graphviz>
 
</graphviz>
  
 
[[Category: Prebuild]]
 
[[Category: Prebuild]]
 
[[Category: Triage]]
 
[[Category: Triage]]

Revision as of 20:11, 7 February 2006

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