System Evaluation Visual Triage

From FreekiWiki
Revision as of 13:15, 19 August 2006 by Rfs (talk | contribs)
Jump to navigation Jump to search

<graphvizr>

 digraph D {
  start         [label="START HERE", fontsize="10", shape="box", style="bold"]
  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"]
  procthere     [label="Is there a\nPROCESSOR?", fontsize="10"]
  visibleproc   [label="Can you see the\nPROCESSOR SPEED?", fontsize="10"]
  mobo          [label="Is the\nMOTHERBOARD\nthere?", fontsize="10"]
  fastproc      [label="Does it have\n500 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"]
  server        [label="Do we want it for a\nSERVER?\n(see note)", fontsize="10"]
  video         [label="Is there an\nAGP slot\nor\nONBOARD VIDEO?", fontsize="10"]
  blowncaps     [label="Are there any\nBLOWN CAPS?", fontsize="10"]
  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"]
  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"]
  start       -> mobo
  mobo        -> server [taillabel="YES"]
  mobo        -> recycle [taillabel="NO"]
  server      -> dimmslots [taillabel="NO"]
  server      -> whitehole [taillabel="YES"]
  dimmslots   -> at [taillabel="YES"]
  dimmslots   -> recycle [taillabel="NO"]
  at          -> recycle [taillabel="YES"]
  at          -> video [taillabel="NO"]
  video       -> recycle [taillabel="NO"]
  video       -> bigzif [taillabel="YES"]
  bigzif      -> waiting [taillabel="YES"]
  bigzif      -> procthere [taillabel="NO"]
  procthere   -> visibleproc [taillabel="YES"]
  procthere   -> recycle [taillabel="NO"]
  visibleproc -> ddr [taillabel="YES"]
  visibleproc -> waiting [taillabel="NO"]
  ddr         -> rambus [taillabel="NO"]
  ddr         -> tardis [taillabel="YES"]
  rambus      -> fastrambus [taillabel="YES"]
  rambus      -> fastproc [taillabel="NO"]
  fastrambus   -> recycle [taillabel="NO"]
  fastrambus   -> tardis [taillabel="YES"]
  fastproc    -> blowncaps [taillabel="YES"]
  fastproc    -> recycle [taillabel="NO"]
  blowncaps   -> recycle [taillabel="YES"]
  blowncaps   -> waiting [taillabel="NO"]
 }

</graphvizr>