Skip to content

close cutting fundraiser database for wcbn-fm

Notifications You must be signed in to change notification settings

wcbn/guillotine

 
 

Repository files navigation

Guillotine

WCBN's Close Cutting Fundraiser

See Deprecation Notice Below

This is a database front-end for managing donations to WCBN-FM during the annual fundraiser pledge drive.

Database

Guillotine is a Rails application which runs on a Postgres database. There must be a role guillotine, and the extension pg_trgm.

Deprecation Notice

This application is on its way out. In the interim, I've created some monstrosity out of google sheets to hold the team over, which includes excel formulas like this:

=query({"pledger_id", "amount", "name";donations!B2:B,donations!D2:D,ARRAYFORMULA(IFERROR(VLOOKUP(donations!B2:B,pledgers!$A:$S, 19,0), ""))}, "select Col3, SUM(Col2) GROUP BY Col1, Col3 ORDER BY SUM(Col2) desc limit "&H5)

Good times 😎

About

close cutting fundraiser database for wcbn-fm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Ruby 46.5%
  • HTML 17.0%
  • CSS 14.1%
  • Haml 11.0%
  • CoffeeScript 5.2%
  • SCSS 4.9%
  • Other 1.3%