Difference between revisions of "System Evaluation Final Triage"

From FreekiWiki
Jump to navigation Jump to search
(1900 and faster to TARDIS)
Line 2: Line 2:
 
   digraph D {
 
   digraph D {
  
   start        [label="START HERE", fontsize="11", shape="box", style="bold"]
+
   node [fontname="Helvetica", fontsize="11"]
  server        [label="Do we want it for a\nSERVER?\n(see note)", fontsize="11"]
+
   edge [fontname="Helvetica"]
  keep          [label="This is a regular\nKEEPER the system", fontsize="11", shape="box", style="bold"]
 
  recycle      [label="We will\nRECYCLE the system", fontsize="11", shape="box", style="bold"]
 
   tardis        [label="We will take this\nHIGH END SYSTEM\nto the TARDIS", fontsize="11", shape="box", style="bold"]
 
  superfast    [label="Does it have a\n1900 MHz or faster proc?", fontsize="11"]
 
  fastenough    [label="Does it have a\n600 MHz or faster proc?", fontsize="11"]
 
  missingparts  [label="Is it\nMISSING PARTS\n(i.e. side or front panel)?", fontsize="11"]
 
  blowncaps    [label="Are there any\nBLOWN CAPS?", fontsize="11"]
 
  whitehole    [label="We will take this\nSERVER\nto the White Hole", fontsize="11", shape="box", style="bold"]
 
  
   ddr_rambus    [label="Are there any\nDDR or RAMBUS slots?", fontsize="11"]
+
  start        [label="START HERE", shape="box", style="bold"]
   proc          [label="Does it have a\nPROCESSOR?", fontsize="11"]
+
  server        [label="Do we want it for a\nSERVER?\n(see note)"]
   knowspeed    [label="Do you know the\nPROCESSOR SPEED?", fontsize="11"]
+
  keep          [label="This is a regular\nKEEPER the system", shape="box", style="bold"]
 +
  recycle      [label="We will\nRECYCLE the system", shape="box", style="bold"]
 +
  tardis        [label="We will take this\nHIGH END SYSTEM\nto the TARDIS", shape="box", style="bold"]
 +
  superfast    [label="Does it have a\n1900 MHz or faster proc?"]
 +
  fastenough    [label="Does it have a\n600 MHz or faster proc?"]
 +
  missingparts  [label="Is it\nMISSING PARTS\n(i.e. side or front panel)?"]
 +
  blowncaps    [label="Are there any\nBLOWN CAPS?"]
 +
  whitehole    [label="We will take this\nSERVER\nto the White Hole", shape="box", style="bold"]
 +
 
 +
   ddr_rambus    [label="Are there any\nDDR or RAMBUS slots?"]
 +
   proc          [label="Does it have a\nPROCESSOR?"]
 +
   knowspeed    [label="Do you know the\nPROCESSOR SPEED?"]
  
 
   start        -> blowncaps
 
   start        -> blowncaps

Revision as of 16:02, 27 March 2007