Difference between revisions of "System Evaluation Visual Triage"

From FreekiWiki
Jump to navigation Jump to search
Line 9: Line 9:
 
   mobo          [label="Is the\nMOTHERBOARD\nthere?", fontsize="10"]
 
   mobo          [label="Is the\nMOTHERBOARD\nthere?", fontsize="10"]
 
   fastproc      [label="Does it have\n500 MHz or faster proc?", fontsize="10"]
 
   fastproc      [label="Does it have\n500 MHz or faster proc?", fontsize="10"]
  highend      [label="Does it have\n1500 MHz or faster proc?", fontsize="10"]
 
 
   bigzif        [label="Can you see a\n3 DIGIT ZIF SOCKET?", fontsize="10"]
 
   bigzif        [label="Can you see a\n3 DIGIT ZIF SOCKET?", fontsize="10"]
 
   smallzif      [label="Can you see a\n1 DIGIT ZIF SOCKET?", fontsize="10"]
 
   smallzif      [label="Can you see a\n1 DIGIT ZIF SOCKET?", fontsize="10"]
Line 16: Line 15:
 
   blowncaps    [label="Are there any\nBLOWN CAPS?", fontsize="10"]
 
   blowncaps    [label="Are there any\nBLOWN CAPS?", fontsize="10"]
 
   missingparts  [label="Is it\nMISSING PARTS\n(i.e. side or front panel)?", fontsize="11"]
 
   missingparts  [label="Is it\nMISSING PARTS\n(i.e. side or front panel)?", fontsize="11"]
 +
 
   recycle      [label="RECYCLE", fontsize="10", shape="box", style="bold", URL="/index.php/System_Evaluation_1_Overview"]
 
   recycle      [label="RECYCLE", fontsize="10", 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", fontsize="10", shape="box", style="bold", URL="/index.php?title=System_Evaluation_2_Overview"]
Line 40: Line 40:
 
   bigzif      -> waiting [taillabel="YES"]
 
   bigzif      -> waiting [taillabel="YES"]
  
 +
  video      -> procthere [taillabel="YES"]
 
   video      -> recycle [taillabel="NO"]
 
   video      -> recycle [taillabel="NO"]
  video      -> procthere [taillabel="YES"]
 
  
 
   procthere  -> visibleproc [taillabel="YES"]
 
   procthere  -> visibleproc [taillabel="YES"]
 
   procthere  -> recycle [taillabel="NO"]
 
   procthere  -> recycle [taillabel="NO"]
  
   visibleproc -> highend [taillabel="YES"]
+
   visibleproc -> fastproc [taillabel="YES"]
 
   visibleproc -> waiting [taillabel="NO"]
 
   visibleproc -> waiting [taillabel="NO"]
 
  highend    -> waiting [taillabel="YES"]
 
  highend    -> fastproc [taillabel="NO"]
 
  
 
   fastproc    -> blowncaps [taillabel="YES"]
 
   fastproc    -> blowncaps [taillabel="YES"]

Revision as of 11:21, 2 November 2006