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-06-13] [$250] Connect Bank account - Background is slightly touching "Numbers" in Onfido Flow #41851

Closed
2 of 6 tasks
lanitochka17 opened this issue May 8, 2024 · 33 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 Design Engineering External Added to denote the issue can be worked on by a contributor

Comments

@lanitochka17
Copy link

lanitochka17 commented May 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: 1.4.71-4
Reproducible in staging?: Y
Reproducible in production?: Unable to check
If this was caught during regression testing, add the test name, ID and link from TestRail: N/A
Email or phone of affected tester (no customers): applausetester+emilio@applause.expensifail.com
Issue reported by: Applause - Internal Team

Issue found when executing PR #41234

Action Performed:

  1. Open the New Expensify app or go to staging.new.expensify.com
  2. Sign into a valid account
  3. Go to Workspace > Enable Workflow > Connect Bank account
  4. Select "Connect manually" and use the testing routing number and account number
  5. On Personal info page, enter "First" and "Last" for first name and last name
  6. Enter any other information on the rest of the Personal info pages and confirm
  7. Observe the page when the user is redirected to the "Terms" page

Expected Result:

User expects correct distancing in between elements

Actual Result:

The Terms "Frame" is slightly touching with the "numbers" in the header

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

Bug6474960_1715182296616.Border_is_touching_the_numbered_steps_in_Onfido_flow_.mp4

Bug6474960_1715182296601!Loading_Terms_is_touching_the_numbers

View all open jobs on GitHub

Upwork Automation - Do Not Edit
  • Upwork Job URL: https://www.upwork.com/jobs/~01fc1107f6a76f2e7b
  • Upwork Job ID: 1788283293391118336
  • Last Price Increase: 2024-05-15
  • Automatic offers:
    • ShridharGoel | Contributor | 0
Issue OwnerCurrent Issue Owner: @thesahindia
@lanitochka17 lanitochka17 added DeployBlockerCash This issue or pull request should block deployment DeployBlocker Indicates it should block deploying the API labels May 8, 2024
Copy link

melvin-bot bot commented May 8, 2024

Triggered auto assignment to @carlosmiceli (DeployBlockerCash), see https://stackoverflowteams.com/c/expensify/questions/9980/ for more details.

Copy link

melvin-bot bot commented May 8, 2024

👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open Staging deploy checklist to see the list of PRs included in this release, then work quickly on the following:

  1. If you find which PR caused the issue/bug, you can reassign it to the person responsible for it.
    • If the author is OOO or won’t get online before the daily deploy is due, you are responsible for finding the best fix/path forward. Don’t hesitate to ask for help!
  2. Try to reproduce the issue, if the bug is on production, remove the DeployBlocker label but stay assigned to fix it (or find out which PR broke it to get help from the author).
    • You can adjust the urgency of the issue to better represent the gravity of the bug.
    • If the issue is super low priority, feel free to un-assign yourself.
    • Be careful with PHP warnings, sometimes it is more complex than just adding a null coalescing operator as they might be uncovering some bigger bug.
    • If it was a one-off issue that requires no action (for example, Bedrock was down or it is a duplicated issue), you can close it.

Remember rule #2: Never un-assign yourself from a real DeployBlocker unless you are 100% sure someone else is assigned and will take care of it.

Copy link
Contributor

github-actions bot commented May 8, 2024

👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:

  1. Identify the pull request that introduced this issue and revert it.
  2. Find someone who can quickly fix the issue.
  3. Fix the issue yourself.

@lanitochka17
Copy link
Author

@carlosmiceli FYI I haven't added the External label as I wasn't 100% sure about this issue. Please take a look and add the label if you agree it's a bug and can be handled by external contributors

@ShridharGoel
Copy link
Contributor

ShridharGoel commented May 8, 2024

Proposal

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

Bottom margin is missing under the step numbers.

What is the root cause of that problem?

Bottom margin is missing here:

<View style={[styles.ph5, styles.mt3, {height: CONST.BANK_ACCOUNT.STEPS_HEADER_HEIGHT}]}>
<InteractiveStepSubHeader
startStepIndex={2}
stepNames={CONST.BANK_ACCOUNT.STEP_NAMES}
/>
</View>

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

Add styles.mb5.

<View style={[styles.ph5, styles.mb5, styles.mt3, {height: CONST.BANK_ACCOUNT.STEPS_HEADER_HEIGHT}]}>
    <InteractiveStepSubHeader
        startStepIndex={2}
        stepNames={CONST.BANK_ACCOUNT.STEP_NAMES}
    />
</View>

This would be same as it is being done below and in other pages in this flow:

<View style={[styles.ph5, styles.mb5, styles.mt3, {height: CONST.BANK_ACCOUNT.STEPS_HEADER_HEIGHT}]}>
<InteractiveStepSubHeader
startStepIndex={1}
stepNames={CONST.WALLET.STEP_NAMES}
/>
</View>

