Difference between revisions of "Case Management Overview"

From FreekiWiki
Jump to navigation Jump to search
 
(94 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
==MAIN Chart==
 
<graphviz>
 
<graphviz>
   digraph EVAL1OVERVIEW {
+
   digraph H {
   
 
    alreadyrejected [label="Has it\nalready been\nREJECTED?"]
 
    askwhere        [label="Ask where\nit goes"]
 
    compatible      [label="Is it COMPATIBLE\nwith Intel/AGP\narchitecture?"]
 
    diskless        [label="Take it to the\nDISKLESS SHELF"]
 
    getlabel        [label="Get system labels\nfrom Receiving"]
 
    incompatibles  [label="NOTE:\nApple, Mac, Sun, PowerPC,\nSilicon Graphics (SGI),\nAmiga, Commodore\nare INCOMPATIBLE", shape="box"]
 
    labelit        [label="Put on a\nREASON FOR RECYCLING\nlabel on the front"]
 
    mineit          [label="Follow instructions in\nREMOVING COMPONENTS\n(then come back here)"]
 
    putoncart      [label="Put on\nthe CART\n(label and back\nvisible)"]
 
    received        [label="Has it been\nRECEIVED?"]
 
    server          [label="Is it a\nSERVER?"]
 
    servers        [label="NOTE:\nServers are in RACK MOUNT cases\nor\nhave DUAL PROCESSOR capability", shape="box"]
 
    start          [label="START HERE", shape="box"]
 
    tallyit        [label="Copy info\nfrom label to\nTALLY SHEET"]
 
    triage          [label="Go through the\nEVAL 1 TRIAGE chart\n(then come back here)"]
 
    triageoutcome  [label="What did TRIAGE\nsay to do?"]
 
    whitehole      [label="Take it to the\nWHITE HOLE"]
 
    waiting        [label="Put it on the\nWAITING PILE\nfor System Eval 2", URL="/index.php?title=System_Evaluation_1_Overview"]
 
  
    start -> received
+
    node [fontname="Helvetica", fontsize="11"]
     received -> getlabel [taillabel="NO"]
+
    edge [fontname="Helvetica"]
    getlabel -> compatible
+
 
    received -> compatible [taillabel="YES"]
+
    main            [label="MAIN\nCHART", style="bold", shape="tripleoctagon"]
    incompatibles -> compatible [arrowhead="none"]
+
 
    compatible -> askwhere [taillabel="NO"]
+
    putoncart      [label="If you still have a case\nor motherboard put on\nthe CART\n(label and back visible)", style="bold", shape="box"]
    compatible -> server [taillabel="YES"]
+
    incoming        [label="Put on the\nINCOMING PILE\n(safely and front visible)", style="bold", shape="box"]
    server -> whitehole [taillabel="YES"]
+
 
    server -> alreadyrejected [taillabel="NO"]
+
 
    servers -> server [arrowhead="none"]
+
    alreadyrejected [label="Has it\nalready been\nREJECTED?\n(Does it have a\n'recycle'\n or'reject' label?)"]
    alreadyrejected -> labelit [taillabel="NO"]
+
    redlight        [label="Does it have\nRED LIGHT\nor a\nYELLOW LIGHT circled?"]
    alreadyrejected -> triage [taillabel="YES"]
+
 
    triage -> triageoutcome
+
    start           [label="START HERE", shape="box", style="bold"]
    triageoutcome -> labelit [taillabel="RECYCLE"]
+
 
    triageoutcome -> waiting [taillabel="WAITING"]
+
    ifred          [label="Remove all\nHARD DRIVES\nand put them on the floor", shape="box"]
    triageoutcome -> diskless [taillabel="DISKLESS"]
+
    ifmobo          [label="Remove the MOTHERBOARD\nthen\ntake the MOTHERBOARD to\nADVANCED TESTING", shape="box"]
    labelit -> tallyit
+
    exceptional     [label="Does it have anything from\nthe EXCEPTIONAL COMPONENTS LIST\nin it?"]
    tallyit -> mineit
+
    ifcase          [label="Remove the MOTHERBOARD\nand\nALL DRIVES\n(except FLOPPY DRIVES)\nthen\ntake the CASE to\nTHRIFT STORE", shape="box"]
    mineit -> putoncart
+
    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 -> wantmobo  [label="NO"]
 +
 
 +
    wantmobo -> ifmobo [label="YES"]
 +
    wantmobo -> takethingsout [label="NO"]
 +
 
 +
    ifcase -> wantmobo
 +
 
 +
    ifmobo -> takethingsout
 +
 
 +
    takethingsout -> putoncart
 
   }
 
   }
 
</graphviz>
 
</graphviz>
 +
 +
[[Category: Old 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.