-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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-12] [HOLD for payment 2023-10-10] [$500] Web - Green drag and drop area does not show in full screen #28014
Comments
ProposalPlease re-state the problem that we are trying to solve in this issue.green drag and drop area does not show in full screen What is the root cause of that problem?In App/src/pages/EditRequestReceiptPage.js Lines 35 to 39 in e52f21a
What changes do you think we should make in order to solve the problem?We should move
What alternative solutions did you explore? (Optional)NA |
ProposalPlease re-state the problem that we are trying to solve in this issue.green drag and drop area does not show in full screen in What is the root cause of that problem?the root cause is the App/src/pages/EditRequestReceiptPage.js Lines 35 to 44 in 94c07ea
What changes do you think we should make in order to solve the problem?we need to move What alternative solutions did you explore? (Optional)N/A |
Triggered auto assignment to @dylanexpensify ( |
Job added to Upwork: https://www.upwork.com/jobs/~019a657764a62d532c |
Bug0 Triage Checklist (Main S/O)
|
Triggered auto assignment to @lschurr ( |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @hoangzinh ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.green drag and drop area does not show in full screen What is the root cause of that problem?HeaderWithBackButton is excluded from DragAndDropProvider here What changes do you think we should make in order to solve the problem?Add HeaderWithBackButton as child element of DragAndDropProvider in EditRequestReceiptPage.js App/src/pages/EditRequestReceiptPage.js Lines 36 to 45 in a240941
What alternative solutions did you explore? (Optional)N/A |
Proposal by: @gadhiyamanan ProposalPlease re-state the problem that we are trying to solve in this issue.green drag and drop area does not show in full screen What is the root cause of that problem?HeaderWithBackButton is excluded from DragAndDropProvider here What changes do you think we should make in order to solve the problem?Add HeaderWithBackButton as child element of DragAndDropProvider in EditRequestReceiptPage.js App/src/pages/EditRequestReceiptPage.js Lines 36 to 45 in a240941
What alternative solutions did you explore? (Optional)N/A |
ProposalPlease re-state the problem that we are trying to solve in this issue.Drag and drop highlighting when replacing the receipt from 3 dot menu is different from the drag and drop highlighting in request money scan page. What is the root cause of that problem?We are wrapping only the App/src/pages/EditRequestReceiptPage.js Lines 35 to 44 in 9ab20c5
unlike here App/src/pages/iou/MoneyRequestSelectorPage.js Lines 88 to 93 in 9ab20c5
that wraps the header as well. What changes do you think we should make in order to solve the problem?We wrap the header as well like this in <DragAndDropProvider>
<HeaderWithBackButton
title={translate('common.receipt')}
onBackButtonPress={Navigation.goBack}
/>
<ReceiptSelector
route={route}
transactionID={transactionID}
/>
</DragAndDropProvider> What alternative solutions did you explore? (Optional)If we don't want the header highlighting for both cases we might wrap with
excluding the HeaderWithBackButton
|
Thanks for proposals, everyone. All of proposals have correct RCA and have the same approach. But because @gadhiyamanan is first, I think we should go with his proposal. @gadhiyamanan's proposal #28014 (comment) looks good to me. I traced back the original PR #23046 of the Receipt tab but it doesn't describe how the Drop zone looks like. But in the recent related issue #25709, it seems we would like to make it cover the entire RHN screen. As such, we need to make the Drop zone cover the entire RHN screen in the Edit receipt page as well. 🎀 👀 🎀 C+ reviewed |
Triggered auto assignment to @roryabraham, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
Bump @roryabraham - as long as we all agree, we just need to assign this one to @gadhiyamanan |
📣 @hoangzinh 🎉 An offer has been automatically sent to your Upwork account for the Reviewer role 🎉 Thanks for contributing to the Expensify app! |
📣 @gadhiyamanan 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
📣 @gadhiyamanan 🎉 An offer has been automatically sent to your Upwork account for the Reporter role 🎉 Thanks for contributing to the Expensify app! |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.76-6 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-10. 🎊 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:
|
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:
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.77-7 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-12. 🎊 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:
|
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:
|
Payment summary:
|
Hy @dylanexpensify im also eligible for reporting since after this pr issue still exists on desktop which i have reported here https://expensify.slack.com/archives/C049HHMV9SM/p1695970479763139?thread_ts=1695970479.763139&cid=C049HHMV9SM |
updated @dhairyasenjaliya! |
BugZero Checklist:
|
Quick bump @dylanexpensify on the payout |
on it! |
@dhairyasenjaliya please apply! |
@hoangzinh @gadhiyamanan both of you have been paid! |
@dylanexpensify can you invite seems like currently I'm out of connects on Upwork at moment to apply :( |
@dhairyasenjaliya done! |
thank you and accepted @dylanexpensify |
offer sent @dhairyasenjaliya ! |
done! |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Action Performed:
Expected Result:
green drag and drop area should show in full screen same as scan tab
Actual Result:
drag and drop area does not cover full screen
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: v1.3.73-0
Reproducible in staging?: y
Reproducible in production?: y
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
Notes/Photos/Videos: Any additional supporting documentation
Screen.Recording.2023-09-20.at.4.46.48.PM.mov
Recording.4683.mp4
Expensify/Expensify Issue URL:
Issue reported by: @gadhiyamanan
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1695210899596209
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: