Difference between revisions of "Case Management Overview"

From FreekiWiki
Jump to navigation Jump to search
Line 2: Line 2:
 
   digraph H {
 
   digraph H {
 
      
 
      
    getlabel        [label="Get system labels\nfrom RECEIVING", fontsize="11", shape="box"]
+
    putoncart      [label="If you still have a case,\nput it on\nthe CART\n(label and back\nvisible)", fontsize="11", style="bold", shape="box"]
    alreadyrejected [label="Has it\nalready been\nREJECTED?\n(reason for recycle or\nreject label?)", fontsize="11"]
+
    getlabel        [label="Get system labels\nfrom RECEIVING", fontsize="11", shape="box"]
    askwhere        [label="Ask where\nit goes", fontsize="11", style="bold", shape="box"]
+
    alreadyrejected [label="Has it\nalready been\nREJECTED?\n(reason for recycle or\nreject label?)", fontsize="11"]
    compatible      [label="Is it COMPATIBLE\nwith Intel/AMD\narchitecture?\n(see list of incompatibles)", fontsize="11"]
+
    askwhere        [label="Ask where\nit goes", fontsize="11", style="bold", shape="box"]
    tallyit        [label="Copy info\nfrom label to\nKEEPER TALLY SHEET", fontsize="11"]
+
    compatible      [label="Is it COMPATIBLE\nwith Intel/AMD\narchitecture?\n(see list of incompatibles)", fontsize="11"]
    labelit        [label="Fill out and put a\nREASON for RECYCLING\nlabel on its front", fontsize="11", shape="box"]
+
    tallyit        [label="Copy info\nfrom label to\nKEEPER TALLY SHEET", fontsize="11"]
    mineit          [label="Follow instructions in\nREMOVING COMPONENTS\nFROM RECYCLED SYSTEMS\n(then come back here)", fontsize="11", shape="box", URL="/index.php/Removing_components_from_recycled_systems"]  
+
    mineit          [label="Follow instructions in\nREMOVING COMPONENTS\nFROM RECYCLED SYSTEMS\n(then come back here)", fontsize="11", shape="box", URL="/index.php/Removing_components_from_recycled_systems"]  
    putoncart      [label="If you still have a case,\nput it on\nthe CART\n(label and back\nvisible)", fontsize="11", style="bold", shape="box"]
+
    received        [label="Has it been\nRECEIVED?\n(gizmo label?)", fontsize="11"]
    received        [label="Has it been\nRECEIVED?\n(gizmo label?)", fontsize="11"]
+
    start          [label="START HERE", shape="box", fontsize="11", style="bold"]
    start          [label="START HERE", shape="box", fontsize="11", style="bold"]
+
    tallyit        [label="Copy info\nfrom label to\nTALLY SHEET", fontsize="11", shape="box"]
    tallyit        [label="Copy info\nfrom label to\nTALLY SHEET", fontsize="11", shape="box"]
+
    triage          [label="Go through the\nSYSTEM EVALUATION 1 TRIAGE chart\n(then come back here)", shape="box", fontsize="11", URL="/index.php?title=System_Evaluation_1_Triage"]
    triage          [label="Go through the\nSYSTEM EVALUATION 1 TRIAGE chart\n(then come back here)", shape="box", fontsize="11", URL="/index.php?title=System_Evaluation_1_Triage"]
+
    triageoutcome  [label="What did the\nSYSTEM EVALUATION 1TRIAGE chart\nsay to do?", fontsize="11"]
    triageoutcome  [label="What did the\nSYSTEM EVALUATION 1TRIAGE chart\nsay to do?", fontsize="11"]
+
    waiting        [label="Put it on the\nWAITING PILE\nfor\nSYSTEM EVALUATION 2", fontsize="11", URL="/index.php?title=System_Evaluation_2_Overview", shape="box", style="bold"]
    ifmobo          [label="If the label says\nKEEP MOBO\nremove the motherboard\nand take the motherboard to\nADVANCED TESTING", fontsize="11"]
+
    whitehole      [label="Take to the\nWHITE HOLE", fontsize="11", style="bold", shape="box"]
    ifcase          [label="If the label says\nGOOD CASE\nremove the motherboard\nand take the case to\nTHRIFT STORE", fontsize="11"]
+
    recyclelabel    [label="Fill out a\nREASON FOR RECYCLING LABEL", shape="box", fontsize="11"]
    waiting        [label="Put it on the\nWAITING PILE\nfor\nSYSTEM EVALUATION 2", fontsize="11", URL="/index.php?title=System_Evaluation_2_Overview", shape="box", style="bold"]
+
    ifmobo          [label="Remove the motherboard\nand take the MOTHERBOARD to\nADVANCED TESTING", fontsize="11"]
    whitehole      [label="Take to the\nWHITE HOLE", fontsize="11", style="bold", shape="box"]
+
    ifcase          [label="Remove the motherboard\nand take the CASE to\nTHRIFT STORE", fontsize="11"]
 +
    wantmobo      [label="Do we want the Motherboard?\n(see chart)", fontsize="11"]
 +
    wantcase      [label="Do we want the case?\n(see chart)", fontsize="11"]
  
    start -> received
+
    start -> received
    received -> getlabel [label="NO"]
+
 
    received -> alreadyrejected [taillabel="YES"]
+
    received -> getlabel [label="NO"]
    getlabel -> alreadyrejected
+
    received -> alreadyrejected [taillabel="YES"]
    alreadyrejected -> tallyit [taillabel="YES"]
+
 
    alreadyrejected -> compatible [taillabel="NO"]
+
    getlabel -> alreadyrejected
    compatible -> askwhere [taillabel="NO"]
+
 
    compatible -> triage [taillabel="YES"]
+
    alreadyrejected -> tallyit [taillabel="YES"]
    triage -> triageoutcome
+
    alreadyrejected -> compatible [taillabel="NO"]
    triageoutcome -> labelit [taillabel="RECYCLE"]
+
 
    triageoutcome -> waiting [label="WAITING"]
+
    compatible -> askwhere [taillabel="NO"]
    triageoutcome -> whitehole [label="SERVER"]
+
    compatible -> triage [taillabel="YES"]
    labelit -> tallyit
+
 
    tallyit -> mineit
+
    triage -> triageoutcome
    mineit -> ifmobo
+
 
    ifmobo -> ifcase
+
    triageoutcome -> recyclelabel [taillabel="RECYCLE"]
    ifcase -> putoncart
+
    triageoutcome -> waiting [label="WAITING"]
 +
    triageoutcome -> whitehole [label="SERVER"]
 +
 
 +
    recyclelabel -> tallyit
 +
    tallyit     -> mineit
 +
    mineit       -> wantcase
 
      
 
      
 +
    wantcase -> ifcase [label="YES"]
 +
    wantcase -> wantmobo  [label="NO"]
 +
 +
    wantmobo -> ifmobo [label="YES"]
 +
    wantmobo -> putoncart [label="NO"]
 +
 +
    ifcase -> wantmobo [label="MOBO"]
 +
 +
    ifmobo -> putoncart
 
   }
 
   }
 
