-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
send email when project receives or loses vouched badge #1861
Comments
@MohammadPCh what is the update on this issue? |
@divine_comedian I've submitted a PR for it, and it's awaiting review. Apologies for not mentioning this issue earlier—I'll add it now! |
@kkatusic would you be able to pick this one up too when you finish the issue related to email verification? |
I will, thx ;) |
We should handle informing the user when they receive the vouched badge as well as when they have it taken away. This should be done via an email sent through Ortto.
Currently we use an activity called
project-verification
that sends averified-status
variable - depending on the value of this variable we send a different email to the user. I've added two new conditions and emails that we can use for this purposevouched
- triggers email for when a project becomes vouchedunvouched
- triggers email for when a project become vouchedNote: If a project becomes verified and givbacks eligible in a single action we should ONLY send the GIVbacks eligible email
conversely, if a project loses it's badge either from rejection of its applicaiton or revoking it's givbacks eligible badge we should only send those email, not the "unvouched" email
steps needed to accomplish
AC
The text was updated successfully, but these errors were encountered: