Difference between revisions of "Case Management Overview"

From FreekiWiki
Jump to navigation Jump to search
m
Line 1: Line 1:
<graphviz>
+
<graphvizl>
 
   digraph G {
 
   digraph G {
 
      
 
      
Line 20: Line 20:
  
 
     start -> received
 
     start -> received
 +
    received -> compatible [taillabel="YES"]
 
     received -> getlabel [taillabel="NO"]
 
     received -> getlabel [taillabel="NO"]
 
     getlabel -> compatible
 
     getlabel -> compatible
    received -> compatible [taillabel="YES"]
 
 
#    incompatibles -> compatible [arrowhead="none"]
 
#    incompatibles -> compatible [arrowhead="none"]
 +
    compatible -> askwhere [taillabel="NO"]
 
     compatible -> alreadyrejected [taillabel="YES"]
 
     compatible -> alreadyrejected [taillabel="YES"]
    compatible -> askwhere [taillabel="NO"]
 
  
 
     alreadyrejected -> tallyit [taillabel="YES"]
 
     alreadyrejected -> tallyit [taillabel="YES"]
Line 31: Line 31:
  
 
#    servers -> server [arrowhead="none"]
 
#    servers -> server [arrowhead="none"]
 +
    server -> triage [taillabel="NO"]
 
     server -> whitehole [taillabel="YES"]
 
     server -> whitehole [taillabel="YES"]
    server -> triage [taillabel="NO"]
 
  
 
     triage -> triageoutcome
 
     triage -> triageoutcome
Line 45: Line 45:
 
</graphviz>
 
</graphviz>
  
<graphviz>
+
<graphvizl>
 
   digraph H {
 
   digraph H {
 
      
 
      
Line 54: Line 54:
  
  
[[Category: Prebuild]]
+
[[Category: Prebuild]]</graphvizl>

Revision as of 18:35, 14 December 2005

<graphvizl>

 digraph G {
   
   alreadyrejected [label="Has it\nalready been\nREJECTED?", fontsize="11"]
   askwhere        [label="Ask where\nit goes", fontsize="11"]
   compatible      [label="Is it COMPATIBLE\nwith Intel/AMD\narchitecture?", fontsize="11"]
   getlabel        [label="Get system labels\nfrom Receiving", fontsize="11"]
   labelit         [label="Put on a\nREASON FOR RECYCLING\nlabel on the front", fontsize="11"]
   mineit          [label="Follow instructions in\nREMOVING COMPONENTS\n(then come back here)", fontsize="11"] 
   putoncart       [label="Put on\nthe CART\n(label and back\nvisible)", fontsize="11"]
   received        [label="Has it been\nRECEIVED?", fontsize="11"]
   server          [label="Is it a\nSERVER?", fontsize="11"]
   start           [label="START HERE", shape="box", fontsize="11"]
   tallyit         [label="Copy info\nfrom label to\nTALLY SHEET", fontsize="11"]
   tardis          [label="Take it to the\nTARDIS\n(Build Office)", fontsize="11"]
   triage          [label="Go through the\nEVAL 1 TRIAGE chart\n(then come back here)", shape="box", fontsize="11", URL="/index.php?title=System_Evaluation_1_Triage"]
   triageoutcome   [label="What did TRIAGE\nsay to do?", fontsize="11"]
   whitehole       [label="Take it to the\nWHITE HOLE", fontsize="11"]
   waiting         [label="Put it on the\nWAITING PILE\nfor System Eval 2", fontsize="11", URL="/index.php?title=System_Evaluation_2_Overview"]
   start -> received
   received -> compatible [taillabel="YES"]
   received -> getlabel [taillabel="NO"]
   getlabel -> compatible
  1. incompatibles -> compatible [arrowhead="none"]
   compatible -> askwhere [taillabel="NO"]
   compatible -> alreadyrejected [taillabel="YES"]
   alreadyrejected -> tallyit [taillabel="YES"]
   alreadyrejected -> server [taillabel="NO"]
  1. servers -> server [arrowhead="none"]
   server -> triage [taillabel="NO"]
   server -> whitehole [taillabel="YES"]
   triage -> triageoutcome
   triageoutcome -> labelit [taillabel="RECYCLE"]
   triageoutcome -> waiting [label="WAITING"]
   triageoutcome -> waiting [label="DISKLESS"]
   triageoutcome -> tardis [label="TARDIS"]
   labelit -> tallyit
   tallyit -> mineit
   mineit -> putoncart
 }

</graphviz>

<graphvizl>

 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"]
 }

</graphviz></graphvizl>