Difference between revisions of "System Evaluation Visual Triage"

From FreekiWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
<graphviz>
 
<graphviz>
 
   digraph D {
 
   digraph D {
 +
 +
  node [fontname="Helvetica", fontsize="11"]
 +
  edge [fontname="Helvetica"]
  
 
   start        [label="START HERE", fontsize="10", shape="box", style="bold"]
 
   start        [label="START HERE", fontsize="10", shape="box", style="bold"]
  
   procthere    [label="Is there a\nPROCESSOR?", fontsize="10"]
+
   procthere    [label="Is there a\nPROCESSOR?"]
  
   usb          [label="Is there a\nUSB connector?", fontsize="10"]
+
   usb          [label="Is there a\nUSB connector?"]
   dimmslots    [label="Are there any\nDIMM slots\n(SDRAM, DDR, or RAMBUS)?", fontsize="10"]
+
   dimmslots    [label="Are there any\nDIMM slots\n(SDRAM, DDR, or RAMBUS)?"]
   visibleproc  [label="Can you see the\nPROCESSOR SPEED?", fontsize="10"]
+
   visibleproc  [label="Can you see the\nPROCESSOR SPEED?"]
   mobo          [label="Is the\nMOTHERBOARD\nthere?", fontsize="10"]
+
   mobo          [label="Is the\nMOTHERBOARD\nthere?"]
   fastproc      [label="Does it have\n600 MHz or faster proc?", fontsize="10"]
+
   fastproc      [label="Does it have\n600 MHz or faster proc?"]
   bigzif        [label="Can you see a\n3 DIGIT ZIF SOCKET?", fontsize="10"]
+
   bigzif        [label="Can you see a\n3 DIGIT ZIF SOCKET?"]
   smallzif      [label="Can you see a\n1 DIGIT ZIF SOCKET?", fontsize="10"]
+
   smallzif      [label="Can you see a\n1 DIGIT ZIF SOCKET?"]
   server        [label="Do we want it for a\nSERVER?\n(see note)", fontsize="10"]
+
   server        [label="Do we want it for a\nSERVER?\n(see note)"]
   blowncaps    [label="Are there any\nBLOWN CAPS?", fontsize="10"]
+
   blowncaps    [label="Are there any\nBLOWN CAPS?"]
   missingparts  [label="Is it\nMISSING CASE PARTS\n(i.e. side or front panel)?", fontsize="11"]
+
   missingparts  [label="Is it\nMISSING CASE PARTS\n(i.e. side or front panel)?"]
  
   recycle      [label="RECYCLE\n(remember how you got here\nthat's your\nREASON for RECYCLING)", fontsize="10", shape="box", style="bold", URL="/index.php/System_Evaluation_1_Overview"]
+
   recycle      [label="RECYCLE\n(remember how you got here\nthat's your\nREASON for RECYCLING)", shape="box", style="bold", URL="/index.php/System_Evaluation_1_Overview"]
   waiting      [label="Put on the\nWAITING FOR\nSYSTEM EVALUATION 2\npile", fontsize="10", shape="box", style="bold", URL="/index.php?title=System_Evaluation_2_Overview"]
+
   waiting      [label="Put on the\nWAITING FOR\nSYSTEM EVALUATION 2\npile", shape="box", style="bold", URL="/index.php?title=System_Evaluation_2_Overview"]
   whitehole    [label="We will take this\nSERVER\nto the White Hole", fontsize="10", shape="box", style="bold"]
+
   whitehole    [label="We will take this\nSERVER\nto the White Hole", shape="box", style="bold"]
  
 
   start      -> mobo
 
   start      -> mobo

Revision as of 15:48, 15 March 2007