</graphvizr>
 
</graphvizr>
  
Incompatibles:
+
==Incompatibles==
 
* Apple, etc:
 
* Apple, etc:
 
** Mac
 
** Mac
Line 54: Line 70:
  
 
[[Category: Prebuild]]
 
[[Category: Prebuild]]
[[Category: Triage]]
+
[[Category: Triage]]</graphviz>

Revision as of 11:01, 19 August 2006

<graphvizr>

 digraph H {
   
    putoncart       [label="If you still have a case,\nput it on\nthe CART\n(label and back\nvisible)", fontsize="11", style="bold", shape="box"]
    getlabel        [label="Get system labels\nfrom RECEIVING", fontsize="11", shape="box"]
    alreadyrejected [label="Has it\nalready been\nREJECTED?\n(reason for recycle or\nreject label?)", fontsize="11"]
    askwhere        [label="Ask where\nit goes", fontsize="11", style="bold", shape="box"]
    compatible      [label="Is it COMPATIBLE\nwith Intel/AMD\narchitecture?\n(see list of incompatibles)", fontsize="11"]
    tallyit         [label="Copy info\nfrom label to\nKEEPER TALLY SHEET", fontsize="11"]
    mineit          [label="Follow instructions in\nREMOVING COMPONENTS\nFROM RECYCLED SYSTEMS\n(then come back here)", fontsize="11", shape="box", URL="/index.php/Removing_components_from_recycled_systems"] 
    received        [label="Has it been\nRECEIVED?\n(gizmo label?)", fontsize="11"]
    start           [label="START HERE", shape="box", fontsize="11", style="bold"]
    tallyit         [label="Copy info\nfrom label to\nTALLY SHEET", fontsize="11", shape="box"]
    triage          [label="Go through the\nSYSTEM EVALUATION 1 TRIAGE chart\n(then come back here)", shape="box", fontsize="11", URL="/index.php?title=System_Evaluation_1_Triage"]
    triageoutcome   [label="What did the\nSYSTEM EVALUATION 1TRIAGE chart\nsay to do?", fontsize="11"]
    waiting         [label="Put it on the\nWAITING PILE\nfor\nSYSTEM EVALUATION 2", fontsize="11", URL="/index.php?title=System_Evaluation_2_Overview", shape="box", style="bold"]
    whitehole       [label="Take to the\nWHITE HOLE", fontsize="11", style="bold", shape="box"]
    recyclelabel    [label="Fill out a\nREASON FOR RECYCLING LABEL", shape="box", fontsize="11"]
    ifmobo          [label="Remove the motherboard\nand take the MOTHERBOARD to\nADVANCED TESTING", fontsize="11"]
    ifcase          [label="Remove the motherboard\nand take the CASE to\nTHRIFT STORE", fontsize="11"]
    wantmobo       [label="Do we want the Motherboard?\n(see chart)", fontsize="11"]
    wantcase       [label="Do we want the case?\n(see chart)", fontsize="11"]
    start -> received
    received -> getlabel [label="NO"]
    received -> alreadyrejected [taillabel="YES"]
    getlabel -> alreadyrejected
    alreadyrejected -> tallyit [taillabel="YES"]
    alreadyrejected -> compatible [taillabel="NO"]
    compatible -> askwhere [taillabel="NO"]
    compatible -> triage [taillabel="YES"]
    triage -> triageoutcome
    triageoutcome -> recyclelabel [taillabel="RECYCLE"]
    triageoutcome -> waiting [label="WAITING"]
    triageoutcome -> whitehole [label="SERVER"]
    recyclelabel -> tallyit
    tallyit      -> mineit
    mineit       -> wantcase
   
    wantcase -> ifcase [label="YES"]
    wantcase -> wantmobo  [label="NO"]
    wantmobo -> ifmobo [label="YES"]
    wantmobo -> putoncart [label="NO"]
    ifcase -> wantmobo [label="MOBO"]
    ifmobo -> putoncart
 }

</graphvizr>

Incompatibles

  • Apple, etc:
    • Mac
    • Radius
    • PowerPC
    • PowerComputing
  • Sun
  • Silicon Graphics (SGI)
    • Indy (they're blue)
  • Amiga
  • Commodore</graphviz>