-
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
[$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. |
Current assignee @Ollyws is eligible for the External assigner, not assigning anyone new. |
Automation got a lil funky here. @Ollyws can you review the above proposals plz? Thx |
I don't think we want to use |
Triggered auto assignment to @marcaaron, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
@Ollyws As mentioned in #53089 (comment), we want it to be the same as the DnD UI in Scan page (and all the DnD flows in our app) so it should include the screen wrapper, not just the add receipt placeholder. |
📣 @abzokhattab 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
Not overdue, looks like we picked a proposal and we're waiting for a PR |
PR is in progress .. just updating the state |
@shawnborton, @Ollyws, @mallenexpensify, @marcaaron, @abzokhattab Huh... This is 4 days overdue. Who can take care of this? |
Let us know when the PR is ready for review. |
Apologies for the late cover .. i had a bug where the receipt drop component was not working so it took sometime to fix it. The PR is ready here please let me know if you have any comments |
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: @The text was updated successfully, but these errors were encountered: