Difference between revisions of "Case Management Overview"

From FreekiWiki
Jump to navigation Jump to search
Line 2: Line 2:
 
   digraph EVAL1OVERVIEW {
 
   digraph EVAL1OVERVIEW {
 
      
 
      
     alreadyrejected [label="NO:\nHas it\nalready been\nREJECTED?"]
+
     alreadyrejected [label="Has it\nalready been\nREJECTED?"]
     askwhere        [label="NO:\nAsk where\nit goes"]
+
     askwhere        [label="Ask where\nit goes"]
 
     compatible      [label="Is it COMPATIBLE\nwith Intel/AGP\narchitecture?"]
 
     compatible      [label="Is it COMPATIBLE\nwith Intel/AGP\narchitecture?"]
     diskless        [label="DISKLESS:\nTake it to the\nDISKLESS SHELF"]
+
     diskless        [label="Take it to the\nDISKLESS SHELF"]
     getlabel        [label="NO:\nGet system labels\nfrom Receiving"]
+
     getlabel        [label="Get system labels\nfrom Receiving"]
     incompatibles  [label="NOTE:\nApple, Mac, Sun, PowerPC,\nSilicon Graphics (SGI),\nAmiga, Commodore\nare INCOMPATIBLE"]
+
     incompatibles  [label="NOTE:\nApple, Mac, Sun, PowerPC,\nSilicon Graphics (SGI),\nAmiga, Commodore\nare INCOMPATIBLE", shape="box"]
    incompatibles  [shape="box"]
 
 
     labelit        [label="Put on a\nREASON FOR RECYCLING\nlabel on the front"]
 
     labelit        [label="Put on a\nREASON FOR RECYCLING\nlabel on the front"]
     mineit          [label="Follow instructions in\nREMOVING COMPONENTS\n(and come back here)"]  
+
     mineit          [label="Follow instructions in\nREMOVING COMPONENTS\n(then come back here)"]  
 
     putoncart      [label="Put on\nthe CART\n(label and back\nvisible)"]
 
     putoncart      [label="Put on\nthe CART\n(label and back\nvisible)"]
 
     received        [label="Has it been\nRECEIVED?"]
 
     received        [label="Has it been\nRECEIVED?"]
    recycle        [label="RECYCLE"]
+
     server          [label="Is it a\nSERVER?"]
     server          [label="YES:\nIs it a\nSERVER?"]
+
     servers        [label="NOTE:\nServers are in RACK MOUNT cases\nor\nhave DUAL PROCESSOR capability", shape="box"]
     servers        [label="NOTE:\nServers are in RACK MOUNT cases\nor\nhave DUAL PROCESSOR capability"]
+
     start          [label="START HERE", shape="box"]
    servers        [shape="box"]
 
     start          [label="START HERE"]
 
 
     tallyit        [label="Copy info\nfrom label to\nTALLY SHEET"]
 
     tallyit        [label="Copy info\nfrom label to\nTALLY SHEET"]
     triage          [label="YES:\nGo through the\nEVAL 1 TRIAGE chart\n(and come back here)"]
+
     triage          [label="Go through the\nEVAL 1 TRIAGE chart\n(then come back here)"]
 
     triageoutcome  [label="What did TRIAGE\nsay to do?"]
 
     triageoutcome  [label="What did TRIAGE\nsay to do?"]
     whitehole      [label="YES:\nTake it to the\nWHITE HOLE"]
+
     whitehole      [label="Take it to the\nWHITE HOLE"]
     waiting        [label="WAITING:\nPut it on the\nWAITING PILE"]
+
     waiting        [label="Put it on the\nWAITING PILE"]
  
 
     start -> received
 
     start -> received
Line 29: Line 26:
 
     received -> compatible [taillabel="YES"]
 
     received -> compatible [taillabel="YES"]
 
     incompatibles -> compatible [arrowhead="none"]
 
     incompatibles -> compatible [arrowhead="none"]
     compatible -> askwhere
+
     compatible -> askwhere [taillabel="NO"]
     compatible -> server
+
     compatible -> server [taillabel="YES"]
     server -> whitehole
+
     server -> whitehole [taillabel="YES"]
     server -> alreadyrejected
+
     server -> alreadyrejected [taillabel="NO"]
 
     servers -> server [arrowhead="none"]
 
     servers -> server [arrowhead="none"]
     alreadyrejected -> labelit
+
     alreadyrejected -> labelit [taillabel="NO"]
     alreadyrejected -> triage
+
     alreadyrejected -> triage [taillabel="YES"]
 
     triage -> triageoutcome
 
     triage -> triageoutcome
     triageoutcome -> recycle
+
     triageoutcome -> labelit [taillabel="RECYCLE"]
     triageoutcome -> waiting
+
     triageoutcome -> waiting [taillabel="WAITING"]
     triageoutcome -> diskless
+
     triageoutcome -> diskless [taillabel="DISKLESS"]
    recycle -> labelit
 
 
     labelit -> tallyit
 
     labelit -> tallyit
 
     tallyit -> mineit
 
     tallyit -> mineit

Revision as of 20:24, 26 October 2005

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