opportunity-hack / evs

Equestrian Volunteer Scheduler
https://www.ohack.dev/nonprofit/89076bcc077811edbfdeb29c4ac23549
MIT License
1 stars 2 forks source link

Reword 2nd checkbox in the onboarding process #45

Closed AceGabrielFigueroa closed 5 months ago

AceGabrielFigueroa commented 1 year ago

Currently it says Would you like to receive special discounts and offers?

aeighe

I assume this would be used to email the user on upcoming big events, and or changes rather than "discounts/offers", so something like Would you like to subscribe to our newsletter? or Would you like to receive emails on big events/changes?

benhsm commented 1 year ago

Right, this is a good thing to keep track of. It's also worth noting here that we aren't actually keeping track of subscription status at all, and this is something that needs to be implemented

AceGabrielFigueroa commented 1 year ago

would this be a bool in the db under user table? and would there be more user preferences added later?

benhsm commented 1 year ago

Yes, for now it would probably just be a binary flag indicating that user either gets emails or doesn't. Conceivably, a user might want more finer grained control, e.g. to hear emails about one volunteer role type and not others, but that's not necessary right now.

The challenge that's lurking here is the functionality for letting the admins send arbitrary emails to volunteers. E.g., every now and then, on an ad hoc basis, emails might go out saying "hey, we need some extra volunteers on Tuesday and Thursday this week"

gregv commented 5 months ago

Closing as fixed image