-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Comments
ProposalPlease 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
What is the root cause of that problem?The root cause of this problem is here on these two lines:
and
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 |
ProposalPlease re-state the problem that we are trying to solve in this issue.We have to hide the What is the root cause of that problem?Logic missing to hide the What changes do you think we should make in order to solve the problem?We should add a variable const isTypeSend = props.iouType === CONST.IOU.MONEY_REQUEST_TYPE.SEND; Only show the Merchant and Date fields if isTypeSend is not true: {!isTypeSend &&
...
} |
Taking this internally |
Job added to Upwork: https://www.upwork.com/jobs/~017f1148f05a8f4e87 |
Triggered auto assignment to Contributor Plus for review of internal employee PR - @parasharrajat ( |
Let me when PR is ready. |
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. |
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. |
|
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.
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:
|
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.
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:
|
Triggered auto assignment to @alexpensify ( |
Bug0 Triage Checklist (Main S/O)
|
@alexpensify only $50 needed for @gadhiyamanan for reportinga |
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.
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:
|
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.
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:
|
No need for the checklist, deploy blocker was clear |
@alexpensify, @mountiny Whoops! This issue is 2 days overdue. Let's get this updated quick! |
@alexpensify only need to pay $50 to @gadhiyamanan |
Here is the payment summary:
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) |
@gadhiyamanan - please accept in Upwork and I can complete the process. Thanks! |
@alexpensify offer accepted, thanks! |
All set and paid in Upwork! |
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:
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?
Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
Screen.Recording.2023-10-11.at.11.52.26.AM.mov
MacOS: Desktop
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: