Skip to content

[engine] Allow disabling Supermind received emails minds#3415

Ben requested to merge feat/disable-supermind-email-3415 into master

Ticket(s) / Related Merge Requests

Summary of Changes

Because of limitations in our current email subscription system, the best way to do this without a total refactor of the system was to merge wire_received with Supermind Received (agreed with Mark).

Testing Considerations

  1. Go into your settings menu, and make sure that I Receive A Wire Or Supermind Offer is checked.
  2. You should receive an email notification for a Supermind received.
  3. Flick the switch off.
  4. You should not receive an email.

Deployment Considerations

Standard deployment, but changes will need to be present for the EventStream runner for Core\\Supermind\\SupermindEventStreamsSubscription.

** Should spawn a card for mobile **

Regression Scope

Effects Supermind emails.

Platform Affected (web, mobile, etc)

Web

Developer Testing Completed

Manual

Screenshots / Screen Recording

image

simplescreenrecorder-2022-10-14_10.47.32

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