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 2023-10-23] Send Money - Arrow is missing on date and merchant field #29330

Closed
6 tasks done
kbecciv opened this issue Oct 11, 2023 · 23 comments
Closed
6 tasks done
Assignees
Labels
Awaiting Payment Auto-added when associated PR is deployed to production Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2 Internal Requires API changes or must be handled by Expensify staff

Comments

@kbecciv
Copy link

kbecciv commented Oct 11, 2023

If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!


Version Number: 1.3.81.5
Reproducible in staging?: y
Reproducible in production?: no ( send money just implemented)
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: @gadhiyamanan
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1697005474290679

Action Performed:

  1. Click on FAB and select send money
  2. Enter amount and select user
  3. Click on show more

Expected Result:

It should show arrow icon beside date and merchant

Actual Result:

It does not show arrow icon

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

Android: Native

Screenshot_20231011-123954_New Expensify Dev

Android: mWeb Chrome

Screenshot_20231011_123148_Chrome

iOS: Native

image (1)

iOS: mWeb Safari

(10) New Expensify

MacOS: Chrome / Safari
Screen.Recording.2023-10-11.at.11.52.26.AM.mov
MacOS: Desktop

image (2)

View all open jobs on GitHub

Upwork Automation - Do Not Edit
  • Upwork Job URL: https://www.upwork.com/jobs/~017f1148f05a8f4e87
  • Upwork Job ID: 1712176568336138240
  • Last Price Increase: 2023-10-11
@Nathan-Mulugeta
Copy link

Proposal

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

We want to hide the merchant and date fields. As per this comment

If in the manual send money flow, yeah, I think we can hide the merchant and date fields.

What is the root cause of that problem?

The root cause of this problem is here on these two lines:

