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
* Sort apps by name
* Add missing migration after help text change
* Add new app to handle custom email dispatching
* Add new model to configure sponsor notifications
* Minimal admin
* Update admin form to validate content as django template
* Add button to preview how template will render
* Add new benefit configuration to flag email targeatable
* Add method to filter sponsorships by included features
* Enable user to select which notification template to use
* Rename variable
* Display warning message if selected sponsorships aren't targetable
* Introduce indirection with use case to send the emails
* Implement method to create a EmailMessage from a notification template
* Display non targetable sponsorship as checkbox instead of text
* Add select all/delete all links
* Filter emails by benefits, not feature configuration
* Better display for notification objects
* Add checkbox to select contact type
* Update get_message method to accept boolean flags to control recipients
* Rename form field name
* Send notification to sponsors
* Register email dispatch with admin log entry activity
* Add input for custom email content
* Display input for custom email content
* UC expects sponsorship object, not PK
* Consider email subject as a template as well
* Refactor to move specific email building part to mailing app
* Remove warning message
* Optimizes sponsorship admin query
* Add option to preview notification
* Fix parameters names
0 commit comments