Difference between revisions of "Gizmo Flow and Programs"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
<graphviz> | <graphviz> | ||
| − | digraph | + | digraph KEY { |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
income [label="(Income\nEnd Point)", shape="house", fontsize=10] | income [label="(Income\nEnd Point)", shape="house", fontsize=10] | ||
| Line 23: | Line 6: | ||
process [label="(Processing\nPoint)", fontsize=10] | process [label="(Processing\nPoint)", fontsize=10] | ||
| + | } | ||
| + | |||
| + | </graphviz> | ||
| + | |||
| + | <graphviz> | ||
| + | digraph GIZMOS { | ||
| + | |||
| + | externalsales [shape="house", fontsize=10] | ||
| + | onlinesales [shape="house", fontsize=10] | ||
| + | recycling [shape="house", fontsize=10] | ||
| + | thriftstore [shape="house", fontsize=10] | ||
| + | wholesale [shape="house", fontsize=10] | ||
| + | |||
| + | adoption [shape="box", fontsize=10] | ||
| + | gap [shape="box", fontsize=10] | ||
| + | grants [shape="box", fontsize=10] | ||
| + | monitordisposal [shape="box", fontsize=10] | ||
| + | |||
| + | audiovisual [fontsize=10] | ||
| + | build [fontsize=10] | ||
| + | laptops [fontsize=10] | ||
| + | monitorburnin [fontsize=10] | ||
| + | prebuild [fontsize=10] | ||
| + | printers [fontsize=10] | ||
| + | receiving [fontsize=10] | ||
| + | servers [fontsize=10] | ||
| + | testing [fontsize=10] | ||
| + | |||
| + | receiving -> audiovisual | ||
| + | receiving -> externalsales | ||
| + | receiving -> laptops | ||
| + | receiving -> monitorburnin | ||
| + | receiving -> onlinesales | ||
receiving -> prebuild | receiving -> prebuild | ||
| + | receiving -> printers | ||
receiving -> recycling | receiving -> recycling | ||
| + | receiving -> servers | ||
receiving -> testing | receiving -> testing | ||
receiving -> thriftstore | receiving -> thriftstore | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
receiving -> wholesale | receiving -> wholesale | ||
| − | |||
audiovisual -> recycling | audiovisual -> recycling | ||
audiovisual -> thriftstore | audiovisual -> thriftstore | ||
| + | build -> adoption | ||
build -> prebuild | build -> prebuild | ||
| − | |||
monitorburnin -> build | monitorburnin -> build | ||
| + | monitorburnin -> monitordisposal | ||
monitorburnin -> thriftstore | monitorburnin -> thriftstore | ||
| − | |||
prebuild -> build | prebuild -> build | ||
| + | prebuild -> servers | ||
prebuild -> testing | prebuild -> testing | ||
| − | |||
servers -> prebuild | servers -> prebuild | ||
| Line 56: | Line 68: | ||
prebuild -> recycling | prebuild -> recycling | ||
| − | laptops -> recycling | + | printers -> recycling |
| + | laptops -> recycling | ||
| − | build -> thriftstore | + | build -> thriftstore |
| + | laptops -> thriftstore | ||
| + | printers -> recycling | ||
servers -> thriftstore | servers -> thriftstore | ||
| − | |||
build -> grants | build -> grants | ||
| + | laptops -> grants | ||
| + | printers -> recycling | ||
servers -> grants | servers -> grants | ||
| − | + | ||
| + | build -> gap | ||
| + | |||
| + | } | ||
| + | </graphviz> | ||
| + | |||
| + | <graphviz> | ||
| + | digraph OTHER { | ||
| + | |||
| + | advancedbuild [fontsize=10, shape="box"] | ||
| + | administration [fontsize=10, shape="box"] | ||
| + | coders [fontsize=10, shape="box"] | ||
| + | computers4kids [fontsize=10, shape="box"] | ||
| + | frontdesk [fontsize=10, shape="house"] | ||
| + | grantwriting [fontsize=10, shape="house"] | ||
| + | techsupport [fontsize=10, shape="box"] | ||
} | } | ||
</graphviz> | </graphviz> | ||
Revision as of 09:10, 16 November 2005
