-
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 2025-02-06] [$250] Feature request: Allow for dragging and dropping a receipt file onto the expense without having to first click into the graphic. #53089
Comments
Triggered auto assignment to @strepanier03 ( |
|
Triggered auto assignment to Design team member for new feature review - @shawnborton ( |
Edited by proposal-police: This proposal was edited at 2024-11-25 22:12:40 UTC. ProposalPlease re-state the problem that we are trying to solve in this issue.Allow for dragging and dropping a receipt file onto the expense without having to first click into the graphic What is the root cause of that problem?New Feature What changes do you think we should make in order to solve the problem?we should embed the empty receipt component in the App/src/components/MoneyRequestConfirmationListFooter.tsx Lines 644 to 651 in d5e8710
similar to how it's done in the ImportSpreadsheet App/src/components/ImportSpreadsheet.tsx Lines 165 to 185 in 8d3f1db
optionally we can move that inside the
What alternative solutions did you explore? (Optional) |
Edited by proposal-police: This proposal was edited at 2024-11-25 22:31:37 UTC. ProposalPlease re-state the problem that we are trying to solve in this issue.User have to click it first then add the receipt and unable to drag and drop What is the root cause of that problem?Feature request What changes do you think we should make in order to solve the problem?Replace
App/src/pages/iou/request/step/IOURequestStepScan/index.tsx Lines 774 to 776 in e08c53a
The overall code change might be like this: <StepScreenDragAndDropWrapper>
{(isDraggingOverWrapper) => (
<>
{isLoading && <FullScreenLoadingIndicator />}
{!!gpsRequired && <LocationPermissionModal />}
{!isDraggingOverWrapper && <MoneyRequestConfirmationList />}
<ReceiptDropUI />
<ConfirmModal />
</>
)}
</StepScreenDragAndDropWrapper> |
This seems pretty straightforward to me, perhaps we can just reuse the same styles we get when you go to upload a receipt from the Scan flow? |
Opps. I linked the wrong issue. |
Job added to Upwork: https://www.upwork.com/jobs/~021861562318502187449 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @Ollyws ( |
yeah, this makes sense and should make things a bit easier. |
Let's see if adding the External label again re-adds a new engineer since Marc is OOO. |
Current assignee @Ollyws is eligible for the External assigner, not assigning anyone new. |
🎀👀🎀 C+ reviewed |
Triggered auto assignment to @luacmartins, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
Thanks @Ollyws |
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 9.0.91-2 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 2025-02-06. 🎊 For reference, here are some details about the assignees on this issue:
|
BugZero Checklist: The PR adding this new feature has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
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: 9.0.66-3
Reproducible in staging?: Y
Reproducible in production?: Y
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?:
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: @mallenexpensify
Slack conversation (hyperlinked to channel name): ts_external_expensify_open_source
Action Performed:
Expected Result:
User able to drag and drop receipt
Actual Result:
User have to click it first then add the receipt and unable to drag and drop
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Recording.796.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @Issue Owner
Current Issue Owner: @Issue Owner
Current Issue Owner: @mallenexpensifyThe text was updated successfully, but these errors were encountered: