Difference between revisions of "System Evaluation Visual Triage"

From FreekiWiki
Jump to navigation Jump to search
Line 4: Line 4:
 
   start        [label="START HERE", fontsize="10", shape="box", style="bold"]
 
   start        [label="START HERE", fontsize="10", shape="box", style="bold"]
 
   at            [label="Is there an\nAT connector?", fontsize="10"]
 
   at            [label="Is there an\nAT connector?", fontsize="10"]
  ddr          [label="Are there any\nDDR\nslots?", fontsize="10"]
 
  rambus        [label="Are there any\nRAMBUS\nslots?", 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"]
 
   procthere    [label="Is there a\nPROCESSOR?", fontsize="10"]
 
   procthere    [label="Is there a\nPROCESSOR?", fontsize="10"]
Line 12: Line 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"]
 
   highend      [label="Does it have\n1500 MHz or faster proc?", fontsize="10"]
  fastrambus    [label="Does it have\n900 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 21: Line 18:
 
   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"]
  tardis        [label="Mark 'TARDIS' and\nput on\nWAITING FOR\nSYSTEM EVALUATION 2\npile", fontsize="10", shape="box", style="bold"]
 
 
   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", fontsize="10", shape="box", style="bold"]
  
Line 50: Line 46:
 
   procthere  -> recycle [taillabel="NO"]
 
   procthere  -> recycle [taillabel="NO"]
  
   visibleproc -> ddr [taillabel="YES"]
+
   visibleproc -> highend [taillabel="YES"]
 
   visibleproc -> waiting [taillabel="NO"]
 
   visibleproc -> waiting [taillabel="NO"]
  
  ddr        -> rambus [taillabel="NO"]
+
   highend    -> waiting [taillabel="YES"]
  ddr        -> tardis [taillabel="YES"]
 
 
 
  rambus      -> fastrambus [taillabel="YES"]
 
  rambus      -> highend [taillabel="NO"]
 
 
 
   highend    -> tardis [taillabel="YES"]
 
 
   highend    -> fastproc [taillabel="NO"]
 
   highend    -> fastproc [taillabel="NO"]
 
  fastrambus  -> recycle [taillabel="NO"]
 
  fastrambus  -> tardis [taillabel="YES"]
 
  
 
   fastproc    -> blowncaps [taillabel="YES"]
 
   fastproc    -> blowncaps [taillabel="YES"]

Revision as of 11:17, 2 November 2006