Difference between revisions of "Receiving Flow Charts"

From FreekiWiki
Jump to navigation Jump to search
Line 2: Line 2:
 
   digraph {
 
   digraph {
  
     start          [label="START HERE\nFOR POOP CHART", shape="box", fontsize="11", style="bold"]
+
     start          [label="START HERE\nFOR MONITORS", shape="box", fontsize="11", style="bold"]
     poop            [label="have you pooped today?", fontsize="11", style="italic"]  
+
     monitortype    [label="Is it a Regular Monitor, Flat Screen, or TV?", fontsize="11"]
     bran           [label="go eat a bran muffin\n& wash it down with some prune juice", fontsize="11"]
+
    tendollars      [label="Inform donor of $10 fee to recycle\n& Send donor to reception to pay fee and receive tax receipt", fontsize="11"]
     coffee         [label="did you consume caffeine this morning?", fontsize="11"]
+
     send           [label="Send Donor to office to pay Recycling fee\n& to Receive a Tax Receipt", fontsize="11"]
     external        [label="cheater! your bowel movement was induced by external forces!", fontsize="11"]
+
    av              [label="Place TV in speaker/mouse/keyboard testing", fontsize="11"]
     noncoffee       [label="where do you get your energy?!", fontsize="11"]
+
    work            [label="Does T.V. Work?\n& Is it Pretty?", fontsize="11"]
 +
    yeswork        [label="Take TV to Store", fontsize="11"]
 +
     flatscreen         [label="Inform Receiving Supervisor\nOr set outside of Tardis", fontsize="11"]
 +
    tv          [label="Inform donor that the recycling fee is $1 per inch\n& Record size and fee on incoming form", fontsize="11"]
 +
    remove          [label="Remove three-prong power cord\nDON'T CUT ANY CALBES", fontsize="11"]
 +
    age            [label="Is it a 1999 or newer?", fontsize="11", style="italic"]  
 +
     testing            [label="Take to Monitor Testing\n& Put it on a Shelf", fontsize="11"]
 +
     setaside       [label="Set aside\n& Wait until donor leaves" fontsize="11"]
 +
    gaylord        [label="Take to recycling gaylord outside\n& Ask for help", fontsize="11"]
 +
 
 
      
 
      
  
  
     start -> poop
+
     start -> monitortype
     poop -> bran [label="NO"]
+
     monitortype -> tendollars [label="Regular\nMonitor"]
     bran -> poop [label="TRY AGAIN"]
+
    monitortype -> flatscreen [label="Flat\nScreen"]
     poop -> coffee [label="YES"]
+
    monitortype -> tv [label="T.V."]
     coffee -> external [label="DEAR LORD, YES!"]
+
    tendollars -> remove
     coffee -> noncoffee [label="OH, I DON'T DO CAFFEINE, THANK YOU"]
+
    remove -> age
 +
    tv -> send [label="THEN"]
 +
     send -> av [label="NEXT"]
 +
     av -> work
 +
    work -> yeswork [label="YES"]
 +
     work -> setaside [label="NO"]
 +
    age -> testing [label="YES"]
 +
     age -> setaside [label="NO"]
 +
    setaside -> gaylord [label="AFTER WAITING"]
 +
   
 
    
 
    
 
</graphviz>
 
</graphviz>

Revision as of 10:43, 3 January 2008

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.