Difference between revisions of "Case Management Overview"
Jump to navigation
Jump to search
(39 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | ==MAIN Chart== | ||
<graphviz> | <graphviz> | ||
digraph H { | digraph H { | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | node [fontname="Helvetica", fontsize="11"] | |
+ | edge [fontname="Helvetica"] | ||
− | + | main [label="MAIN\nCHART", style="bold", shape="tripleoctagon"] | |
− | |||
− | + | 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(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"] | |
− | + | 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"] | |
+ | 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"] | ||
+ | wantmobo [label="Do we want the Motherboard?\n(see the GREEN chart)"] | ||
+ | wantcase [label="Do we want the case?\n(see the BLUE chart)"] | ||
+ | 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 | ||
+ | |||
+ | 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 -> wantmobo [label="NO"] | wantcase -> wantmobo [label="NO"] | ||
wantmobo -> ifmobo [label="YES"] | wantmobo -> ifmobo [label="YES"] | ||
− | wantmobo -> | + | wantmobo -> takethingsout [label="NO"] |
− | ifcase -> wantmobo | + | ifcase -> wantmobo |
− | ifmobo -> putoncart | + | ifmobo -> takethingsout |
+ | |||
+ | takethingsout -> putoncart | ||
} | } | ||
</graphviz> | </graphviz> | ||
− | + | [[Category: Old Prebuild]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | [[Category: Prebuild | ||
− |