Difference between revisions of "How to approve/deny grants"

From FreekiWiki
Jump to navigation Jump to search
(New page: <div> <graphviz> digraph D { node [fontname="Helvetica", fontsize="11"] edge [fontname="Helvetica"] start [label="START HERE", shape="box", style="bold"] reject ...)
 
Line 12: Line 12:
 
   approvewait  [label="Approve", shape="box", style="bold", color="yellow", URL="http://wiki.freegeek.org/index.php/Hardware_Grants_Responses#Weird_Items.2FWaitlist"]
 
   approvewait  [label="Approve", shape="box", style="bold", color="yellow", URL="http://wiki.freegeek.org/index.php/Hardware_Grants_Responses#Weird_Items.2FWaitlist"]
 
   take          [label="Take the oldest ticket first."]
 
   take          [label="Take the oldest ticket first."]
 +
  USorCan      [label="Are they located in the US or Canada?"]
 
   local        [label="Do they have a local area contact?"]
 
   local        [label="Do they have a local area contact?"]
 
   disburse      [label="Check the database. Have we disbursed to them before?"]
 
   disburse      [label="Check the database. Have we disbursed to them before?"]
Line 18: Line 19:
 
   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="PCs\nMonitors\nKeyboards\nMice\nPower cords\nShort network cables\nPrinters"]
+
   easy          [label="PCs\nKeyboards\nMice\nPower cords\nShort network cables"]
   medium        [label="Macintoshes*\nLaptops*\nLCDs\nNetwork Devices\nRAM\nHard Drives"]
+
   medium        [label="Macintoshes*\nLaptops*\nLCDs*\nCRTs*\nPrinters*\nNetwork Devices\nRAM\nHard Drives"]
 
   hard          [label="Projectors\nSpeakers)\nLong network cables"]
 
   hard          [label="Projectors\nSpeakers)\nLong network cables"]
  
 
   start        -> take
 
   start        -> take
   take        -> local
+
   take        -> USorCan
 +
  USorCan      -> reject [taillabel="No"]
 +
  USorCan      -> local [taillabel="Yes"]
 
   local        -> reject [taillabel="No"]
 
   local        -> reject [taillabel="No"]
 
   local        -> disburse [taillabel="Yes"]  
 
   local        -> disburse [taillabel="Yes"]  
Line 43: Line 46:
 
</graphviz>
 
</graphviz>
  
  *There is a waiting list for Macintoshes and laptops. Other items on that list just need to be gathered.
+
  *There is a waiting list for Macintoshes, laptops, CRT Monitors, LCD Monitors, and Printers. Other items on that list just need to be gathered.
 
  We do not always have these items.
 
  We do not always have these items.
  

Revision as of 14:55, 5 January 2011

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.
*There is a waiting list for Macintoshes, laptops, CRT Monitors, LCD Monitors, and Printers. Other items on that list just need to be gathered.
We do not always have these items.