Difference between revisions of "System Evaluation Visual Triage"

From FreekiWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
==What to keep and what to recycle==
 
==What to keep and what to recycle==
 +
<graphviz>
 +
  digraph D {
 +
 +
  start        [label="START HERE", fontsize="11", shape="box"]
 +
  disklessshelf [label="Put on the\nDISKLESS SHELF\n(no processing)", fontsize="11", shape="box"]
 +
  recycle      [label="RECYCLE\n(go back to main flow chart)", fontsize="11", shape="box"]
 +
  waiting      [label="Put on the\nWAITING FOR EVAL 2\npile\n(no processing)", fontsize="11", shape="box"]
 +
  tardis        [label="Send to\nthe TARDIS\n(no processing)", fontsize="11", shape="box"]
 +
 +
  atx        [label="Is there an\nATX connector?", fontsize="11"]
 +
  ddr        [label="Are there any\nDDR slots?", fontsize="11"]
 +
  dimmslots  [label="Are there any\nDIMM slots?", fontsize="11"]
 +
  diskless    [label="DISKLESS TERMINAL?\n(Compaq Deskpro,\nHP Vectra, Dell Optiplex)", fontsize="11"]
 +
  hiddenproc  [label="Is the\nPROCESSOR SPEED HIDDEN?", fontsize="11"]
 +
  mobo        [label="Is the\nMOTHERBOARD\nthere?", fontsize="11"]
 +
  newenough  [label="Is it\n500 MHz or faster\nor a\n3 DIGIT ZIF SOCKET?", fontsize="11"]
 +
  video      [label="Is there an\nAGP slot\nor\nONBOARD VIDEO?", fontsize="11"]
 +
 +
 +
  start      -> mobo
 +
  mobo        -> ddr [taillabel="YES"]
 +
  ddr        -> tardis [taillabel="YES"]
 +
  ddr        -> dimmslots [taillabel="NO"]
 +
  mobo        -> recycle [taillabel="NO"]
 +
  dimmslots  -> atx [taillabel="YES"]
 +
  dimmslots  -> recycle [taillabel="NO"]
 +
  atx        -> video [taillabel="YES"]
 +
  atx        -> recycle [taillabel="NO"]
 +
  video      -> diskless [taillabel="YES"]
 +
  video      -> recycle [taillabel="NO"]
 +
  diskless    -> hiddenproc [taillabel="NO"]
 +
  diskless    -> disklessshelf [taillabel="YES"]
 +
  hiddenproc  -> newenough [taillabel="YES"]
 +
  hiddenproc  -> waiting [taillabel="YES"]
 +
  newenough  -> waiting [taillabel="YES"]
 +
  newenough  -> recycle [taillabel="NO"]
 +
 +
 +
  }
 +
</graphviz>
 +
 
[[Category: Triage]]
 
[[Category: Triage]]

Revision as of 11:35, 14 November 2005

What to keep and what to recycle

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.