Closed AceGabrielFigueroa closed 5 months 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
would this be a bool in the db under user table? and would there be more user preferences added later?
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"
Closing as fixed
Currently it says
Would you like to receive special discounts and offers?
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?
orWould you like to receive emails on big events/changes?