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] [HOLD for payment 2024-04-03] [Simplified Collect] [Workflows] Connect bank account label is too small in Workspace > Workflows #38584

Closed
2 of 6 tasks
lakchote opened this issue Mar 19, 2024 · 18 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 Help Wanted Apply this label when an issue is open to proposals by contributors Internal Requires API changes or must be handled by Expensify staff

Comments

@lakchote
Copy link
Contributor

lakchote commented Mar 19, 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.54-1
Reproducible in staging?: Y
Reproducible in production?: Y
If this was caught during regression testing, add the test name, ID and link from TestRail: NA
Email or phone of affected tester (no customers): NA
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL: NA
Issue reported by: @shawnborton
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1710853970755619

Action Performed:

  1. Go to Workspace settings and enable Workflows.
  2. From here, enable "Make or track payments"

Expected Result:

The default label for "Connect bank account" should be in 15px font size.

Actual Result:

The label is in 13px font.

Workaround:

NA, pertains to font-size.

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

image

Upwork Automation - Do Not Edit
  • Upwork Job URL: https://www.upwork.com/jobs/~01058f2b7b8cc824a4
  • Upwork Job ID: 1770120433483059200
  • Last Price Increase: 2024-04-26
@lakchote lakchote added Daily KSv2 Bug Something is broken. Auto assigns a BugZero manager. labels Mar 19, 2024
@lakchote lakchote self-assigned this Mar 19, 2024
Copy link

melvin-bot bot commented Mar 19, 2024

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

@shubham1206agra
Copy link
Contributor

Proposal

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

Connect bank account label is too small in Workspace > Workflows

What is the root cause of that problem?

This is due to the usage of the wrong component. Used MenuItem instead of MenuItemWithTopDescription.

Line

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

Replace MenuItem with MenuItemWithTopDescription, and adjust the usage accordingly.

Sample

<MenuItemWithTopDescription
    description={hasVBA ? translate('common.bankAccount') : translate('workflowsPage.connectBankAccount')}
    title={state === BankAccount.STATE.OPEN ? bankDisplayName : undefined}
    onPress={() => navigateToBankAccountRoute(route.params.policyID, ROUTES.WORKSPACE_WORKFLOWS.getRoute(route.params.policyID))}
    shouldShowRightIcon
    wrapperStyle={containerStyle}
    hoverAndPressStyle={[styles.mr0, styles.br2]}
/>

Similar change should be made to

Result

image

What alternative solutions did you explore? (Optional)

@lakchote lakchote added the Internal Requires API changes or must be handled by Expensify staff label Mar 19, 2024
Copy link

melvin-bot bot commented Mar 19, 2024

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

Copy link

melvin-bot bot commented Mar 19, 2024

Triggered auto assignment to Contributor Plus for review of internal employee PR - @jjcoffee (Internal)

@lakchote
Copy link
Contributor Author

@shubham1206agra thanks for your proposal but this will be dealt internally as it's a small change and I've assigned myself right from the start.

@melvin-bot melvin-bot bot added Reviewing Has a PR in review Weekly KSv2 and removed Daily KSv2 labels Mar 19, 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 Mar 27, 2024
@melvin-bot melvin-bot bot changed the title [Simplified Collect] [Workflows] Connect bank account label is too small in Workspace > Workflows [HOLD for payment 2024-04-03] [Simplified Collect] [Workflows] Connect bank account label is too small in Workspace > Workflows Mar 27, 2024
@melvin-bot melvin-bot bot removed the Reviewing Has a PR in review label Mar 27, 2024
Copy link

melvin-bot bot commented Mar 27, 2024

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

Copy link

melvin-bot bot commented Mar 27, 2024

The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.56-8 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-04-03. 🎊

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

  • @jjcoffee requires payment (Needs manual offer from BZ)

Copy link

melvin-bot bot commented Mar 27, 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:

  • [@jjcoffee] The PR that introduced the bug has been identified. Link to the PR:
  • [@jjcoffee] 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:
  • [@jjcoffee] 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:
  • [@jjcoffee] Determine if we should create a regression test for this bug.
  • [@jjcoffee] 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.
  • [@kevinksullivan] Link the GH issue for creating/updating the regression test once above steps have been agreed upon:

@jjcoffee jjcoffee mentioned this issue Apr 4, 2024
50 tasks
@jjcoffee
Copy link
Contributor

jjcoffee commented Apr 4, 2024

  • The PR that introduced the bug has been identified. Link to the PR: feat: Workflow payer page #37629
  • 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: https://github.com/Expensify/App/pull/37629/files#r1551133005
  • 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
  • Determine if we should create a regression test for this bug. Yes
  • 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.

Regression Test Proposal

  1. Go to Workspace settings and enable Workflows.
  2. From here, enable "Make or track payments"
  3. Verify that the Connect bank account label is 15px font size

Do we agree 👍 or 👎

@jjcoffee
Copy link
Contributor

jjcoffee commented Apr 8, 2024

@kevinksullivan Friendly bump for payment 🙇

@jjcoffee
Copy link
Contributor

@kevinksullivan Another friendly bump 🙇

@jjcoffee
Copy link
Contributor

@kevinksullivan Would you be able to process payment on this please? Thanks 🙏

@jjcoffee
Copy link
Contributor

Just to note that this issue is from before the change in the default payment, so this one should be $500 cc @kevinksullivan.

@kevinksullivan kevinksullivan added the External Added to denote the issue can be worked on by a contributor label Apr 26, 2024
@melvin-bot melvin-bot bot changed the title [HOLD for payment 2024-04-03] [Simplified Collect] [Workflows] Connect bank account label is too small in Workspace > Workflows [$250] [HOLD for payment 2024-04-03] [Simplified Collect] [Workflows] Connect bank account label is too small in Workspace > Workflows Apr 26, 2024
@melvin-bot melvin-bot bot added the Help Wanted Apply this label when an issue is open to proposals by contributors label Apr 26, 2024
Copy link

melvin-bot bot commented Apr 26, 2024

Current assignee @jjcoffee is eligible for the External assigner, not assigning anyone new.

@melvin-bot melvin-bot bot added Daily KSv2 and removed Weekly KSv2 labels Apr 26, 2024
@kevinksullivan
Copy link
Contributor

offer sent @jjcoffee lmk when you accept

https://www.upwork.com/jobs/~01c41af72ecd13262c

@melvin-bot melvin-bot bot added the Overdue label Apr 29, 2024
@jjcoffee
Copy link
Contributor

@kevinksullivan Accepted, thanks!

@melvin-bot melvin-bot bot added Overdue and removed Overdue labels Apr 29, 2024
@shawnborton
Copy link
Contributor

Not overdue, just finalizing payments.

@melvin-bot melvin-bot bot removed the Overdue label Apr 29, 2024
@kevinksullivan
Copy link
Contributor

all set!

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 Help Wanted Apply this label when an issue is open to proposals by contributors Internal Requires API changes or must be handled by Expensify staff
Projects
None yet
Development

No branches or pull requests

5 participants