Difference between revisions of "Case Management Overview"

From FreekiWiki
Jump to navigation Jump to search
 
(9 intermediate revisions by the same user not shown)
Line 12: Line 12:
  
  
     alreadyrejected [label="Has it\nalready been\nREJECTED?\n(reason for recycle or\nreject label?)"]
+
     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"]
  
     recyclelabel    [label="Fill out a\nREASON FOR RECYCLING LABEL\nunless there's a reject label already on it", shape="box"]
+
     ifred          [label="Remove all\nHARD DRIVES\nand put them on the floor", shape="box"]
    labelspeed      [label="If you know the processor speed\nwrite it on the label", 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 the GREEN chart)"]
 
     wantmobo        [label="Do we want the Motherboard?\n(see the GREEN chart)"]
 
     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
  
     alreadyrejected -> wantcase [taillabel="YES"]
+
     alreadyrejected -> redlight [taillabel="YES"]
 
     alreadyrejected -> incoming [taillabel="NO"]
 
     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 -> recyclelabel [label="NO"]
+
     wantcase -> wantmobo [label="NO"]
  
 
     wantmobo -> ifmobo [label="YES"]
 
     wantmobo -> ifmobo [label="YES"]
Line 36: Line 51:
  
 
     ifcase -> wantmobo
 
     ifcase -> wantmobo
 
    recyclelabel -> labelspeed
 
    labelspeed -> wantmobo
 
  
 
     ifmobo -> takethingsout
 
     ifmobo -> takethingsout
Line 46: Line 58:
 
</graphviz>
 
</graphviz>
  
 
+
[[Category: Old Prebuild]]
[[Category: Prebuild]]
 

Latest revision as of 15:42, 14 March 2009

MAIN Chart

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.