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 2024-02-26] [$500] [MEDIUM] Android - Scan - Icons in Scan receipt context menu appear after delay #34881

Closed
1 of 6 tasks
kbecciv opened this issue Jan 22, 2024 · 31 comments
Assignees
Labels
Awaiting Payment Auto-added when associated PR is deployed to production Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2 External Added to denote the issue can be worked on by a contributor

Comments

@kbecciv
Copy link

kbecciv commented Jan 22, 2024

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: v1.4.28.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
Expensify/Expensify Issue URL:
Issue reported by: Applause - Internal Team
Slack conversation:

Action Performed:

  1. Go to 1:1 DM.
  2. Create a Scan request using receipt taken via device camera.
  3. Navigate to request details page.
  4. Manually enter the amount.
  5. Tap to open the receipt.
  6. Tap 3-dot menu while the receipt is still loading.

Expected Result:

The icons for Replace, Download and Delete receipt in the context menu will appear without delay.

Actual Result:

The icons for Replace, Download and Delete receipt in the context menu appear after delay.

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

Add any screenshot/video evidence

Bug6349480_1705851168741.Screen_Recording_20240121_232125_New_Expensify.mp4

View all open jobs on GitHub

Upwork Automation - Do Not Edit
  • Upwork Job URL: https://www.upwork.com/jobs/~01d26562fb0814a7b3
  • Upwork Job ID: 1749421771987537920
  • Last Price Increase: 2024-02-05
  • Automatic offers:
    • ikevin127 | Contributor | 0
@kbecciv kbecciv added External Added to denote the issue can be worked on by a contributor Daily KSv2 Bug Something is broken. Auto assigns a BugZero manager. labels Jan 22, 2024
Copy link

melvin-bot bot commented Jan 22, 2024

Job added to Upwork: https://www.upwork.com/jobs/~01d26562fb0814a7b3

@melvin-bot melvin-bot bot changed the title Android - Scan - Icons in Scan receipt context menu appear after delay [$500] Android - Scan - Icons in Scan receipt context menu appear after delay Jan 22, 2024
Copy link

melvin-bot bot commented Jan 22, 2024

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

@melvin-bot melvin-bot bot added the Help Wanted Apply this label when an issue is open to proposals by contributors label Jan 22, 2024
Copy link

melvin-bot bot commented Jan 22, 2024

Triggered auto assignment to Contributor-plus team member for initial proposal review - @eVoloshchak (External)

@kbecciv
Copy link
Author

kbecciv commented Jan 22, 2024

We think that this bug might be related to #wave5-free-submitters
CC @dylanexpensify

@melvin-bot melvin-bot bot added the Overdue label Jan 24, 2024
@zanyrenney
Copy link
Contributor

Hey thanks @kbecciv let me check with Dylan!

@dylanexpensify
Copy link
Contributor

agree!

@zanyrenney
Copy link
Contributor

it's been moved over, all good here. waiting on proposals!

@melvin-bot melvin-bot bot added the Overdue label Jan 29, 2024
@eVoloshchak
Copy link
Contributor

Not overdue, waiting on proposals

@melvin-bot melvin-bot bot removed the Overdue label Jan 29, 2024
Copy link

melvin-bot bot commented Jan 29, 2024

📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸

@melvin-bot melvin-bot bot added the Overdue label Jan 31, 2024
@zanyrenney
Copy link
Contributor

awaiting propopsals.

@melvin-bot melvin-bot bot added Overdue and removed Overdue labels Jan 31, 2024
Copy link

melvin-bot bot commented Feb 5, 2024

@eVoloshchak @zanyrenney this issue was created 2 weeks ago. Are we close to approving a proposal? If not, what's blocking us from getting this issue assigned? Don't hesitate to create a thread in #expensify-open-source to align faster in real time. Thanks!

Copy link

melvin-bot bot commented Feb 5, 2024

📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸

@melvin-bot melvin-bot bot removed the Overdue label Feb 5, 2024
@zanyrenney
Copy link
Contributor

bumped in open source room here https://expensify.slack.com/archives/C01GTK53T8Q/p1707218950335999

@MonilBhavsar
Copy link
Contributor

Thanks for the comparison and thoughts!

We're only adding this logic to the index.native.tsx of the ImageSVG component, therefore only for native devices.

Since the issue only happens with Android. How are we feeling about making change only to Android? Let's make sure we don't add regression to iOS.

