Chain Of Command
Line 1: | Line 1: | ||
- | < | + | {{Historical}} |
- | digraph | + | |
- | + | <graphviz> | |
- | + | digraph G { | |
- | + | bgcolor="transparent" | |
- | + | node [style=filled, color=black, fillcolor=white shape=record fontsize=10]; | |
- | + | "Executive Board \r" [style=filled, color=black, fillcolor=red]; | |
- | + | "Development \r" [style=filled, color=black, fillcolor=grey]; | |
- | + | "Server Management \r" [style=filled, color=black, fillcolor=grey]; | |
- | + | "Abuse" [style=filled, color=black, fillcolor=grey]; | |
- | + | "#Support \r" [style=filled, color=black, fillcolor=grey]; | |
- | + | "Training \r" [style=filled, color=black, fillcolor=grey]; | |
- | + | "Executive Board \r" -> "Director, Operations \r" | |
- | + | "Executive Board \r" -> "Director, Support \r" | |
- | + | "Director, Operations \r" -> "Development \r" | |
- | + | "Development \r" -> "Development Manager \r" | |
- | + | "Development Manager \r" -> "Developer" | |
- | + | "Director, Operations \r" -> "Server Management \r" | |
- | + | "Server Management \r" -> "Server Manager \r" | |
- | + | "Server Manager \r" -> "Server Admin \r" | |
+ | "Server Admin \r" -> "Server Operator \r" | ||
+ | "Director, Support \r" -> "Abuse" | ||
+ | "Abuse" -> "Abuse Manager \r" | ||
+ | "Abuse Manager \r" -> "Abuse Rep" | ||
+ | "Director, Support \r" -> "#Support \r" | ||
+ | "#Support \r" -> "Support Manager \r" | ||
+ | "Support Manager \r" -> "Support Operator \r" | ||
+ | "Support Operator \r" -> "Support Agent \r" | ||
+ | "Director, Support \r" -> "Training \r" | ||
+ | "Training \r" -> "Training Manager \r" | ||
+ | "Training Manager \r" -> "Trainer \r" | ||
+ | "Trainer \r" -> "Trainee \r" | ||
} | } | ||
- | </ | + | </graphviz> |
Revision as of 04:42, 28 December 2009
| This page has been marked as Historical. Information posted here may be inaccurate and out of date. This information is kept for sentimental and/or historical reference purposes. |