on-site / grantzilla

A grant application management web app
MIT License
10 stars 11 forks source link

Filter grant applications #249

Closed scottjones closed 8 years ago

scottjones commented 8 years ago

Adds ability to filter by agency (if you're an admin), case worker (if you're and admin or an approved case worker), and the ability to search. Also makes it so that case workers only see their agency's applications, and if they're not approved yet, only the applications they've entered (maybe they shouldn't even be able to add applications, but that's not implemented here). It also includes the work I did a few days ago to swap out the React component for recent applications and implement it in normal rails.

image

This fixes issue #244 .