User:Halfasspete/Busflow

From FreekiWiki
Jump to navigation Jump to search

<graphvizr>

 digraph D {
  start         [label="I'm with Voters on the Move. We want to help your tenants register. Have a sec?", fontsize="11", shape="box"]
  oldprocess       [label="Do you do paperwork w/ new tenants? Or train your staff to?", fontsize="11", shape="box"]
  wrongpers       [label="Who should I be talking to?", fontsize="11", shape="box"]
  firstpitch           [label="We want to help you make reg a part of that process.", shape="box", fontsize="11"]
  getdata           [label="gather info for database", fontsize="11", shape="box"]


  start       -> oldprocess
  oldprocess  -> firstpitch [taillabel="YES"]
  oldprocess  -> wrongpers [taillabel="NO"]
  firstpitch  -> getdata


 }

</graphvizr>