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
Some admins would like to be notified upon signup or request to signup for an event. We want to send a notification email to the admins once someone registers or submits a request to join an event.
Requirements
We want the email feature to be optional, so add a toggle button here, which says "notify admins upon registration." You should modify the eventparent schema with a notifyadmin field to determine wether or not to notify the admins
Explore src/pages/api/registrations/index.ts and src/utils/mailersend-email.js as a start. Sorry this is a rushed ticket- the last ticket I wrote was already a PR. Reach out to me if you are confused or have any questions
Acceptance Criteria
Email sends upon registration
Schema updated correctly
Previous function not impacted
The text was updated successfully, but these errors were encountered:
Context
Some admins would like to be notified upon signup or request to signup for an event. We want to send a notification email to the admins once someone registers or submits a request to join an event.
Requirements
We want the email feature to be optional, so add a toggle button here, which says "notify admins upon registration." You should modify the
eventparent
schema with a notifyadmin field to determine wether or not to notify the adminsExplore
src/pages/api/registrations/index.ts
andsrc/utils/mailersend-email.js
as a start. Sorry this is a rushed ticket- the last ticket I wrote was already a PR. Reach out to me if you are confused or have any questionsAcceptance Criteria
The text was updated successfully, but these errors were encountered: