Chain Of Command
| (3 intermediate revisions not shown) | |||
| Line 1: | Line 1: | ||
| - | < | + | <graphviz> |
| - | digraph | + | 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> |
Current revision as of 04:45, 28 December 2009
