Difference between revisions of "Case Management Overview"
Jump to navigation
Jump to search
(added laptop instructions and moved ?) |
|||
(14 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | ==MAIN Chart== | ||
<graphviz> | <graphviz> | ||
digraph H { | digraph H { | ||
Line 8: | Line 9: | ||
putoncart [label="If you still have a case\nor motherboard put on\nthe CART\n(label and back visible)", style="bold", shape="box"] | putoncart [label="If you still have a case\nor motherboard put on\nthe CART\n(label and back visible)", style="bold", shape="box"] | ||
− | + | incoming [label="Put on the\nINCOMING PILE\n(safely and front visible)", style="bold", shape="box"] | |
− | alreadyrejected [label="Has it\nalready been\nREJECTED?\n( | + | |
− | + | ||
− | + | alreadyrejected [label="Has it\nalready been\nREJECTED?\n(Does it have a\n'recycle'\n or'reject' label?)"] | |
− | + | redlight [label="Does it have\nRED LIGHT\nor a\nYELLOW LIGHT circled?"] | |
− | + | ||
start [label="START HERE", shape="box", style="bold"] | start [label="START HERE", shape="box", style="bold"] | ||
− | + | ||
− | + | ifred [label="Remove all\nHARD DRIVES\nand put them on the floor", shape="box"] | |
− | |||
− | |||
− | |||
− | |||
− | |||
ifmobo [label="Remove the MOTHERBOARD\nthen\ntake the MOTHERBOARD to\nADVANCED TESTING", shape="box"] | ifmobo [label="Remove the MOTHERBOARD\nthen\ntake the MOTHERBOARD to\nADVANCED TESTING", shape="box"] | ||
+ | exceptional [label="Does it have anything from\nthe EXCEPTIONAL COMPONENTS LIST\nin it?"] | ||
ifcase [label="Remove the MOTHERBOARD\nand\nALL DRIVES\n(except FLOPPY DRIVES)\nthen\ntake the CASE to\nTHRIFT STORE", shape="box"] | ifcase [label="Remove the MOTHERBOARD\nand\nALL DRIVES\n(except FLOPPY DRIVES)\nthen\ntake the CASE to\nTHRIFT STORE", shape="box"] | ||
− | wantmobo [label="Do we want the Motherboard?\n(see chart)"] | + | wantmobo [label="Do we want the Motherboard?\n(see the GREEN chart)"] |
− | wantcase [label="Do we want the case?\n(see chart)"] | + | wantcase [label="Do we want the case?\n(see the BLUE chart)"] |
− | takethingsout [label="Follow instructions | + | takethingsout [label="Follow instructions on\nthe ORANGE CHECKLIST\n(Removing Components\nfrom Recycled Systems)", shape="box"] |
+ | circle_red [label="Circle RED", shape="box"] | ||
+ | circle_yellow [label="Circle YELLOW", shape="box"] | ||
start -> alreadyrejected | start -> alreadyrejected | ||
− | alreadyrejected -> | + | alreadyrejected -> redlight [taillabel="YES"] |
− | + | alreadyrejected -> incoming [taillabel="NO"] | |
+ | |||
+ | redlight -> wantcase [label = "YELLOW"] | ||
+ | redlight -> ifred [label = "RED"] | ||
+ | redlight -> exceptional [label = "NEITHER"] | ||
− | + | ifred -> putoncart | |
− | |||
− | + | exceptional -> circle_red [label = "NO"] | |
− | + | exceptional -> circle_yellow [label = "YES"] | |
− | + | circle_red -> ifred | |
− | + | circle_yellow -> wantcase | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
wantcase -> ifcase [label="YES"] | wantcase -> ifcase [label="YES"] | ||
− | wantcase -> | + | wantcase -> wantmobo [label="NO"] |
wantmobo -> ifmobo [label="YES"] | wantmobo -> ifmobo [label="YES"] | ||
Line 57: | Line 51: | ||
ifcase -> wantmobo | ifcase -> wantmobo | ||
− | |||
− | |||
− | |||
ifmobo -> takethingsout | ifmobo -> takethingsout | ||
Line 67: | Line 58: | ||
</graphviz> | </graphviz> | ||
− | + | [[Category: Old Prebuild]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | [[Category: Prebuild]] |