Difference between revisions of "System Evaluation Visual Triage"

From FreekiWiki
Jump to navigation Jump to search
(pointed 3-digit-zif YES to is-there-a-proc)
Line 4: Line 4:
 
   start        [label="START HERE", fontsize="10", shape="box", style="bold"]
 
   start        [label="START HERE", fontsize="10", shape="box", style="bold"]
  
  video        [label="Is there an\nAGP slot\nor\nONBOARD VIDEO?", fontsize="10"]
 
 
   procthere    [label="Is there a\nPROCESSOR?", fontsize="10"]
 
   procthere    [label="Is there a\nPROCESSOR?", fontsize="10"]
  
   at            [label="Is there an\nAT power connector\non the motherboard?", fontsize="10"]
+
   usb          [label="Is there a\nUSB connector?", fontsize="10"]
 
   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)?", fontsize="10"]
 
   visibleproc  [label="Can you see the\nPROCESSOR SPEED?", fontsize="10"]
 
   visibleproc  [label="Can you see the\nPROCESSOR SPEED?", fontsize="10"]
Line 30: Line 29:
 
   server      -> whitehole [taillabel="YES"]
 
   server      -> whitehole [taillabel="YES"]
  
   dimmslots  -> at [taillabel="YES"]
+
   dimmslots  -> usb [taillabel="YES"]
 
   dimmslots  -> recycle [taillabel="NO"]
 
   dimmslots  -> recycle [taillabel="NO"]
  
   at          -> recycle [taillabel="YES"]
+
   usb        -> recycle [taillabel="NO"]
   at          -> smallzif [taillabel="NO"]
+
   usb        -> smallzif [taillabel="YES"]
  
 
   smallzif    -> recycle [taillabel="YES"]
 
   smallzif    -> recycle [taillabel="YES"]
Line 45: Line 44:
 
   missingparts    -> recycle [taillabel="YES"]
 
   missingparts    -> recycle [taillabel="YES"]
  
   bigzif      -> procthere [taillabel="YES"]
+
   bigzif      -> waiting [taillabel="YES"]
   bigzif      -> video [taillabel="NO"]
+
   bigzif      -> procthere [taillabel="NO"]
  
  video      -> procthere [taillabel="YES"]
 
  video      -> recycle [taillabel="NO"]
 
  
 
   procthere  -> visibleproc [taillabel="YES"]
 
   procthere  -> visibleproc [taillabel="YES"]

Revision as of 18:01, 20 February 2007