Add RSVP Email Confirmation#879
Conversation
|
Deploy preview for irvinehacks-site ready!
|
There was a problem hiding this comment.
[flake8] <821> reported by reviewdog 🐶
undefined name 'applicant'
irvinehacks-site/apps/api/src/routers/user.py
Line 520 in 0b4be47
There was a problem hiding this comment.
[flake8] <821> reported by reviewdog 🐶
undefined name 'application_type'
irvinehacks-site/apps/api/src/routers/user.py
Line 520 in 0b4be47
There was a problem hiding this comment.
🚫 [flake8] <303> reported by reviewdog 🐶
too many blank lines (2)
irvinehacks-site/apps/api/src/routers/user.py
Line 527 in 0b4be47
There was a problem hiding this comment.
🚫 [mypy] reported by reviewdog 🐶
Name "applicant" is not defined [name-defined]
irvinehacks-site/apps/api/src/routers/user.py
Line 520 in 0b4be47
There was a problem hiding this comment.
🚫 [mypy] reported by reviewdog 🐶
Name "application_type" is not defined [name-defined]
irvinehacks-site/apps/api/src/routers/user.py
Line 520 in 0b4be47
| "roles": [Role.VOLUNTEER], | ||
| "decision": None, | ||
| } | ||
| } No newline at end of file |
There was a problem hiding this comment.
[black-format] reported by reviewdog 🐶
| } | |
| } |
| "roles": [Role.VOLUNTEER], | ||
| "decision": None, | ||
| } | ||
| } No newline at end of file |
There was a problem hiding this comment.
no newline at end of file
Changes
email_handler.send_rsvp_confirmation_emailthat sends an RSVP confirmation email on/rsvpImportant
RSVP Confirmation Email needs to be configured on SendGrid, then the appropriate template ID must be added.