Difference between revisions of "Budget Reorganization"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
<graphviz> | <graphviz> | ||
digraph right { | digraph right { | ||
| − | label=" | + | label="Eval 1 Overview." |
| − | + | received [label="Has it been\nRECEIVED?"] | |
| − | + | getlabel [label="Get system labels\nfrom Receiving"] | |
| − | + | compatible [label="Is it COMPATIBLE\nwith Intel/AGP\narchitecture?"] | |
| + | askwhere [label="NO: Ask where it goes"] | ||
| + | server [label="Is it a\nSERVER?"] | ||
| + | alreadyrejected [label="Has it already been\nREJECTED?"] | ||
| + | triage [label="Go through the\nEVAL 1 TRIAGE chart\n(and come back here)"] | ||
| + | triageoutcome [label="What did TRIAGE\nsay to do?"] | ||
| + | |||
| + | received -> getlabel | ||
| + | getlabel -> compatible | ||
| + | received -> compatible | ||
| + | compatible -> askwhere | ||
| + | compatible -> server | ||
| + | server -> whitehole | ||
| + | server -> alreadyrejected | ||
| + | alreadyrejected -> process | ||
| + | alreadyrejected -> triage | ||
| + | triage -> triageoutcome | ||
| + | triageoutcome -> recycle | ||
| + | triageoutcome -> waiting | ||
| + | triageoutcome -> diskless | ||
| + | recycle -> process | ||
} | } | ||
</graphviz> | </graphviz> | ||
Revision as of 08:59, 26 October 2005
