Difference between revisions of "User:Rfs/Other Scratch Page"
< User:Rfs
Jump to navigation
Jump to search
(→Visual) |
(→Visual) |
||
Line 6: | Line 6: | ||
digraph D { | digraph D { | ||
− | start [label=" | + | start [label="THE IDEA STARTS HERE", fontsize="11", shape="box", style="bold"] |
− | programplan [label="Develop a | + | programplan [label="Develop a\nProgram Planning Sheet", fontsize="11", shape="box"] |
− | prioritize [label="Integrate into | + | prioritize [label="Integrate into\nGeneral Priorities Document", fontsize="11", shape="box"] |
council [label="Review by Council", fontsize="11", shape="box"] | council [label="Review by Council", fontsize="11", shape="box"] | ||
board [label="Review by Board", fontsize="11", shape="box"] | board [label="Review by Board", fontsize="11", shape="box"] | ||
budget [label="Integrate into Budget", fontsize="11", shape="box"] | budget [label="Integrate into Budget", fontsize="11", shape="box"] | ||
+ | whee [label="WHEE!\nWe get to do it!", fontsize="11", shape="box", style="bold"] | ||
+ | shucks [label="AW SHUCKS!\nIt won't work!", fontsize="11", shape="box", style="bold"] | ||
start -> programplan | start -> programplan | ||
programplan -> prioritize | programplan -> prioritize | ||
prioritize -> council | prioritize -> council | ||
− | council -> board | + | |
− | board -> budget | + | council -> board [label="Approve"] |
+ | council -> shucks [label="Disapprove"] | ||
+ | council -> programplan [label="Needs more thought"] | ||
+ | council -> prioritize [label="Reprioritize"] | ||
+ | |||
+ | board -> budget [label="Approve"] | ||
+ | board -> programplan [label="Needs more thought"] | ||
+ | |||
+ | budget -> whee | ||
} | } | ||
</graphviz> | </graphviz> |