fixmystreet
fixmystreet copied to clipboard
[Bucks] Add email alternative to templates
- Adds setting to allow email alternative text to be added
- Filters out alerts that need to send the email text from general alerts of added comments
- Update database with new fields
- Create email templates for email template text
- Updates documentation to include template email text
https://github.com/mysociety/societyworks/issues/2817
Codecov Report
Merging #4001 (297465d) into master (edec516) will decrease coverage by
9.12%
. The diff coverage isn/a
.
:exclamation: Current head 297465d differs from pull request most recent head 6d2795b. Consider uploading reports for the commit 6d2795b to get more accurate results
@@ Coverage Diff @@
## master #4001 +/- ##
==========================================
- Coverage 82.82% 73.69% -9.13%
==========================================
Files 362 55 -307
Lines 25270 4760 -20510
Branches 3809 0 -3809
==========================================
- Hits 20929 3508 -17421
+ Misses 3154 1252 -1902
+ Partials 1187 0 -1187
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
I've added an email_text column to the comments and removed the extra_data stuff. I've also removed the cobrand specifics. I have left the separate template in as I think that it is a different style of email as we discussed, but happy to reconsider. Also added that these emails should go to the reporter and any subscriber should continue to receive the subscription list - which I think is working. Added a test which makes me think it it anyway!
Oh and I think rebasing this branch onto lastest master should hopefully fix the test failures!
@dracos This latest commit to answer feedback on the FD ticket