Case Management Overview

From FreekiWiki
Revision as of 18:35, 14 December 2005 by Rfs (talk | contribs)
Jump to navigation Jump to search

<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>