Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[$250] mWeb - Expensify Classic - Survey page is not shown while switching to expensify classic #52887

Open
1 of 8 tasks
IuliiaHerets opened this issue Nov 21, 2024 · 4 comments
Assignees
Labels
Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2 External Added to denote the issue can be worked on by a contributor Help Wanted Apply this label when an issue is open to proposals by contributors

Comments

@IuliiaHerets
Copy link

IuliiaHerets commented Nov 21, 2024

If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!


Version Number: v9.0.65-1
Reproducible in staging?: Y
Reproducible in production?: Y
Issue was found when executing this PR: #52352
Issue reported by:

Action Performed:

  1. Go to https://staging.new.expensify.com/home
  2. Login expensifail account
  3. Tap settings - switch to expensify classic
  4. Tap take me to expensify classic

Expected Result:

Survey page must be shown while switching to expensify classic.

Actual Result:

Tapping take me to expensify expensify classic user briefly taken to settings page before navigating to expensify classic. Then survey page is not shown while switching to expensify classic.

Note : Before you go page is displayed only for new unvalidated gmail account and it is missing on all other accounts.

Workaround:

Unknown

Platforms:

  • Android: Standalone
  • Android: HybridApp
  • Android: mWeb Chrome
  • iOS: Standalone
  • iOS: HybridApp
  • iOS: mWeb Safari
  • MacOS: Chrome / Safari
  • MacOS: Desktop

Screenshots/Videos

Bug6671447_1732160573273.Screenrecorder-2024-11-21-09-05-15-164.mp4

View all open jobs on GitHub

Upwork Automation - Do Not Edit
  • Upwork Job URL: https://www.upwork.com/jobs/~021859991189955688630
  • Upwork Job ID: 1859991189955688630
  • Last Price Increase: 2024-11-22
Issue OwnerCurrent Issue Owner: @mollfpr
@IuliiaHerets IuliiaHerets added Daily KSv2 Bug Something is broken. Auto assigns a BugZero manager. labels Nov 21, 2024
Copy link

melvin-bot bot commented Nov 21, 2024

Triggered auto assignment to @bfitzexpensify (Bug), see https://stackoverflow.com/c/expensify/questions/14418 for more details. Please add this bug to a GH project, as outlined in the SO.

@mkzie2
Copy link
Contributor

mkzie2 commented Nov 22, 2024

Proposal

Please re-state the problem that we are trying to solve in this issue.

I think after #52526. This is the expected behavior. Survey page should only show for accounts that were redirected from OD to ND before.

But I see one problem here is this:

Tapping take me to Expensify classic user briefly taken to settings page before navigating to Expensify classic.

What is the root cause of that problem?

It's due to the order of executions here:

onPress={() => {
ExitSurvey.switchToOldDot();
Navigation.dismissModal();
Link.openOldDotLink(CONST.OLDDOT_URLS.INBOX);
}}

dismissModal is called before openOldDotLink.

What changes do you think we should make in order to solve the problem?

We should move openOldDotLink before dismissModal.

@bfitzexpensify bfitzexpensify added the External Added to denote the issue can be worked on by a contributor label Nov 22, 2024
@melvin-bot melvin-bot bot changed the title mWeb - Expensify Classic - Survey page is not shown while switching to expensify classic [$250] mWeb - Expensify Classic - Survey page is not shown while switching to expensify classic Nov 22, 2024
Copy link

melvin-bot bot commented Nov 22, 2024

Job added to Upwork: https://www.upwork.com/jobs/~021859991189955688630

@melvin-bot melvin-bot bot added the Help Wanted Apply this label when an issue is open to proposals by contributors label Nov 22, 2024
Copy link

melvin-bot bot commented Nov 22, 2024

Triggered auto assignment to Contributor-plus team member for initial proposal review - @mollfpr (External)

@bfitzexpensify bfitzexpensify moved this to Feedback loops (MEDIUM) in [#whatsnext] #retain Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2 External Added to denote the issue can be worked on by a contributor Help Wanted Apply this label when an issue is open to proposals by contributors
Projects
Status: Feedback loops (MEDIUM)
Development

No branches or pull requests

4 participants