You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Leaders should get notifications when users change their status for an event. (Notifier when someone signs up or cancels). That way when a user cancels, the leader already knows about it.
It would be good for the email to include additional information for the leader (phone number and email address) so they can be contacted personally/individually if needed. That personal information is already in the app when we sign up users, so should be easy to include.
It might be wise to set a delay on the notification with a delay (1-5 minutes), so leaders don't get multiple (confusing) emails if users are trying to change their status and click on the wrong object.
The text was updated successfully, but these errors were encountered:
Sending an email to the leader on change shouldn't be too difficult, though currently email functionality is locked to the leader level to avoid any spamming. I agree that a delay might be nice, though that would mean building in some cron functionality to the mailer service. Otherwise, it's just a matter of hooking up the mailer js function to the button event.
Leaders should get notifications when users change their status for an event. (Notifier when someone signs up or cancels). That way when a user cancels, the leader already knows about it.
It would be good for the email to include additional information for the leader (phone number and email address) so they can be contacted personally/individually if needed. That personal information is already in the app when we sign up users, so should be easy to include.
It might be wise to set a delay on the notification with a delay (1-5 minutes), so leaders don't get multiple (confusing) emails if users are trying to change their status and click on the wrong object.
The text was updated successfully, but these errors were encountered: