We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Volontaria have a notification system to avoid sending too much email without reason.
Only way to communicate is by email, so some people can experiment spam sometimes
We want a new model Notification that automatically send an email to the User depending of a new profile attribut active_email_notification.
Notification
User
active_email_notification
Notification need to be used via REST API so the Frontend will be able to display them correctly
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
Volontaria have a notification system to avoid sending too much email without reason.
Current behavior
Only way to communicate is by email, so some people can experiment spam sometimes
Potential solution
We want a new model
Notification
that automatically send an email to theUser
depending of a new profile attributactive_email_notification
.Notification need to be used via REST API so the Frontend will be able to display them correctly
The text was updated successfully, but these errors were encountered: