Difference between revisions of "Budget Reorganization"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | < | + | <graphviz>#!/usr/bin/dot |
− | digraph | + | digraph FREEGEEK { |
+ | root=Receiving | ||
+ | label="Reuse and Recycling\nof Systems, Printers, and Laptops\nat Free Geek\n(dot)" | ||
− | + | Receiving | |
− | + | Build | |
− | + | Prebuild | |
− | + | Recycling | |
− | + | ThriftStore | |
− | + | Printers | |
− | + | Laptops | |
− | + | WhiteHole | |
− | + | HardwareGrants | |
− | + | Infrastructure | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | 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 | ||
} | } | ||
− | </ | + | </graphviz> |
+ | * [[Graph Types]] | ||
* [[System Evaluation 1 Overview]] | * [[System Evaluation 1 Overview]] | ||
* [[System Evaluation 2 Overview]] | * [[System Evaluation 2 Overview]] |