@carlosmiceli
Copy link
Contributor

Looking at it @lanitochka17, will let you know asap!

@carlosmiceli carlosmiceli added Weekly KSv2 External Added to denote the issue can be worked on by a contributor and removed DeployBlocker Indicates it should block deploying the API Hourly KSv2 labels May 8, 2024
@melvin-bot melvin-bot bot changed the title Connect Bank account - Background is slightly touching "Numbers" in Onfido Flow [$250] Connect Bank account - Background is slightly touching "Numbers" in Onfido Flow May 8, 2024
Copy link

melvin-bot bot commented May 8, 2024

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

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

melvin-bot bot commented May 8, 2024

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

@melvin-bot melvin-bot bot added Daily KSv2 and removed Weekly KSv2 labels May 8, 2024
@carlosmiceli carlosmiceli added Bug Something is broken. Auto assigns a BugZero manager. and removed DeployBlockerCash This issue or pull request should block deployment labels May 8, 2024
Copy link

melvin-bot bot commented May 8, 2024

Triggered auto assignment to @sonialiap (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.

@thesahindia
Copy link
Member

@ShridharGoel, the bottom margin will also increase the gap here -

Screenshot 2024-05-09 at 3 56 51 PM

Can we do something about it?

@ShridharGoel
Copy link
Contributor

@thesahindia That header is used to show the back button on the next step when "Accept" is clicked. I don't think we can do something about it.

@thesahindia
Copy link
Member

I think we should get some input from the design team.

cc: @carlosmiceli

Copy link

melvin-bot bot commented May 15, 2024

📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸

@carlosmiceli
Copy link
Contributor

@thesahindia To confirm, are we waiting for an updated proposal from @ShridharGoel?

@thesahindia
Copy link
Member

Looks like we are okay with the extra padding. Let's go with @ShridharGoel's proposal.

🎀 👀 🎀 C+ reviewed

Copy link

melvin-bot bot commented May 16, 2024

Current assignee @carlosmiceli is eligible for the choreEngineerContributorManagement assigner, not assigning anyone new.

Copy link

melvin-bot bot commented May 22, 2024

@carlosmiceli @shawnborton @sonialiap @thesahindia this issue was created 2 weeks ago. Are we close to approving a proposal? If not, what's blocking us from getting this issue assigned? Don't hesitate to create a thread in #expensify-open-source to align faster in real time. Thanks!

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

melvin-bot bot commented May 22, 2024

📣 @ShridharGoel 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app!

Offer link
Upwork job
Please accept the offer and leave a comment on the Github issue letting us know when we can expect a PR to be ready for review 🧑‍💻
Keep in mind: Code of Conduct | Contributing 📖

@carlosmiceli
Copy link
Contributor

@ShridharGoel @thesahindia What's the status of this?

@ShridharGoel
Copy link
Contributor

Will open PR soon.

@melvin-bot melvin-bot bot added Reviewing Has a PR in review Weekly KSv2 and removed Weekly KSv2 labels May 29, 2024
@melvin-bot melvin-bot bot added Weekly KSv2 Awaiting Payment Auto-added when associated PR is deployed to production and removed Weekly KSv2 labels Jun 6, 2024
@melvin-bot melvin-bot bot changed the title [$250] Connect Bank account - Background is slightly touching "Numbers" in Onfido Flow [HOLD for payment 2024-06-13] [$250] Connect Bank account - Background is slightly touching "Numbers" in Onfido Flow Jun 6, 2024
@melvin-bot melvin-bot bot removed the Reviewing Has a PR in review label Jun 6, 2024
Copy link

melvin-bot bot commented Jun 6, 2024

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

Copy link

melvin-bot bot commented Jun 6, 2024

The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.79-11 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-06-13. 🎊

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

Copy link

melvin-bot bot commented Jun 6, 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:

  • [@thesahindia] The PR that introduced the bug has been identified. Link to the PR:
  • [@thesahindia] 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:
  • [@thesahindia] 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:
  • [@thesahindia] Determine if we should create a regression test for this bug.
  • [@thesahindia] 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.
  • [@sonialiap] 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 Jun 12, 2024
@sonialiap
Copy link
Contributor

Payment summary
@ShridharGoel $250 - paid ✔️
@thesahindia $250 - please request in ND and complete the checklist

@melvin-bot melvin-bot bot added the Overdue label Jun 17, 2024
@thesahindia
Copy link
Member

thesahindia commented Jun 17, 2024

We weren't using margin at the bottom of the header. I believe it was intentional at that time. We just made an improvement.

I don't think we need a test case for this.

@melvin-bot melvin-bot bot removed the Overdue label Jun 17, 2024
@JmillsExpensify
Copy link

$250 approved for @thesahindia

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 Design Engineering External Added to denote the issue can be worked on by a contributor
Projects
None yet
Development

No branches or pull requests

7 participants