Difference between revisions of "Hardware Grants Manual"
Jump to navigation
Jump to search
m |
|||
Line 1: | Line 1: | ||
+ | =How to approve/deny grants= | ||
+ | |||
<div> | <div> | ||
+ | |||
<graphviz> | <graphviz> | ||
digraph D { | digraph D { | ||
Line 7: | Line 10: | ||
start [label="START HERE", shape="box", style="bold"] | start [label="START HERE", shape="box", style="bold"] | ||
− | reject [label="Reject", shape="box", style="bold", color="red"] | + | reject [label="Reject", shape="box", style="bold", color="red", URL="/index.php/Using_RT_for_Hardware_Grants"] |
− | + | approveinst [label="Approve", shape="box", style="bold", color="green",URL="/index.php/Using_RT_for_Hardware_Grants"] | |
− | + | approvewait [label="Approve", shape="box", style="bold", color="orange", URL="/index.php/Using_RT_for_Hardware_Grants"] | |
− | take [label="Take the oldest ticket first."] | + | take [label="Take the oldest ticket first.\nClick to See Using RT for Hardware Grants.", color="blue", URL="/index.php/Using_RT_for_Hardware_Grants"] |
+ | local [label="Do they have a local area contact?"] | ||
+ | disburse [label="Check the database. Have we disbursed to them before?"] | ||
eligibility [label="What kind of organization are they?"] | eligibility [label="What kind of organization are they?"] | ||
ineligible [label="Partisan\nFor-profit\nIndividual"] | ineligible [label="Partisan\nFor-profit\nIndividual"] | ||
eligible [label="Non-profit\nChurch\nSchool\nSocial Change\nCommunity Center\nCollective"] | eligible [label="Non-profit\nChurch\nSchool\nSocial Change\nCommunity Center\nCollective"] | ||
assess [label="Assess their need"] | assess [label="Assess their need"] | ||
− | easy [label=" | + | easy [label="PCs\nMonitors\nKeyboards\nMice\nPower cords\nShort network cables\nPrinters"] |
− | + | medium [label="Macintoshes*\nLaptops*\nLCDs\nNetwork Devices\nRAM\nHard Drives"] | |
− | + | hard [label="Projectors\nSpeakers)\nLong network cables"] | |
+ | |||
start -> take | start -> take | ||
− | take -> eligibility | + | take -> local |
+ | local -> reject [taillabel="No"] | ||
+ | local -> disburse [taillabel="Yes"] | ||
+ | disburse -> eligibility [taillabel="No"] | ||
+ | disburse -> assess [taillabel="Yes"] | ||
eligibility -> ineligible | eligibility -> ineligible | ||
eligibility -> eligible | eligibility -> eligible | ||
Line 26: | Line 36: | ||
eligible -> assess | eligible -> assess | ||
assess -> easy | assess -> easy | ||
− | assess -> | + | assess -> medium |
− | assess -> | + | assess -> hard |
− | + | easy -> approveinst | |
− | + | medium -> approvewait | |
− | + | hard -> reject | |
} | } | ||
+ | |||
+ | </div> | ||
</graphviz> | </graphviz> | ||
+ | |||
+ | *There is a waiting list for Macintoshes and laptops. Other items on that list just need to be gathered. | ||
+ | We do not always have these items. | ||
+ | |||
+ | =Hardware grants responses= |
Revision as of 12:12, 3 February 2010
How to approve/deny grants
*There is a waiting list for Macintoshes and laptops. Other items on that list just need to be gathered. We do not always have these items.