Difference between revisions of "Budget Reorganization"

From FreekiWiki
Jump to navigation Jump to search
Line 1: Line 1:
<graphviz>
+
<graphvizr>
   digraph EVAL2 {
+
   digraph H {
 
+
      
    start          [label="START HERE", shape="box", fontsize="11", style="bold"]
 
     received        [label="Has it been\nRECEIVED?", fontsize="11"]
 
 
     alreadyrejected [label="Has it\nalready been\nREJECTED?\n(reason for recycle or\nreject label?)", fontsize="11"]
 
     alreadyrejected [label="Has it\nalready been\nREJECTED?\n(reason for recycle or\nreject label?)", fontsize="11"]
     getlabel       [label="Get system labels\nfrom RECEIVING", shape="box", fontsize="11"]
+
     askwhere       [label="Ask where\nit goes", fontsize="11", style="bold", shape="box"]
    server          [label="Do we want it for a\nSERVER?\n(see note)", fontsize="11"]
+
     compatible      [label="Is it COMPATIBLE\nwith Intel/AMD\narchitecture?\n(see list of incompatibles)", fontsize="11"]
    trytopost      [label="Go through the\nGETTING THE PROCESSOR\nINFORMATION chart\n(then come back here)", shape="box", URL="/index.php/Getting_the_Processor_Information", fontsize="11"]
+
     getlabel        [label="Get system labels\nfrom RECEIVING", fontsize="11", shape="box"]
     triage          [label="Go through the\nSYSTEM EVALUATION 2 TRIAGE chart\n(then come back here)", shape="box", URL="/index.php/System_Evaluation_2_Triage", fontsize="11"]
 
     triageoutcome  [label="Did triage\nsay to RECYCLE?", fontsize="11"]
 
    labelit        [label="Fill out\nand put a\nKEEPER LABEL\non its front", shape="box", fontsize="11"]
 
    mineit          [label="Follow instructions in\nREMOVING COMPONENTS\nFROM KEEPER SYSTEMS\n(then come back here)", shape="box", fontsize="11", URL="/index.php/Removing_components_from_keeper_systems"]
 
    recyclelabel    [label="Fill out a\nREASON FOR RECYCLING LABEL", shape="box", fontsize="11"]
 
 
     tallyit        [label="Copy info\nfrom label to\nKEEPER TALLY SHEET", fontsize="11"]
 
     tallyit        [label="Copy info\nfrom label to\nKEEPER TALLY SHEET", fontsize="11"]
     putoncart      [label="Put on\nthe CART\n(label and back\nvisible)", shape="box", fontsize="11", style="bold"]
+
     labelit        [label="Fill out\nand put a\nREASON FOR RECYCLING label\non its front\n(unless it already has one on it)", fontsize="11", shape="box"]
     incomingpile    [label="Put it on\nthe INCOMING pile\n(for SYSTEM EVALUATION 1)", shape="box", URL="/index.php?title=System_Evaluation_1_Overview", fontsize="11", style="bold"]
+
     mineit          [label="Follow instructions in\nREMOVING COMPONENTS\nFROM RECYCLED SYSTEMS\n(then come back here)", fontsize="11", shape="box", URL="/index.php/Removing_components_from_recycled_systems"]
    tardis        [label="Send to\nthe TARDIS\n(no mining)", fontsize="11", shape="box", style="bold"]
+
    putoncart      [label="Put on\nthe CART\n(label and back\nvisible)", fontsize="11", style="bold", shape="box"]
    wantmobo      [label="Do we want the Motherboard?", fontsize="11"]
+
    received        [label="Has it been\nRECEIVED?\n(gizmo label?)", fontsize="11"]
    markmobo      [label="Mark label as\nKEEP MOBO", fontsize="11", shape="box"]
+
    start          [label="START HERE", shape="box", fontsize="11", style="bold"]
    markspeed      [label="Mark label with\nthe PROCESSOR SPEED", fontsize="11", shape="box"]
+
    tallyit        [label="Copy info\nfrom label to\nTALLY SHEET", fontsize="11", shape="box"]
    wantcase      [label="Do we want the case?", fontsize="11"]
+
    triage          [label="Go through the\nSYSTEM EVALUATION 1 TRIAGE chart\n(then come back here)", shape="box", fontsize="11", URL="/index.php?title=System_Evaluation_1_Triage"]
    whitehole      [label="Send to\nthe WHITE HOLE\n(no mining)", fontsize="11", shape="box", style="bold"]
+
    triageoutcome  [label="What did the\nSYSTEM EVALUATION 1TRIAGE chart\nsay to do?", fontsize="11"]
    markcase       [label="Mark label as\nGOOD CASE", fontsize="11", shape="box"]
+
    waiting        [label="Put it on the\nWAITING PILE\nfor SYSTEM EVALUATION 2", fontsize="11", URL="/index.php?title=System_Evaluation_2_Overview", shape="box", style="bold"]
 +
    whitehole       [label="Take to the\nWHITE HOLE", fontsize="11", style="bold", shape="box"]
  
 
     start -> received
 
     start -> received
 +
    received -> alreadyrejected [taillabel="YES"]
 
     received -> getlabel [label="NO"]
 
     received -> getlabel [label="NO"]
    received -> alreadyrejected [label="YES"]
 
 
     getlabel -> alreadyrejected
 
     getlabel -> alreadyrejected
     alreadyrejected -> wantcase [label="YES"]
+
     alreadyrejected -> tallyit [taillabel="YES"]
     alreadyrejected -> server [label="NO"]
+
     alreadyrejected -> compatible [taillabel="NO"]
     server -> trytopost [label="NO"]
+
     compatible -> askwhere [taillabel="NO"]
     server -> whitehole [label="YES"]
+
     compatible -> triage [taillabel="YES"]
    trytopost -> triage
 
 
     triage -> triageoutcome
 
     triage -> triageoutcome
     triageoutcome -> labelit [label="NO"]
+
     triageoutcome -> labelit [taillabel="RECYCLE"]
 +
    triageoutcome -> waiting [label="WAITING"]
 +
    triageoutcome -> whitehole [label="SERVER"]
 
     labelit -> tallyit
 
     labelit -> tallyit
    tallyit -> tardis [label="TARDIS"]
+
     tallyit -> mineit
    tallyit -> whitehole [label="SERVER"]
+
     mineit -> putoncart  
     tallyit -> mineit [label="KEEP"]
+
      
     mineit -> putoncart
+
  }
     triageoutcome -> recyclelabel [label="YES"]
+
</graphvizr>
    recyclelabel -> markspeed
 
    markspeed -> wantcase
 
    wantcase -> markcase [label="YES"]
 
    wantcase -> wantmobo  [label="NO"]
 
    wantmobo -> markmobo [label="YES"]
 
    wantmobo -> incomingpile [label="NO"]
 
    markcase -> wantmobo [label="MOBO"]
 
    markmobo -> incomingpile
 
</graphviz>
 
  
NOTE: Servers:
+
Incompatibles:
* have RACK MOUNT cases, or
+
* Apple, etc:
* have XEON processors, or
+
** Mac
* have DUAL PROCESSOR capability AND their processors are P-III or better
+
** Radius
 +
** PowerPC
 +
** PowerComputing
 +
* Sun
 +
* Silicon Graphics (SGI)
 +
** Indy (they're '''blue''')
 +
* Amiga
 +
* Commodore
  
 
[[Category: Prebuild]]
 
[[Category: Prebuild]]
 
[[Category: Triage]]
 
[[Category: Triage]]

Revision as of 15:58, 9 August 2006

<graphvizr>

 digraph H {
   
   alreadyrejected [label="Has it\nalready been\nREJECTED?\n(reason for recycle or\nreject label?)", fontsize="11"]
   askwhere        [label="Ask where\nit goes", fontsize="11", style="bold", shape="box"]
   compatible      [label="Is it COMPATIBLE\nwith Intel/AMD\narchitecture?\n(see list of incompatibles)", fontsize="11"]
   getlabel        [label="Get system labels\nfrom RECEIVING", fontsize="11", shape="box"]
   tallyit         [label="Copy info\nfrom label to\nKEEPER TALLY SHEET", fontsize="11"]
   labelit         [label="Fill out\nand put a\nREASON FOR RECYCLING label\non its front\n(unless it already has one on it)", fontsize="11", shape="box"]
   mineit          [label="Follow instructions in\nREMOVING COMPONENTS\nFROM RECYCLED SYSTEMS\n(then come back here)", fontsize="11", shape="box", URL="/index.php/Removing_components_from_recycled_systems"] 
   putoncart       [label="Put on\nthe CART\n(label and back\nvisible)", fontsize="11", style="bold", shape="box"]
   received        [label="Has it been\nRECEIVED?\n(gizmo label?)", fontsize="11"]
   start           [label="START HERE", shape="box", fontsize="11", style="bold"]
   tallyit         [label="Copy info\nfrom label to\nTALLY SHEET", fontsize="11", shape="box"]
   triage          [label="Go through the\nSYSTEM EVALUATION 1 TRIAGE chart\n(then come back here)", shape="box", fontsize="11", URL="/index.php?title=System_Evaluation_1_Triage"]
   triageoutcome   [label="What did the\nSYSTEM EVALUATION 1TRIAGE chart\nsay to do?", fontsize="11"]
   waiting         [label="Put it on the\nWAITING PILE\nfor SYSTEM EVALUATION 2", fontsize="11", URL="/index.php?title=System_Evaluation_2_Overview", shape="box", style="bold"]
   whitehole       [label="Take to the\nWHITE HOLE", fontsize="11", style="bold", shape="box"]
   start -> received
   received -> alreadyrejected [taillabel="YES"]
   received -> getlabel [label="NO"]
   getlabel -> alreadyrejected
   alreadyrejected -> tallyit [taillabel="YES"]
   alreadyrejected -> compatible [taillabel="NO"]
   compatible -> askwhere [taillabel="NO"]
   compatible -> triage [taillabel="YES"]
   triage -> triageoutcome
   triageoutcome -> labelit [taillabel="RECYCLE"]
   triageoutcome -> waiting [label="WAITING"]
   triageoutcome -> whitehole [label="SERVER"]
   labelit -> tallyit
   tallyit -> mineit
   mineit -> putoncart 
   
 }

</graphvizr>

Incompatibles:

  • Apple, etc:
    • Mac
    • Radius
    • PowerPC
    • PowerComputing
  • Sun
  • Silicon Graphics (SGI)
    • Indy (they're blue)
  • Amiga
  • Commodore