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

[HOLD for payment 2024-03-20] [$250] navigation transition from "transfer balance" screen slides from right instead of left #37982

Closed
1 of 6 tasks
m-natarajan opened this issue Mar 8, 2024 · 22 comments
Assignees
Labels
Awaiting Payment Auto-added when associated PR is deployed to production Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2 External Added to denote the issue can be worked on by a contributor

Comments

@m-natarajan
Copy link

m-natarajan commented Mar 8, 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:
Reproducible in staging?: needs reproduction (transfer balance not available for expensifail accounts)
Reproducible in production?: needs reproduction
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: @blimpich
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1709850736979019

Action Performed:

  1. on mobile, go to account settings > wallet > transfer balance
  2. click the back button in the top left corner

Expected Result:

The app should "slide out" the current page, or in other words the transition should begin from the left.

Actual Result:

The app "slides in," or in other words the transition starts from the right.

Workaround:

unknown

Platforms:

Which of our officially supported platforms is this issue occurring on?

  • Android: Native
  • Android: mWeb Chrome
  • iOS: Native
  • iOS: mWeb Safari
  • MacOS: Chrome / Safari
  • MacOS: Desktop

Screenshots/Videos

Add any screenshot/video evidence

RPReplay_Final1709838205.MP4

View all open jobs on GitHub

Upwork Automation - Do Not Edit
  • Upwork Job URL: https://www.upwork.com/jobs/~01d17bd9fc5de2c53a
  • Upwork Job ID: 1766152600475242496
  • Last Price Increase: 2024-03-08
@m-natarajan m-natarajan added Daily KSv2 Needs Reproduction Reproducible steps needed Bug Something is broken. Auto assigns a BugZero manager. labels Mar 8, 2024
Copy link

melvin-bot bot commented Mar 8, 2024

Triggered auto assignment to @sakluger (Bug), see https://stackoverflow.com/c/expensify/questions/14418 for more details.

@m-natarajan
Copy link
Author

@mountiny tagging you as per this comment.

@bernhardoj
Copy link
Contributor

Proposal

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

The navigation animation is sliding from the right when closing the transfer balance page.

What is the root cause of that problem?

The transfer balance page is a RHP and when we open it, it's the only page in RHP, so going back will use the fallback route.

<HeaderWithBackButton
title={translate('common.transferBalance')}
shouldShowBackButton
onBackButtonPress={() => Navigation.goBack(ROUTES.SETTINGS_WALLET)}
/>

If the fallback route is used, the current page will be replaced with the fallback route resulting in 2 wallet page in the stack.

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

Remove the fallback route.

@sakluger sakluger added External Added to denote the issue can be worked on by a contributor and removed Needs Reproduction Reproducible steps needed labels Mar 8, 2024
Copy link

melvin-bot bot commented Mar 8, 2024

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

@melvin-bot melvin-bot bot changed the title navigation transition from "transfer balance" screen slides from right instead of left [$500] navigation transition from "transfer balance" screen slides from right instead of left Mar 8, 2024
@melvin-bot melvin-bot bot added the Help Wanted Apply this label when an issue is open to proposals by contributors label Mar 8, 2024
Copy link

melvin-bot bot commented Mar 8, 2024

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

@sakluger sakluger removed the Help Wanted Apply this label when an issue is open to proposals by contributors label Mar 8, 2024
@sakluger
Copy link
Contributor

sakluger commented Mar 8, 2024

I'm removing the Help Wanted label for now since @mountiny mentioned that he wanted SWM to work on this one. I've asked in Slack if he'd prefer SWM to work on it or if we can accept proposals.

@mountiny mountiny self-assigned this Mar 8, 2024
@mountiny mountiny changed the title [$500] navigation transition from "transfer balance" screen slides from right instead of left [$250] navigation transition from "transfer balance" screen slides from right instead of left Mar 8, 2024
Copy link

melvin-bot bot commented Mar 8, 2024

Upwork job price has been updated to $250

@mountiny
Copy link
Contributor

mountiny commented Mar 8, 2024

Checking this out, its a simple issue and we got a proposal from @bernhardoj so I would just pick them up

Copy link

melvin-bot bot commented Mar 8, 2024

❌ There was an error making the offer to @jayeshmangwani for the Reviewer role. The BZ member will need to manually hire the contributor.

Copy link

melvin-bot bot commented Mar 8, 2024

❌ There was an error making the offer to @bernhardoj for the Contributor role. The BZ member will need to manually hire the contributor.

@mountiny
Copy link
Contributor

mountiny commented Mar 8, 2024

@bernhardoj Feel free to raise the PR

@bernhardoj
Copy link
Contributor

PR is ready

@kunj2707
Copy link

kunj2707 commented Mar 8, 2024

