Difference between revisions of "System Evaluation Final Triage"

From FreekiWiki
Jump to navigation Jump to search
(Looking for AMD K6/2s for BULK SALE)
Line 3: Line 3:
  
 
   start        [label="START HERE", fontsize="11", shape="box", style="bold"]
 
   start        [label="START HERE", fontsize="11", shape="box", style="bold"]
 +
  at            [label="Is there an onboard\nAT keyboard connector?", fontsize="10"]
 
   server        [label="Do we want it for a\nSERVER?\n(see note)", fontsize="11"]
 
   server        [label="Do we want it for a\nSERVER?\n(see note)", fontsize="11"]
 
   keep          [label="This is a regular\nKEEPER the system", fontsize="11", shape="box", style="bold"]
 
   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"]
 
   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"]
 
   tardis        [label="We will take this\nHIGH END SYSTEM\nto the TARDIS", fontsize="11", shape="box", style="bold"]
 +
  post          [label="Did it POST?", fontsize="11"]
 +
  amd300        [label="Is it an AMD K6/2\n300 MHz or faster?", fontsize="11"]
 
   superfast    [label="Does it have a\n1500 MHz or faster proc?", fontsize="11"]
 
   superfast    [label="Does it have a\n1500 MHz or faster proc?", fontsize="11"]
 
   fastenough    [label="Does it have a\n500 MHz or faster proc?", fontsize="11"]
 
   fastenough    [label="Does it have a\n500 MHz or faster proc?", fontsize="11"]
 
   missingparts  [label="Is it\nMISSING PARTS\n(i.e. side or front panel)?", 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"]
 
   blowncaps    [label="Are there any\nBLOWN CAPS?", fontsize="11"]
 +
  bulksale      [label="We will take this\nitem\nto the BULK SALE shelf", fontsize="11", shape="box", style="bold"]
 
   whitehole    [label="We will take this\nSERVER\nto the White Hole", fontsize="11", shape="box", style="bold"]
 
   whitehole    [label="We will take this\nSERVER\nto the White Hole", fontsize="11", shape="box", style="bold"]
 
    
 
    
Line 21: Line 25:
 
   server      -> missingparts [label="NO"]
 
   server      -> missingparts [label="NO"]
  
   missingparts -> superfast [label="NO"]
+
   missingparts -> at [label="NO"]
 
   missingparts -> recycle [label="YES"]
 
   missingparts -> recycle [label="YES"]
 +
 
 +
  at          -> superfast [label="NO"]
 +
  at          -> post [label="YES"]
 +
 +
  post        -> amd300 [label="YES"]
 +
  post        -> recycle [label="NO"]
 +
 +
  amd300      -> bulksale [label="YES"]
 +
  amd300      -> recycle [label="NO"]
  
 
   superfast    -> tardis [label="YES"]
 
   superfast    -> tardis [label="YES"]
Line 30: Line 43:
 
   fastenough  -> keep [label="YES"]
 
   fastenough  -> keep [label="YES"]
  
   }
+
   }special
 
</graphviz>
 
</graphviz>
 +
 +
{{Do we want it for a server?}}
 +
{{Finding the processor speed}}
 +
 +
[[Category: Triage]]
 +
[[Category: Prebuild]]
 +
 +
  
 
{{Do we want it for a server?}}
 
{{Do we want it for a server?}}

Revision as of 17:08, 14 November 2006