Difference between revisions of "Budget Reorganization"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | + | <graphviz> | |
− | { | + | digraph EVAL2 { |
− | == | + | 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"] | ||
+ | getlabel [label="Get system labels\nfrom RECEIVING", shape="box", fontsize="11"] | ||
+ | server [label="Do we want it for a\nSERVER?\n(see note)", 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"] | ||
+ | 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\nand put a\nREASON FOR RECYCLING LABEL\non its front\nMARK THE SPEED", shape="box", 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"] | ||
+ | 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"] | ||
+ | tardis [label="Send to\nthe TARDIS\n(no mining)", fontsize="11", shape="box", style="bold"] | ||
+ | wantmobo [label="Do we want the Motherboard?", fontsize="11"] | ||
+ | minemobo [label="Mine the MOTHERBOARD\nand take it to\nADVANCED TESTING", fontsize="11", shape="box"] | ||
+ | wantcase [label="Do we want the case?", fontsize="11"] | ||
+ | holdforstore [label="Take the\nCASE TO THE STORE", fontsize="11", shape="box"] | ||
+ | whitehole [label="Send to\nthe WHITE HOLE\n(no mining)", fontsize="11", shape="box", style="bold"] | ||
+ | specialmine [label="Follow instructions in\nSPECIAL MINING", fontsize="11", shape="box"] | ||
− | == | + | start -> received |
− | + | received -> getlabel [label="NO"] | |
+ | received -> alreadyrejected [label="YES"] | ||
+ | getlabel -> alreadyrejected | ||
+ | alreadyrejected -> wantcase [label="YES"] | ||
+ | alreadyrejected -> server [label="NO"] | ||
+ | server -> trytopost [label="NO"] | ||
+ | server -> whitehole [label="YES"] | ||
+ | trytopost -> triage | ||
+ | triage -> triageoutcome | ||
+ | triageoutcome -> labelit [label="NO"] | ||
+ | labelit -> tallyit | ||
+ | tallyit -> tardis [label="TARDIS"] | ||
+ | tallyit -> whitehole [label="SERVER"] | ||
+ | tallyit -> mineit [label="KEEP"] | ||
+ | mineit -> putoncart | ||
+ | triageoutcome -> wantcase [label="YES"] | ||
+ | wantcase -> specialmine [label="YES"] | ||
+ | wantcase -> wantmobo [label="NO"] | ||
+ | wantmobo -> minemobo [label="YES"] | ||
+ | minemobo -> recyclelabel [label="CASE"] | ||
+ | wantmobo -> recyclelabel [label="NO"] | ||
+ | specialmine -> holdforstore | ||
+ | holdforstore -> wantmobo [label="MOBO"] | ||
+ | recyclelabel -> incomingpile | ||
+ | </graphviz> | ||
− | + | NOTE: Servers: | |
+ | * have RACK MOUNT cases, or | ||
+ | * have XEON processors, or | ||
+ | * have DUAL PROCESSOR capability AND their processors are P-III or better | ||
− | + | [[Category: Prebuild]] | |
− | + | [[Category: Triage]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 13:59, 9 August 2006
NOTE: Servers:
- have RACK MOUNT cases, or
- have XEON processors, or
- have DUAL PROCESSOR capability AND their processors are P-III or better