So its basically pushing the view every time and stacking up.
You just have to maintain the flow and handle the transition.

Copy link

melvin-bot bot commented Mar 8, 2024

📣 @kunj2707! 📣
Hey, it seems we don’t have your contributor details yet! You'll only have to do this once, and this is how we'll hire you on Upwork.
Please follow these steps:

  1. Make sure you've read and understood the contributing guidelines.
  2. Get the email address used to login to your Expensify account. If you don't already have an Expensify account, create one here. If you have multiple accounts (e.g. one for testing), please use your main account email.
  3. Get the link to your Upwork profile. It's necessary because we only pay via Upwork. You can access it by logging in, and then clicking on your name. It'll look like this. If you don't already have an account, sign up for one here.
  4. Copy the format below and paste it in a comment on this issue. Replace the placeholder text with your actual details.
    Screen Shot 2022-11-16 at 4 42 54 PM
    Format:
Contributor details
Your Expensify account email: <REPLACE EMAIL HERE>
Upwork Profile Link: <REPLACE LINK HERE>

@melvin-bot melvin-bot bot added Weekly KSv2 Awaiting Payment Auto-added when associated PR is deployed to production and removed Weekly KSv2 labels Mar 13, 2024
@melvin-bot melvin-bot bot changed the title [$250] navigation transition from "transfer balance" screen slides from right instead of left [HOLD for payment 2024-03-20] [$250] navigation transition from "transfer balance" screen slides from right instead of left Mar 13, 2024
Copy link

melvin-bot bot commented Mar 13, 2024

Reviewing label has been removed, please complete the "BugZero Checklist".

@melvin-bot melvin-bot bot removed the Reviewing Has a PR in review label Mar 13, 2024
Copy link

melvin-bot bot commented Mar 13, 2024

The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.51-3 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue:

If no regressions arise, payment will be issued on 2024-03-20. 🎊

For reference, here are some details about the assignees on this issue:

Copy link

melvin-bot bot commented Mar 13, 2024

BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:

  • [@jayeshmangwani] The PR that introduced the bug has been identified. Link to the PR:
  • [@jayeshmangwani] The offending PR has been commented on, pointing out the bug it caused and why, so the author and reviewers can learn from the mistake. Link to comment:
  • [@jayeshmangwani] A discussion in #expensify-bugs has been started about whether any other steps should be taken (e.g. updating the PR review checklist) in order to catch this type of bug sooner. Link to discussion:
  • [@jayeshmangwani] Determine if we should create a regression test for this bug.
  • [@jayeshmangwani] If we decide to create a regression test for the bug, please propose the regression test steps to ensure the same bug will not reach production again.
  • [@sakluger] Link the GH issue for creating/updating the regression test once above steps have been agreed upon:

@melvin-bot melvin-bot bot added Daily KSv2 and removed Weekly KSv2 labels Mar 20, 2024
Copy link

melvin-bot bot commented Mar 20, 2024

Payment Summary

Upwork Job

BugZero Checklist (@sakluger)

  • I have verified the correct assignees and roles are listed above and updated the neccesary manual offers
  • I have verified that there are no duplicate or incorrect contracts on Upwork for this job (https://www.upwork.com/ab/applicants/1766152600475242496/hired)
  • I have paid out the Upwork contracts or cancelled the ones that are incorrect
  • I have verified the payment summary above is correct

@sakluger
Copy link
Contributor

@jayeshmangwani could you please complete the BZ checklist?

@jayeshmangwani @bernhardoj I've sent out offers via Upwork, please let me know when you've accepted it.

@jayeshmangwani jayeshmangwani mentioned this issue Mar 20, 2024
50 tasks
@jayeshmangwani
Copy link
Contributor

BugZero Checklist:

  • The PR that introduced the bug has been identified. Link to the PR: [Wave 8] Ideal nav  #33280
  • The offending PR has been commented on, pointing out the bug it caused and why, so the author and reviewers can learn from the mistake. Link to comment: [Wave 8] Ideal nav  #33280 (comment)
  • A discussion in #expensify-bugs has been started about whether any other steps should be taken (e.g. updating the PR review checklist) in order to catch this type of bug sooner. Link to discussion: [N/A] It was a huge PR and it may be oversight
  • Determine if we should create a regression test for this bug.

Regression Test Proposal

  1. Go to account settings > wallet > transfer balance
  2. Click the header back button
  3. Validate that transfer balance page close animation is slides to the right

Do we agree 👍 or 👎

@jayeshmangwani
Copy link
Contributor

@sakluger BZ checklist completed and accepted Upwork offer

@sakluger
Copy link
Contributor

Thanks everyone! All paid out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting Payment Auto-added when associated PR is deployed to production Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2 External Added to denote the issue can be worked on by a contributor
Projects
None yet
Development

No branches or pull requests

6 participants