Difference between revisions of "Case Management Overview"

From FreekiWiki
Jump to navigation Jump to search
m (emboldened)
(rejected systems take the most priority)
Line 8: Line 8:
 
     compatible      [label="Is it COMPATIBLE\nwith Intel/AMD\narchitecture?", fontsize="11"]
 
     compatible      [label="Is it COMPATIBLE\nwith Intel/AMD\narchitecture?", fontsize="11"]
 
     getlabel        [label="Get system labels\nfrom Receiving", fontsize="11", shape="box"]
 
     getlabel        [label="Get system labels\nfrom Receiving", fontsize="11", shape="box"]
     labelit        [label="Put on a\nREASON FOR RECYCLING\nlabel on the front", fontsize="11"]
+
     labelit        [label="Put on a\nREASON FOR RECYCLING\nlabel on the front", fontsize="11", shape="box"]
 
     mineit          [label="Follow instructions in\nREMOVING COMPONENTS\n(then come back here)", fontsize="11", shape="box"]  
 
     mineit          [label="Follow instructions in\nREMOVING COMPONENTS\n(then come back here)", fontsize="11", shape="box"]  
 
     putoncart      [label="Put on\nthe CART\n(label and back\nvisible)", fontsize="11", style="bold", shape="box"]
 
     putoncart      [label="Put on\nthe CART\n(label and back\nvisible)", fontsize="11", style="bold", shape="box"]
Line 21: Line 21:
  
 
     start -> received
 
     start -> received
     received -> compatible [taillabel="YES"]
+
     received -> alreadyrejected [taillabel="YES"]
 
     received -> getlabel [label="NO"]
 
     received -> getlabel [label="NO"]
     getlabel -> compatible
+
     getlabel -> alreadyrejected
#    incompatibles -> compatible [arrowhead="none"]
+
    alreadyrejected -> tallyit [taillabel="YES"]
 +
    alreadyrejected -> compatible [taillabel="NO"]
 
     compatible -> askwhere [taillabel="NO"]
 
     compatible -> askwhere [taillabel="NO"]
     compatible -> alreadyrejected [taillabel="YES"]
+
     compatible -> server [taillabel="YES"]
 
 
    alreadyrejected -> tallyit [taillabel="YES"]
 
    alreadyrejected -> server [taillabel="NO"]
 
 
 
#    servers -> server [arrowhead="none"]
 
 
     server -> triage [taillabel="NO"]
 
     server -> triage [taillabel="NO"]
 
     server -> whitehole [taillabel="YES"]
 
     server -> whitehole [taillabel="YES"]
 
 
     triage -> triageoutcome
 
     triage -> triageoutcome
 
     triageoutcome -> labelit [taillabel="RECYCLE"]
 
     triageoutcome -> labelit [taillabel="RECYCLE"]

Revision as of 20:09, 7 January 2006

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