{shouldShowSmartScanFields && (

and

{shouldShowSmartScanFields && (

We are not checking if it is a request type before rendering the merchant and date fields.

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

We can add a check if it is a request type and render the fields only when it is a request type not when it is a send money flow by changing this line of code:

 {shouldShowSmartScanFields && (

To:

{shouldShowSmartScanFields && isTypeRequest && (

What alternative solutions did you explore? (Optional)

NA

@neonbhai
Copy link
Contributor

Proposal

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

We have to hide the Merchant and Date Fields in Send Money Flow according to the Slack Conversation.

What is the root cause of that problem?

Logic missing to hide the Merchant and Date Fields in MoneyRequestConfirmationList

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

We should add a variable isTypeSend and use it to hide the Merchant and Date fields.

const isTypeSend = props.iouType === CONST.IOU.MONEY_REQUEST_TYPE.SEND;

Only show the Merchant and Date fields if isTypeSend is not true:

{!isTypeSend &&
	...
}

@mountiny
Copy link
Contributor

Taking this internally

@mountiny mountiny added the Internal Requires API changes or must be handled by Expensify staff label Oct 11, 2023
@melvin-bot
Copy link

melvin-bot bot commented Oct 11, 2023

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

@melvin-bot
Copy link

melvin-bot bot commented Oct 11, 2023

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

@parasharrajat
Copy link
Member

Let me when PR is ready.

@melvin-bot
Copy link

melvin-bot bot commented Oct 11, 2023

⚠️ Looks like this issue was linked to a Deploy Blocker here

If you are the assigned CME please investigate whether the linked PR caused a regression and leave a comment with the results.

If a regression has occurred and you are the assigned CM follow the instructions here.

If this regression could have been avoided please consider also proposing a recommendation to the PR checklist so that we can avoid it in the future.

@melvin-bot melvin-bot bot added Reviewing Has a PR in review Weekly KSv2 and removed Daily KSv2 labels Oct 11, 2023
@melvin-bot
Copy link

melvin-bot bot commented Oct 11, 2023

⚠️ Looks like this issue was linked to a Deploy Blocker here

If you are the assigned CME please investigate whether the linked PR caused a regression and leave a comment with the results.

If a regression has occurred and you are the assigned CM follow the instructions here.

If this regression could have been avoided please consider also proposing a recommendation to the PR checklist so that we can avoid it in the future.

@melvin-bot melvin-bot bot added Weekly KSv2 Awaiting Payment Auto-added when associated PR is deployed to production and removed Weekly KSv2 labels Oct 13, 2023
@melvin-bot melvin-bot bot changed the title Send Money - Arrow is missing on date and merchant field [HOLD for payment 2023-10-20] Send Money - Arrow is missing on date and merchant field Oct 13, 2023
@melvin-bot melvin-bot bot removed the Reviewing Has a PR in review label Oct 13, 2023
@melvin-bot
Copy link

melvin-bot bot commented Oct 13, 2023

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

@melvin-bot
Copy link

melvin-bot bot commented Oct 13, 2023

The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.83-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 2023-10-20. 🎊

After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.

  • External issue reporter
  • Contributor that fixed the issue
  • Contributor+ that helped on the issue and/or PR

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

As a reminder, here are the bonuses/penalties that should be applied for any External issue:

  • Merged PR within 3 business days of assignment - 50% bonus
  • Merged PR more than 9 business days after assignment - 50% penalty

@melvin-bot melvin-bot bot added Weekly KSv2 and removed Weekly KSv2 labels Oct 13, 2023
@melvin-bot melvin-bot bot changed the title [HOLD for payment 2023-10-20] Send Money - Arrow is missing on date and merchant field [HOLD for payment 2023-10-20] [HOLD for payment 2023-10-20] Send Money - Arrow is missing on date and merchant field Oct 13, 2023
@melvin-bot
Copy link

melvin-bot bot commented Oct 13, 2023

The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.83-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 2023-10-20. 🎊

After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.

  • External issue reporter
  • Contributor that fixed the issue
  • Contributor+ that helped on the issue and/or PR

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

As a reminder, here are the bonuses/penalties that should be applied for any External issue:

  • Merged PR within 3 business days of assignment - 50% bonus
  • Merged PR more than 9 business days after assignment - 50% penalty

@mountiny mountiny changed the title [HOLD for payment 2023-10-20] [HOLD for payment 2023-10-20] Send Money - Arrow is missing on date and merchant field [HOLD for payment 2023-10-20] Send Money - Arrow is missing on date and merchant field Oct 15, 2023
@melvin-bot
Copy link

melvin-bot bot commented Oct 15, 2023

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

@melvin-bot melvin-bot bot added Daily KSv2 and removed Weekly KSv2 labels Oct 15, 2023
@melvin-bot
Copy link

melvin-bot bot commented Oct 15, 2023

Bug0 Triage Checklist (Main S/O)

  • This "bug" occurs on a supported platform (ensure Platforms in OP are ✅)
  • This bug is not a duplicate report (check E/App issues and #expensify-bugs)
    • If it is, comment with a link to the original report, close the issue and add any novel details to the original issue instead
  • This bug is reproducible using the reproduction steps in the OP. S/O
    • If the reproduction steps are clear and you're unable to reproduce the bug, check with the reporter and QA first, then close the issue.
    • If the reproduction steps aren't clear and you determine the correct steps, please update the OP.
  • This issue is filled out as thoroughly and clearly as possible
    • Pay special attention to the title, results, platforms where the bug occurs, and if the bug happens on staging/production.
  • I have reviewed and subscribed to the linked Slack conversation to ensure Slack/Github stay in sync

@mountiny
Copy link
Contributor

@alexpensify only $50 needed for @gadhiyamanan for reportinga

@parasharrajat parasharrajat removed their assignment Oct 15, 2023
@melvin-bot melvin-bot bot added Weekly KSv2 and removed Daily KSv2 labels Oct 16, 2023
@melvin-bot melvin-bot bot changed the title [HOLD for payment 2023-10-20] Send Money - Arrow is missing on date and merchant field [HOLD for payment 2023-10-23] [HOLD for payment 2023-10-20] Send Money - Arrow is missing on date and merchant field Oct 16, 2023
@melvin-bot
Copy link

melvin-bot bot commented Oct 16, 2023

The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.84-10 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 2023-10-23. 🎊

After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.

  • External issue reporter
  • Contributor that fixed the issue
  • Contributor+ that helped on the issue and/or PR

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

As a reminder, here are the bonuses/penalties that should be applied for any External issue:

  • Merged PR within 3 business days of assignment - 50% bonus
  • Merged PR more than 9 business days after assignment - 50% penalty

@melvin-bot melvin-bot bot added Weekly KSv2 and removed Weekly KSv2 labels Oct 16, 2023
@melvin-bot melvin-bot bot changed the title [HOLD for payment 2023-10-23] [HOLD for payment 2023-10-20] Send Money - Arrow is missing on date and merchant field [HOLD for payment 2023-10-23] [HOLD for payment 2023-10-23] [HOLD for payment 2023-10-20] Send Money - Arrow is missing on date and merchant field Oct 16, 2023
@melvin-bot
Copy link

melvin-bot bot commented Oct 16, 2023

The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.84-10 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 2023-10-23. 🎊

After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.

  • External issue reporter
  • Contributor that fixed the issue
  • Contributor+ that helped on the issue and/or PR

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

As a reminder, here are the bonuses/penalties that should be applied for any External issue:

  • Merged PR within 3 business days of assignment - 50% bonus
  • Merged PR more than 9 business days after assignment - 50% penalty

@Expensify Expensify deleted a comment from melvin-bot bot Oct 16, 2023
@Expensify Expensify deleted a comment from melvin-bot bot Oct 16, 2023
@mountiny
Copy link
Contributor

No need for the checklist, deploy blocker was clear

#29330 (comment)

@melvin-bot melvin-bot bot added Daily KSv2 Overdue and removed Weekly KSv2 labels Oct 20, 2023
@melvin-bot
Copy link

melvin-bot bot commented Oct 23, 2023

@alexpensify, @mountiny Whoops! This issue is 2 days overdue. Let's get this updated quick!

@mountiny mountiny changed the title [HOLD for payment 2023-10-23] [HOLD for payment 2023-10-23] [HOLD for payment 2023-10-20] Send Money - Arrow is missing on date and merchant field [HOLD for payment 2023-10-23] Send Money - Arrow is missing on date and merchant field Oct 23, 2023
@mountiny
Copy link
Contributor

@alexpensify only need to pay $50 to @gadhiyamanan

@melvin-bot melvin-bot bot removed the Overdue label Oct 23, 2023
@alexpensify
Copy link
Contributor

Here is the payment summary:

  • External issue reporter @gadhiyamanan $50
  • Contributor that fixed the issue N/A
  • Contributor+ that helped on the issue and/or PR N/A

Upwork Job: https://www.upwork.com/jobs/~017f1148f05a8f4e87

*If applicable, the bonuses will be applied on the final payment

Extra Notes regarding payment: Payment was confirmed here #29330 (comment)

@alexpensify
Copy link
Contributor

@gadhiyamanan - please accept in Upwork and I can complete the process. Thanks!

@gadhiyamanan
Copy link
Contributor

@alexpensify offer accepted, thanks!

@alexpensify
Copy link
Contributor

All set and paid in Upwork!

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 Internal Requires API changes or must be handled by Expensify staff
Projects
None yet
Development

No branches or pull requests

7 participants