@melvin-bot melvin-bot bot removed the Help Wanted Apply this label when an issue is open to proposals by contributors label Feb 9, 2024
Copy link

melvin-bot bot commented Feb 9, 2024

📣 @ikevin127 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app!

Offer link
Upwork job
Please accept the offer and leave a comment on the Github issue letting us know when we can expect a PR to be ready for review 🧑‍💻
Keep in mind: Code of Conduct | Contributing 📖

@ikevin127
Copy link
Contributor

Since the issue only happens with Android. How are we feeling about making change only to Android? Let's make sure we don't add regression to iOS.

@MonilBhavsar Sure, would it be acceptable if I simply clone the current index.native.tsx which has a total of 21 lines:

import {Image} from 'expo-image';

and rename one to index.ios.tsx and the other to index.android.tsx, adding the mentioned logic only to Android ?

@MonilBhavsar
Copy link
Contributor

Yes, that's the way I can also think of 👍

@ikevin127
Copy link
Contributor

@eVoloshchak PR #36275 ready for review! 🚀

@melvin-bot melvin-bot bot added Weekly KSv2 Awaiting Payment Auto-added when associated PR is deployed to production and removed Weekly KSv2 labels Feb 19, 2024
@melvin-bot melvin-bot bot changed the title [$500] Android - Scan - Icons in Scan receipt context menu appear after delay [HOLD for payment 2024-02-26] [$500] Android - Scan - Icons in Scan receipt context menu appear after delay Feb 19, 2024
Copy link

melvin-bot bot commented Feb 19, 2024

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

@melvin-bot melvin-bot bot removed the Reviewing Has a PR in review label Feb 19, 2024
Copy link

melvin-bot bot commented Feb 19, 2024

The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.42-5 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 2024-02-26. 🎊

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

Copy link

melvin-bot bot commented Feb 19, 2024

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:

  • [@eVoloshchak] The PR that introduced the bug has been identified. Link to the PR:
  • [@eVoloshchak] The offending PR has been commented on, pointing out the bug it caused and why, so the author and reviewers can learn from the mistake. Link to comment:
  • [@eVoloshchak] A discussion in #expensify-bugs has been started about whether any other steps should be taken (e.g. updating the PR review checklist) in order to catch this type of bug sooner. Link to discussion:
  • [@eVoloshchak] Determine if we should create a regression test for this bug.
  • [@eVoloshchak] If we decide to create a regression test for the bug, please propose the regression test steps to ensure the same bug will not reach production again.
  • [@zanyrenney] Link the GH issue for creating/updating the regression test once above steps have been agreed upon:

@greg-schroeder greg-schroeder changed the title [HOLD for payment 2024-02-26] [$500] Android - Scan - Icons in Scan receipt context menu appear after delay [HOLD for payment 2024-02-26] [$500] [MEDIUM] Android - Scan - Icons in Scan receipt context menu appear after delay Feb 20, 2024
@melvin-bot melvin-bot bot added Daily KSv2 and removed Weekly KSv2 labels Feb 26, 2024
@zanyrenney
Copy link
Contributor

hey there
2024-02-26_15-36-30

i can't get the offer to load for the payment, looking into it but sorry for the delay!

@zanyrenney
Copy link
Contributor

@eVoloshchak requires payment through NewDot Manual Requests - please request $500
@ikevin127 requires payment automatic offer (Contributor) - paid $500 through upwork.

thanks!

@eVoloshchak
Copy link
Contributor

  • The PR that introduced the bug has been identified. Link to the PR: there isn't a PR that has caused this, this was caused by images taking too long to load and not being cached
  • The offending PR has been commented on, pointing out the bug it caused and why, so the author and reviewers can learn from the mistake. Link to comment: N/A
  • A discussion in #expensify-bugs has been started about whether any other steps should be taken (e.g. updating the PR review checklist) in order to catch this type of bug sooner. Link to discussion: I don't think an additional discussion is needed here, this is a simple visual bug
  • Determine if we should create a regression test for this bug.
    Is it easy to test for this bug? Yes
    Is the bug related to an important user flow? No
    Is it an impactful bug? No

    The bug is very minor and has zero impact on user experience, I don't think a regression test is needed here

@JmillsExpensify
Copy link

$500 approved for @eVoloshchak based on this comment.

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 External Added to denote the issue can be worked on by a contributor
Projects
No open projects
Development

No branches or pull requests

7 participants