Difference between revisions of "User:RfS/Cashiering Issues"

From FreekiWiki
Jump to navigation Jump to search
m
Line 2: Line 2:
 
   digraph D {
 
   digraph D {
  
   start        [label="START HERE", fontsize="10", shape="box", style="bold"]
+
   start        [label="START HERE", fontsize="11", shape="box", style="bold"]
 
 
  video        [label="Is there an\nAGP slot\nor\nONBOARD VIDEO?", fontsize="10"]
 
  procthere    [label="Is there a\nPROCESSOR?", fontsize="10"]
 
 
 
 
   at            [label="Is there an onboard\nAT keyboard connector?", fontsize="10"]
 
   at            [label="Is there an onboard\nAT keyboard connector?", fontsize="10"]
   dimmslots    [label="Are there any\nDIMM slots\n(SDRAM, DDR, or RAMBUS)?", fontsize="10"]
+
   server        [label="Do we want it for a\nSERVER?\n(see note)", fontsize="11"]
   visibleproc  [label="Can you see the\nPROCESSOR SPEED?", fontsize="10"]
+
   keep          [label="This is a regular\nKEEPER the system", fontsize="11", shape="box", style="bold"]
   mobo          [label="Is the\nMOTHERBOARD\nthere?", fontsize="10"]
+
   recycle      [label="We will\nRECYCLE the system", fontsize="11", shape="box", style="bold"]
   fastproc      [label="Does it have\n500 MHz or faster proc?", fontsize="10"]
+
   tardis        [label="We will take this\nHIGH END SYSTEM\nto the TARDIS", fontsize="11", shape="box", style="bold"]
   bigzif        [label="Can you see a\n3 DIGIT ZIF SOCKET?", fontsize="10"]
+
   post          [label="Did it POST?", fontsize="11"]
   smallzif      [label="Can you see a\n1 DIGIT ZIF SOCKET?", fontsize="10"]
+
   amd300        [label="Is it an AMD K6/2\n300 MHz or faster?", fontsize="11"]
   server        [label="Do we want it for a\nSERVER?\n(see note)", fontsize="10"]
+
   superfast    [label="Does it have a\n1500 MHz or faster proc?", fontsize="11"]
   blowncaps    [label="Are there any\nBLOWN CAPS?", fontsize="10"]
+
   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"]
 +
  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"]
 +
 
 +
  start        -> blowncaps
  
   recycle      [label="RECYCLE", fontsize="10", shape="box", style="bold", URL="/index.php/System_Evaluation_1_Overview"]
+
   blowncaps    -> server [label="NO"]
   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"]
+
   blowncaps   -> recycle [label="YES"]
   whitehole    [label="We will take this\nSERVER\nto the White Hole", fontsize="10", shape="box", style="bold"]
 
  
   start       -> mobo
+
   server       -> whitehole [label="YES"]
 +
  server      -> missingparts [label="NO"]
  
   mobo        -> server [taillabel="YES"]
+
   missingparts -> at [label="NO"]
   mobo        -> recycle [taillabel="NO"]
+
  missingparts -> recycle [label="YES"]
 +
    
 +
  at          -> superfast [label="NO"]
 +
  at          -> post [label="YES"]
  
   server      -> dimmslots [taillabel="NO"]
+
   post        -> amd300 [label="YES"]
   server      -> whitehole [taillabel="YES"]
+
   post        -> recycle [label="NO"]
  
   dimmslots  -> at [taillabel="YES"]
+
   amd300      -> bulksale [label="YES"]
   dimmslots  -> recycle [taillabel="NO"]
+
   amd300      -> recycle [label="NO"]
  
   at          -> waiting [taillabel="YES"]
+
   superfast    -> tardis [label="YES"]
   at          -> smallzif [taillabel="NO"]
+
   superfast    -> fastenough [label="NO"]
  
   smallzif    -> recycle [taillabel="YES"]
+
   fastenough  -> recycle [label="NO"]
   smallzif    -> blowncaps [taillabel="NO"]
+
   fastenough  -> keep [label="YES"]
  
  blowncaps   -> recycle [taillabel="YES"]
+
   }special
  blowncaps  -> missingparts [taillabel="NO"]
+
</graphviz>
  
  missingparts    -> bigzif [taillabel="NO"]
+
{{Do we want it for a server?}}
  missingparts    -> recycle [taillabel="YES"]
+
{{Finding the processor speed}}
  
  bigzif      -> waiting [taillabel="YES"]
+
[[Category: Triage]]
  bigzif      -> video [taillabel="NO"]
+
[[Category: Prebuild]]
  
  video      -> procthere [taillabel="YES"]
 
  video      -> recycle [taillabel="NO"]
 
  
  procthere  -> visibleproc [taillabel="YES"]
 
  procthere  -> recycle [taillabel="NO"]
 
 
  visibleproc -> fastproc [taillabel="YES"]
 
  visibleproc -> waiting [taillabel="NO"]
 
 
  fastproc    -> waiting [taillabel="YES"]
 
  fastproc    -> recycle [taillabel="NO"]
 
 
  }
 
</graphviz>
 
  
 
{{Do we want it for a server?}}
 
{{Do we want it for a server?}}

Revision as of 17:08, 14 November 2006