Skip to content

Have emails direct to single Supermind pages rather than console inbox/outbox #2449

Ben requested to merge feat/email-single-sm-page-2449 into master

Ticket(s) / Related Merge Requests

#2449 (closed)

Summary of Changes

Supermind emails that navigate to the Supermind Console inbox or outbox link to the single Supermind page instead with this change.

Testing Considerations

Affected topics:

  • supermind_request_sent Test by sending a Supermind and clicking the link when logged in as the requester.

  • supermind_request_received Test by receiving a Supermind and clicking the link when logged in as the receiver.

  • supermind_request_expiring_soon May be very difficult to test on sandboxes but should not be any different to the other emails.

Be sure to test deep-linking with mobile.

Note links will NOT send to to a sandbox but minds.io because the supermind-event runner in sandboxes is not linked to a specific sandbox domain - to test you will have to edit the minds.io section of the URL to point to a sandbox instead and verify the link works.

Note both users will need the email setting turned on.

Deployment Considerations

Needs to be deployed to runners.

Regression Scope

Action button in supermind emails for the above types. Effects mobile too.

Platform Affected (web, mobile, etc)

Web / Mobile

Developer Testing Completed

Manual, unit.

Screenshots / Screen Recording

N/A

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