Difference between revisions of "Case Management Overview"

From FreekiWiki
Jump to navigation Jump to search
(moved tallyit up)
 
(32 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
==MAIN Chart==
 
<graphviz>
 
<graphviz>
 
   digraph H {
 
   digraph H {
   
 
    main            [label="MAIN\nCHART", fontsize="11", style="bold", shape="tripleoctagon"]
 
  
     putoncart      [label="If you still have a case,\nput it on\nthe CART\n(label and back\nvisible)", fontsize="11", style="bold", shape="box"]
+
     node [fontname="Helvetica", fontsize="11"]
    legacy          [label="Take system to\nLEGACY SYSTEM EVAL", fontsize="11", style="bold", shape="box"]
+
     edge [fontname="Helvetica"]
    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"]
 
    incompatible    [label="Is it on the list of INCOMPATIBLES?\n(see list below)", fontsize="11"]
 
    at              [label="Does it have an\nonboard AT keyboard\nconnector?", fontsize="11"]
 
    received        [label="Has it been\nRECEIVED?\n(gizmo label?)", fontsize="11"]
 
    start          [label="START HERE", shape="box", fontsize="11", style="bold"]
 
    tallyit        [label="Fill out the\n RECYCLE TALLY 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"]
 
    recyclelabel    [label="Copy info\n from tally sheet to\nREASON FOR RECYCLING LABEL", shape="box", fontsize="11"]
 
    ifmobo          [label="Remove the MOTHERBOARD\nthen\ntake the MOTHERBOARD to\nADVANCED TESTING", shape="box", fontsize="11"]
 
    ifcase          [label="Remove the MOTHERBOARD\nand\nALL DRIVES\n(except FLOPPY DRIVES)\nthen\ntake the CASE to\nTHRIFT STORE", shape="box", 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"]
 
    takethingsout  [label="Follow instructions in\nREMOVING COMPONENTS\nFROM RECYCLED SYSTEMS\n(then come back here)", shape="box", fontsize="11"]
 
  
     start -> received
+
     main            [label="MAIN\nCHART", style="bold", shape="tripleoctagon"]
  
     received -> getlabel [label="NO"]
+
     putoncart      [label="If you still have a case\nor motherboard put on\nthe CART\n(label and back visible)", style="bold", shape="box"]
     received -> alreadyrejected [taillabel="YES"]
+
     incoming        [label="Put on the\nINCOMING PILE\n(safely and front visible)", style="bold", shape="box"]
  
    getlabel -> alreadyrejected
 
  
     alreadyrejected -> tallyit [taillabel="YES"]
+
     alreadyrejected [label="Has it\nalready been\nREJECTED?\n(Does it have a\n'recycle'\n or'reject' label?)"]
     alreadyrejected -> incompatible [taillabel="NO"]
+
     redlight        [label="Does it have\nRED LIGHT\nor a\nYELLOW LIGHT circled?"]
  
     incompatible -> askwhere [taillabel="YES"]
+
     start          [label="START HERE", shape="box", style="bold"]
    incompatible -> at [taillabel="NO"]
 
  
     at -> legacy [taillabel="YES"]
+
     ifred          [label="Remove all\nHARD DRIVES\nand put them on the floor", shape="box"]
     at -> triage [taillabel="NO"]
+
    ifmobo          [label="Remove the MOTHERBOARD\nthen\ntake the MOTHERBOARD to\nADVANCED TESTING", shape="box"]
 +
    exceptional    [label="Does it have anything from\nthe EXCEPTIONAL COMPONENTS LIST\nin it?"]
 +
    ifcase          [label="Remove the MOTHERBOARD\nand\nALL DRIVES\n(except FLOPPY DRIVES)\nthen\ntake the CASE to\nTHRIFT STORE", shape="box"]
 +
    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"]
  
     triage -> triageoutcome
+
     start -> alreadyrejected
  
     triageoutcome -> tallyit [label="RECYCLE"]
+
     alreadyrejected -> redlight [taillabel="YES"]
     triageoutcome -> waiting [label="(not recycle)"]
+
    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
  
    tallyit      -> wantcase
 
   
 
 
     wantcase -> ifcase [label="YES"]
 
     wantcase -> ifcase [label="YES"]
     wantcase -> recyclelabel [label="NO"]
+
     wantcase -> wantmobo [label="NO"]
  
 
     wantmobo -> ifmobo [label="YES"]
 
     wantmobo -> ifmobo [label="YES"]
 
     wantmobo -> takethingsout [label="NO"]
 
     wantmobo -> takethingsout [label="NO"]
  
     ifcase -> recyclelabel
+
     ifcase -> wantmobo
 
 
    recyclelabel -> wantmobo  
 
  
 
     ifmobo -> takethingsout
 
     ifmobo -> takethingsout
Line 63: Line 58:
 
</graphviz>
 
</graphviz>
  
==Incompatibles==
+
[[Category: Old Prebuild]]
* Amiga
 
* Apple, etc:
 
** Mac
 
** Radius
 
** PowerPC
 
** PowerComputing
 
* Commodore
 
* DEC (Digital Equipment Corporation)
 
* Sun
 
* Silicon Graphics (SGI)
 
** Indy (they're '''blue''')
 
 
 
[[Category: Prebuild]]
 
[[Category: Triage]]
 

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.