Difference between revisions of "System Evaluation Visual Triage"

From FreekiWiki
Jump to navigation Jump to search
(removed tardis, separated last question out)
Line 5: Line 5:
 
   recycle      [label="RECYCLE\n(go back to main flow chart)", fontsize="11", shape="box", URL="/index.php/System_Evaluation_1_Overview"]
 
   recycle      [label="RECYCLE\n(go back to main flow chart)", fontsize="11", shape="box", URL="/index.php/System_Evaluation_1_Overview"]
 
   waiting      [label="Put on the\nWAITING FOR EVAL 2\npile\n(no processing)", 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"]
 
   atx        [label="Is there an\nATX connector?", fontsize="11"]
   ddr        [label="Are there any\nDDR slots?", fontsize="11"]
+
   ddr        [label="Are there any\nDDR or RAMBUS\nslots?", fontsize="11"]
   dimmslots  [label="Are there any\nDIMM or RAMBUS\nslots?", fontsize="11"]
+
   dimmslots  [label="Are there any\nDIMM slots?", fontsize="11"]
 
   disklessterms [label="NOTE: DISKLESS TERMINALS:\nCompaq Deskpro,\nHP Vectra,\nDell Optiplex\n(Proc is P-III or Celeron, slower than 600 MHz)", shape="box", fontsize="11"]
 
   disklessterms [label="NOTE: DISKLESS TERMINALS:\nCompaq Deskpro,\nHP Vectra,\nDell Optiplex\n(Proc is P-III or Celeron, slower than 600 MHz)", shape="box", fontsize="11"]
 
   hiddenproc  [label="Is the\nPROCESSOR SPEED HIDDEN?", fontsize="11"]
 
   hiddenproc  [label="Is the\nPROCESSOR SPEED HIDDEN?", fontsize="11"]
 
   mobo        [label="Is the\nMOTHERBOARD\nthere?", fontsize="11"]
 
   mobo        [label="Is the\nMOTHERBOARD\nthere?", fontsize="11"]
   newenough  [label="Does it have\n500 MHz or faster proc\nor a\n3 DIGIT ZIF SOCKET\nor do we want it for a\nDISKLESS TERMINAL?", fontsize="11"]
+
   fastproc    [label="Does it have\n500 MHz or faster proc?", fontsize="11"]
 +
  bigzif      [label="Does it have\na 3 DIGIT ZIF SOCKET?", fontsize="11"]
 +
  isdiskless  [label="Do we want it for a\nDISKLESS TERMINAL?", fontsize="11"]
 
   video      [label="Is there an\nAGP slot\nor\nONBOARD VIDEO?", fontsize="11"]
 
   video      [label="Is there an\nAGP slot\nor\nONBOARD VIDEO?", fontsize="11"]
  
Line 19: Line 19:
 
   start      -> mobo
 
   start      -> mobo
 
   mobo        -> ddr [taillabel="YES"]
 
   mobo        -> ddr [taillabel="YES"]
   ddr        -> tardis [taillabel="YES"]
+
   ddr        -> waiting [taillabel="YES"]
 
   ddr        -> dimmslots [taillabel="NO"]
 
   ddr        -> dimmslots [taillabel="NO"]
 
   mobo        -> recycle [taillabel="NO"]
 
   mobo        -> recycle [taillabel="NO"]
Line 28: Line 28:
 
   video      -> recycle [taillabel="NO"]
 
   video      -> recycle [taillabel="NO"]
 
   video      -> hiddenproc [taillabel="YES"]
 
   video      -> hiddenproc [taillabel="YES"]
   hiddenproc  -> newenough [taillabel="NO"]
+
   hiddenproc  -> fastproc [taillabel="NO"]
 
   hiddenproc  -> waiting [taillabel="YES"]
 
   hiddenproc  -> waiting [taillabel="YES"]
#  disklessterms -> newenough [arrowhead="none"]
+
  fastproc    -> waiting [taillabel="YES"]
   newenough  -> waiting [taillabel="YES"]
+
  fastproc    -> bigzif [taillabel="NO"]
   newenough  -> recycle [taillabel="NO"]
+
  bigzif      -> waiting [taillabel="YES"]
 +
  bigzif      -> isdiskless [taillabel="NO"]
 +
   isdiskless  -> waiting [taillabel="YES"]
 +
   isdiskless  -> recycle [taillabel="NO"]
  
  

Revision as of 18:42, 7 January 2006

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