[x] Establish default limits for users, i.e. 1,000 by default for non SMS users and arbitrary value based on historic limit & usage for current SMS users.
[x] prep PR to turn on feature flag to put this into production @smcmurtry
[ ] ADR @smcmurtry @andrewleith @sastels, @jimleroyer will review
Testing
General:
[x] New trial service gets limit 50 @yaelberger-commits
[x] Going live bumps up to 1000 @yaelberger-commits
[x] UI change on settings page @yaelberger-commits
[x] changing the sms daily limit triggers the correct email @sastels
[x] receive correct amount of emails based on limits and that the message content is correct (Should get only 1 close to limit and reached limit email but this resets when change limit) @sastels
[x] Designers to review EN and FN content for typos @YedidaZalik
Sending
/sms:
[x] Cannot hop over the limit (with proper error message) @jzbahrai
[x] Can go up to the limit and next send is blocked (with proper error message) @jzbahrai
/bulk:
[x] Cannot hop over the limit (with proper error message) @andrewleith
[x] Can go up to the limit and next send is blocked (with proper error message) @andrewleith
Admin send to yourself: @Pensai
[x] Cannot hop over the limit (with proper error message)
[x] Can go up to the limit and next send is blocked (with proper error message)
Admin send to one recipient: @Pensai
[x] Cannot hop over the limit (with proper error message)
[x] Can go up to the limit and next send is blocked (with proper error message)
Admin send to many: @jimleroyer
[x] Cannot hop over the limit (with proper error message)
[x] Can go up to the limit and next send is blocked (with proper error message)
Existing email sending functionality is unchanged - can send emails when over sms limit
Before Release
Tasks
Testing
General:
Sending
After release