Difference between revisions of "Receiving Flow Charts"

From FreekiWiki
Jump to navigation Jump to search
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<graphviz>
+
= Flowcharts for use in Receiving =
  digraph {
 
  
    start          [label="START HERE\nFOR POOP CHART", shape="box", fontsize="11", style="bold"]
+
* [[Monitor Flowchart]]
    poop            [label="have you pooped today?", fontsize="11", style="italic"]   
 
    bran            [label="go eat a bran muffin\n& wash it down with some prune juice", fontsize="11"]
 
    coffee          [label="did you consume caffeine this morning?", fontsize="11"]
 
    external        [label="cheater! your bowel movement was induced by external forces!", fontsize="11"]
 
    noncoffee      [label="where do you get your energy?!", fontsize="11"]
 
   
 
  
 +
* [[Advanced Speaker Testing]]
  
    start -> poop
+
* [[Advanced Subwoofer Testing]]
    poop -> bran [label="NO"]
+
 
    bran -> poop [label="TRY AGAIN"]
+
* [[Mouse Testing]]
    poop -> coffee [label="YES"]
+
 
    coffee -> external [label="DEAR LORD, YES!"]
+
* [[Keyboard Testing]]
    coffee -> noncoffee [label="OH, I DON'T DO CAFFEINE, THANK YOU"]
 
 
 
</graphviz>
 

Latest revision as of 21:21, 20 January 2008