Difference between revisions of "Case Management Overview"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
− | alreadyrejected [label="Has it\nalready been\nREJECTED?\n(Does it have a\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?"] | redlight [label="Does it have\nRED LIGHT\nor a\nYELLOW LIGHT circled?"] | ||
Line 24: | Line 24: | ||
wantcase [label="Do we want the case?\n(see the BLUE 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"] | 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 | ||
Line 36: | Line 38: | ||
ifred -> putoncart | ifred -> putoncart | ||
− | exceptional -> | + | exceptional -> circle_red [label = "NO"] |
− | exceptional -> | + | exceptional -> circle_yellow [label = "YES"] |
+ | |||
+ | circle_red -> ifred | ||
+ | circle_yellow -> wantcase | ||
wantcase -> ifcase [label="YES"] | wantcase -> ifcase [label="YES"] | ||
Line 53: | Line 58: | ||
</graphviz> | </graphviz> | ||
− | + | [[Category: Old Prebuild]] | |
− | [[Category: Prebuild]] |