Difference between revisions of "Case Management Overview"

From FreekiWiki
Jump to navigation Jump to search
 
(105 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
==MAIN Chart==
 
<graphviz>
 
<graphviz>
   digraph right {
+
   digraph H {
    label="Eval 1 Overview."
 
    received [label="Has it been\nRECEIVED?"]
 
    getlabel [label="NO:\nGet system labels\nfrom Receiving"]
 
    compatible [label="Is it COMPATIBLE\nwith Intel/AGP\narchitecture?"]
 
    askwhere [label="NO:\nAsk where\nit goes"]
 
    server [label="YES:\nIs it a\nSERVER?"]
 
    alreadyrejected [label="NO:\nHas it\nalready been\nREJECTED?"]
 
    triage [label="YES:\nGo through the\nEVAL 1 TRIAGE chart\n(and come back here)"]
 
    triageoutcome [label="What did TRIAGE\nsay to do?"]
 
    whitehole [label="YES: Take it to\nthe White Hole"]
 
    recycle [label="RECYCLE:\nContinue on"]
 
    waiting [label="WAITING:\nPut it on the\nWAITING PILE"]
 
    diskless [label="DISKLESS:\nTake it to the\nDISKLESS SHELF"]
 
    labelit [label="Put on a\nREASON FOR RECYCLINGlabel\non the front"]
 
    tallyit [label="Copy info from label\nto TALLY SHEET"]
 
    mineit [label="Follow the instructions\ninREMOVING COMPONENTS"]
 
    putoncart [label="Put it on the cart\n(label facing out)"]
 
  
 +
    node [fontname="Helvetica", fontsize="11"]
 +
    edge [fontname="Helvetica"]
  
     received -> getlabel
+
    main            [label="MAIN\nCHART", style="bold", shape="tripleoctagon"]
    getlabel -> compatible
+
 
    received -> compatible
+
    putoncart      [label="If you still have a case\nor motherboard put on\nthe CART\n(label and back visible)", style="bold", shape="box"]
    compatible -> askwhere
+
    incoming        [label="Put on the\nINCOMING PILE\n(safely and front visible)", style="bold", shape="box"]
    compatible -> server
+
 
    server -> whitehole
+
 
    server -> alreadyrejected
+
    alreadyrejected [label="Has it\nalready been\nREJECTED?\n(Does it have a\n'recycle'\n or'reject' label?)"]
    alreadyrejected -> labelit
+
    redlight        [label="Does it have\nRED LIGHT\nor a\nYELLOW LIGHT circled?"]
    alreadyrejected -> triage
+
 
    triage -> triageoutcome
+
    start          [label="START HERE", shape="box", style="bold"]
    triageoutcome -> recycle
+
 
    triageoutcome -> waiting
+
    ifred          [label="Remove all\nHARD DRIVES\nand put them on the floor", shape="box"]
    triageoutcome -> diskless
+
    ifmobo          [label="Remove the MOTHERBOARD\nthen\ntake the MOTHERBOARD to\nADVANCED TESTING", shape="box"]
    recycle -> labelit
+
    exceptional     [label="Does it have anything from\nthe EXCEPTIONAL COMPONENTS LIST\nin it?"]
    labelit -> tallyit
+
    ifcase          [label="Remove the MOTHERBOARD\nand\nALL DRIVES\n(except FLOPPY DRIVES)\nthen\ntake the CASE to\nTHRIFT STORE", shape="box"]
    tallyit -> mineit
+
    wantmobo        [label="Do we want the Motherboard?\n(see the GREEN chart)"]
    mineit -> putoncart
+
    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.