Difference between revisions of "Budget Reorganization"

From FreekiWiki
Jump to navigation Jump to search
Line 1: Line 1:
<graphvizr>
+
<graphviz>#!/usr/bin/dot
   digraph POWERSUPPLYTRIAGE {
+
   digraph FREEGEEK {
 +
  root=Receiving
 +
  label="Reuse and Recycling\nof Systems, Printers, and Laptops\nat Free Geek\n(dot)"
  
    at              [label="Is it an AT?\n(not an ATX)"]
+
  Receiving
    brand          [label="Is it a\nDELL or a COMPAQ?"]
+
  Build
    fan            [label="Does it have an\nINTERNAL FAN?"]
+
  Prebuild
    recycle        [label="RECYCLE IT"]
+
  Recycling
    start          [label="START HERE", shape="box"]
+
  ThriftStore
    test            [label="TEST IT\nDoes it work?"]
+
  Printers
    thriftstore    [label="Take it to the\nTHRIFT STORE"]
+
  Laptops
    watts          [label="Is the\noutput wattage\nLESS THAN 300W?"]
+
  WhiteHole
    wholesale      [label="Put it on the\nWHOLESALE SHELF"]
+
  HardwareGrants
 
+
  Infrastructure
 
 
    start -> brand
 
    brand -> recycle [label="YES"]
 
    brand -> at [label="NO"]
 
    at -> recycle [label="YES"]
 
    at -> watts [label="NO"]
 
    watts -> fan [label="YES"]
 
    watts -> test [label="NO"]
 
    test -> thriftstore [taillabel="YES"]
 
    test -> recycle [label="NO"]
 
    fan -> wholesale [label="YES"]
 
    fan -> recycle [taillabel="NO"]
 
  
 +
  Receiving -> Prebuild
 +
  Receiving -> WhiteHole
 +
  Receiving -> Printers
 +
  Receiving -> Laptops
 +
  Receiving -> Recycling
 +
  Receiving -> ThriftStore
 +
  Prebuild -> Recycling
 +
  Prebuild -> Build
 +
  Prebuild -> WhiteHole
 +
  WhiteHole -> ThriftStore
 +
  Build -> ThriftStore
 +
  Build -> HardwareGrants
 +
  Build -> Infrastructure
 +
  Laptops -> ThriftStore
 +
  Laptops -> HardwareGrants
 +
  Laptops -> Infrastructure
 +
  Printers -> ThriftStore
 +
  Printers -> HardwareGrants
 +
  Printers -> Infrastructure
  
 
   }
 
   }
</graphvizr>
+
</graphviz>
  
  
 +
* [[Graph Types]]
 
* [[System Evaluation 1 Overview]]
 
* [[System Evaluation 1 Overview]]
 
* [[System Evaluation 2 Overview]]
 
* [[System Evaluation 2 Overview]]

Revision as of 09:41, 29 October 2005