Skip to content

Draft: Boost reject email minds#3780

Ben requested to merge feat/boost-reject-email-m3780 into master

Ticket(s) / Related Merge Requests

minds#3780

Summary of Changes

Change Boost email as per card.

Testing Considerations

Trigger an email with:

# in one tab - DO NOT CLOSE THIS TAB WITHOUT CANCELLING THE PROCESS - IF YOU DO DM ME TO FIX IT.
source /vault/secrets/env && php /var/www/Minds/engine/cli.php EventStreams --subscription=Core\\Boost\\V3\\EventStreams\\BoostEmailEventStreamSubscription

# in another to trigger the email
php cli.php Boost triggerActionEvent --boostGuid=[your boost guid] --eventType='reject' --rejectionReason=9

You may need to access Vitess and change the boosts target audience between 1 and 2 to trigger different states.

Deployment Considerations

Standard deployment - change needs to go to runners.

Regression Scope

Boost emails.

Platform Affected (web, mobile, etc)

Runners

Developer Testing Completed

Manual, updated unit tests.

Screenshots / Screen Recording

image

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out
Edited by Ben

Merge request reports