doubleunion / arooo

Membership management for hacker/makerspaces
GNU General Public License v3.0
66 stars 55 forks source link

Make "on_scholarship" a first-class citizen in database schema #468

Open anaulin opened 4 years ago

anaulin commented 4 years ago

Right now we track a member's scholarship status in the free-form text field "notes". It would be nice to instead have a boolean field on user, maybe with a date, to be able to programmatically tell if someone is on scholarship (and e.g. should not be charged dues). If we had a date (e.g. "scholarship_since") that would also be helpful for the Board's various housekeeping tasks.

brittag commented 3 years ago

This would also help enable https://github.com/doubleunion/arooo/issues/259 (automatically checking in with scholarship members after a year).