Difference between revisions of "Hardware Grants Manual"

From FreekiWiki
Jump to navigation Jump to search
 
(9 intermediate revisions by one other user not shown)
Line 1: Line 1:
=How to approve/deny grants=
+
{{delete}}
 
 
<div>
 
 
 
<graphviz>
 
  digraph D {
 
 
 
  node [fontname="Helvetica", fontsize="11"]
 
  edge [fontname="Helvetica"]
 
 
 
  start        [label="START HERE", shape="box", style="bold"]
 
  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.\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?"]
 
  ineligible    [label="Partisan\nFor-profit\nIndividual"]
 
  eligible      [label="Non-profit\nChurch\nSchool\nSocial Change\nCommunity Center\nCollective"]
 
  assess        [label="Assess their need"]
 
  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
 
  take        -> local
 
  local        -> reject [taillabel="No"]
 
  local        -> disburse [taillabel="Yes"]
 
  disburse    -> eligibility [taillabel="No"]
 
  disburse    -> assess [taillabel="Yes"]
 
  eligibility  -> ineligible
 
  eligibility  -> eligible
 
  ineligible  -> reject
 
  eligible    -> assess
 
  assess      -> easy
 
  assess      -> medium
 
  assess      -> hard
 
  easy        -> approveinst
 
  medium      -> approvewait
 
  hard        -> reject
 
 
 
    }
 
 
 
</div>
 
</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=
 

Latest revision as of 14:53, 26 January 2011

deletion

This page has been requested to be deleted.
If you disagree, discuss on the talk page.
Whenever possible, could an Admin please remove this page?