MSD: land to mailbox registration flow from domain overview card when no emails #107118
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #107032 (comment)
Proposed Changes
Fixes this card in domain overview when that domain has no emails yet:
BEFORE
Click on that card.
Land on Emails page with empty list and broken filter:
Click on the
Add mailboxbutton at the top right.Land in email registration flow:
Choose EXACTLY THE SAME DOMAIN as you started with.
... finally you can add mailbox:
AFTER
You land directly on the last screen.
OUT OF SCOPE
The
<- Emailsback button still points to/v2/emails🥹 seems we need a better solution for handling this scenario. I'm marking this as out of scope of this PR, unless anyone feels strongly. I don't know a good solution for this.Why are these changes being made?
The existing flow is confusing.
Testing Instructions
Test the scenario as described above.
Pre-merge Checklist