-
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
[PAID] [$500] Distance - Receipt opens Not here page instead of e-receipt when Distance is created offline #31138
Comments
Triggered auto assignment to @strepanier03 ( |
Job added to Upwork: https://www.upwork.com/jobs/~019b7e5a74d81069f4 |
Bug0 Triage Checklist (Main S/O)
|
Triggered auto assignment to Contributor-plus team member for initial proposal review - @s77rt ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.Not here page is displayed What is the root cause of that problem?In here, we're comparing the source like this in order to get the initialPage, the problem is What changes do you think we should make in order to solve the problem?We need to cast both (or only
What alternative solutions did you explore? (Optional)When decoding the URI here, we can check if the source is number, if yes we cast to number.
I actually prefer this a bit more because we ensure that the data is correct from the source, before we pass it by intermediary components. |
ProposalPlease re-state the problem that we are trying to solve in this issue.Attachment modal won't load when offline on a native app. What is the root cause of that problem?We're strictly comparing a number and a string to find the attachment index here:
What changes do you think we should make in order to solve the problem?Convert What alternative solutions did you explore? (Optional)Reminder: Please use plain English, be brief and avoid jargon. Feel free to use images, charts or pseudo-code if necessary. Do not post large multi-line diffs or write walls of text. Do not create PRs unless you have been hired for this job. |
@dukenv0307 Thanks for the proposal. Your RCA is correct. Fixing this at the highest level looks good here i.e. the alternative solution. const decodedSource = decodeURI(_.get(props, ['route', 'params', 'source']));
const source = Number(decodedSource) || decodedSource; If the source is a string of numbers then it's assumed we imported an image asset. In this case the source is supposed to be a number. 🎀 👀 🎀 C+ reviewed |
Triggered auto assignment to @joelbettner, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
@erquhart Thanks for the proposal but it seems to be a dupe. |
Not overdue. @joelbettner #31138 (comment) |
@strepanier03, @joelbettner, @s77rt Still overdue 6 days?! Let's take care of this! |
@strepanier03 @joelbettner @s77rt 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! |
📣 @s77rt 🎉 An offer has been automatically sent to your Upwork account for the Reviewer role 🎉 Thanks for contributing to the Expensify app! |
📣 @dukenv0307 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
Proposal looks good. I assigend @dukenv0307. Sorry for the delay. I was OOO and been catching up on things since I was out. |
@strepanier03 @joelbettner @s77rt @dukenv0307 this issue is now 3 weeks old. There is one more week left before this issue breaks WAQ and will need to go internal. What needs to happen to get a PR in review this week? Please create a thread in #expensify-open-source to discuss. Thanks! |
1 similar comment
@strepanier03 @joelbettner @s77rt @dukenv0307 this issue is now 3 weeks old. There is one more week left before this issue breaks WAQ and will need to go internal. What needs to happen to get a PR in review this week? Please create a thread in #expensify-open-source to discuss. Thanks! |
We have a selected proposal, Melvin |
@s77rt The PR is ready for review. |
This issue has not been updated in over 15 days. @strepanier03, @joelbettner, @s77rt, @dukenv0307 eroding to Monthly issue. P.S. Is everyone reading this sure this is really a near-term priority? Be brave: if you disagree, go ahead and close it out. If someone disagrees, they'll reopen it, and if they don't: one less thing to do! |
PR was deployed to production 3 weeks ago. Seems like the auto process failed here. |
@strepanier03 could you kindly help with the payment here? Thank you! |
Regression Test Proposal
(Related https://expensify.testrail.io/index.php?/cases/view/2661872 and https://expensify.testrail.io/index.php?/cases/view/2730072) |
@strepanier03 friendly bump on this! |
Sorry about this, it was still set to Monthly and went under the radar. |
Thank you both so much for your patience and I'm sorry about the delay here. If you ever notice automation failing and the GH is staying in Monthly or Weekly, you can ping me in Slack right away and I'll switch the label. Frankly, there's just too many GHs every day to be able to check through Weeklies, let alone Monthlies, so I am relying heavily on automation to float things up that need my attention. I've paid you both and created the reg test GH as well. Going to close this out. |
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.97-1
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:
Precondition: Have at least two saved addresses.
Expected Result:
Ereceipt is shown with pending map
Actual Result:
Not here page is displayed
On web, the receipt shows e-receipt with pending map when the request is created offline
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6270172_1699546185542.iOS.mp4
Bug6270172_1699546341273.Web.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: