Difference between revisions of "Case Management Overview"

From FreekiWiki
Jump to navigation Jump to search
Line 1: Line 1:
<graphviz>
+
<graphvizr>
 
   digraph H {
 
   digraph H {
    servers        [label="NOTE:\nServers are in RACK MOUNT cases\nor\nhave DUAL PROCESSOR capability", shape="box", fontsize="11"]
 
    incompatibles  [label="NOTE:\nApple, Mac, Sun, PowerPC,\nSilicon Graphics (SGI),\nAmiga, Commodore\nare INCOMPATIBLE", shape="box", fontsize="11"]
 
 
      
 
      
     alreadyrejected [label="Has it\nalready been\nREJECTED?", fontsize="11"]
+
     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"]
 
     askwhere        [label="Ask where\nit goes", fontsize="11", style="bold", shape="box"]
     compatible      [label="Is it COMPATIBLE\nwith Intel/AMD\narchitecture?", fontsize="11"]
+
     compatible      [label="Is it COMPATIBLE\nwith Intel/AMD\narchitecture?\n(see list of incompatibles)", fontsize="11"]
 
     getlabel        [label="Get system labels\nfrom RECEIVING", fontsize="11", shape="box"]
 
     getlabel        [label="Get system labels\nfrom RECEIVING", fontsize="11", shape="box"]
 
     goodcase        [label="Is is a\nGENERIC ATX CASE\nwith all its parts?", fontsize="11"]
 
     goodcase        [label="Is is a\nGENERIC ATX CASE\nwith all its parts?", fontsize="11"]
Line 14: Line 12:
 
     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="Put on\nthe CART\n(label and back\nvisible)", fontsize="11", style="bold", shape="box"]
 
     putoncart      [label="Put on\nthe CART\n(label and back\nvisible)", fontsize="11", style="bold", shape="box"]
     received        [label="Has it been\nRECEIVED?", fontsize="11"]
+
     received        [label="Has it been\nRECEIVED?\n(gizmo label?)", fontsize="11"]
 
     server          [label="Is it a\nSERVER?", fontsize="11"]
 
     server          [label="Is it a\nSERVER?", fontsize="11"]
 
     start          [label="START HERE", shape="box", fontsize="11", style="bold"]
 
     start          [label="START HERE", shape="box", fontsize="11", style="bold"]
Line 42: Line 40:
 
     tallyit -> mineit
 
     tallyit -> mineit
 
     mineit -> putoncart  
 
     mineit -> putoncart  
   
 
 
 
      
 
      
 
   }
 
   }
</graphviz>
+
</graphvizr>
 +
 
 +
Servers:
 +
* RACK MOUNT cases, or
 +
* have DUAL PROCESSOR capability
 +
 
 +
Incompatibles:
 +
* Apple
 +
* Mac
 +
* Sun
 +
* PowerPC
 +
* Silicon Graphics (SGI)
 +
* Amiga
 +
* Commodore
  
 
[[Category: Prebuild]]
 
[[Category: Prebuild]]

Revision as of 15:56, 28 January 2006

<graphvizr>

 digraph H {
   
   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"]
   getlabel        [label="Get system labels\nfrom RECEIVING", fontsize="11", shape="box"]
   goodcase        [label="Is is a\nGENERIC ATX CASE\nwith all its parts?", fontsize="11"]
   holdforstore    [label="Fill out\nand put a\nHOLD FOR STORE\nlabel on its front", shape="box", fontsize="11"]
   tallyit         [label="Copy info\nfrom label to\nKEEPER TALLY SHEET", fontsize="11"]
   labelit         [label="Fill out\nand put a\nREASON FOR RECYCLING label\non its front\n(unless it already has one on it)", fontsize="11", shape="box"]
   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="Put 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"]
   server          [label="Is it a\nSERVER?", 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"]
   whitehole       [label="Take it to the\nWHITE HOLE", fontsize="11", shape="box", style="bold"]
   waiting         [label="Put it on the\nWAITING PILE\nfor SYSTEM EVALUATION 2", fontsize="11", URL="/index.php?title=System_Evaluation_2_Overview", shape="box", style="bold"]
   start -> received
   received -> alreadyrejected [taillabel="YES"]
   received -> getlabel [label="NO"]
   getlabel -> alreadyrejected
   alreadyrejected -> goodcase [taillabel="YES"]
   alreadyrejected -> compatible [taillabel="NO"]
   compatible -> askwhere [taillabel="NO"]
   compatible -> server [taillabel="YES"]
   server -> triage [taillabel="NO"]
   server -> whitehole [taillabel="YES"]
   triage -> triageoutcome
   triageoutcome -> goodcase [taillabel="RECYCLE"]
   goodcase -> holdforstore [taillabel="YES"]
   goodcase -> labelit [taillabel="NO"]
   holdforstore -> waiting
   triageoutcome -> waiting [label="WAITING"]
   labelit -> tallyit
   tallyit -> mineit
   mineit -> putoncart 
   
 }

</graphvizr>

Servers:

  • RACK MOUNT cases, or
  • have DUAL PROCESSOR capability

Incompatibles:

  • Apple
  • Mac
  • Sun
  • PowerPC
  • Silicon Graphics (SGI)
  • Amiga
  • Commodore