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-01-11] [$500] Android - IOU-In a address, one word in Hindi and other text in English are shown. #30298

Closed
1 of 6 tasks
lanitochka17 opened this issue Oct 24, 2023 · 47 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 Engineering External Added to denote the issue can be worked on by a contributor

Comments

@lanitochka17
Copy link

lanitochka17 commented Oct 24, 2023

If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!


Version Number: 1.3.90-1

Reproducible in staging?: Yes

Reproducible in production?: Yes

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. Launch app
  2. Tap fab---request money--Distance
  3. Tap start
  4. Enter Chandigarh railway
  5. Select suggested address "Chandigarh Railway Station Ticket Counter, Gali Number 2, Daria, Chandigarh, India"
  6. Tap Start

Expected Result:

The address in address field and suggested addresses with text in Hindi language must not be shown.The entire address must only be in English language. In a address, one word in Hindi and other text in English must not be shown

Actual Result:

The address in address field and suggested addresses showing address with text in Hindi language. In a address, one word in Hindi and other text in English are shown

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

Android: Native
Bug6249418_1698181669205.hindi.mp4

Bug6249418_1698181740250!Screenshot_2023-10-25-02-38-14-262_com Slack-edit

Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop

View all open jobs on GitHub

Upwork Automation - Do Not Edit
  • Upwork Job URL: https://www.upwork.com/jobs/~015ca2087437191a6c
  • Upwork Job ID: 1716936389696782336
  • Last Price Increase: 2023-11-14
  • Automatic offers:
    • 0xmiroslav | Reviewer | 27999208
    • tienifr | Contributor | 27999210
Issue OwnerCurrent Issue Owner: @JmillsExpensify
@lanitochka17 lanitochka17 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 Oct 24, 2023
@melvin-bot melvin-bot bot changed the title Android - IOU-In a address, one word in Hindi and other text in English are shown. [$500] Android - IOU-In a address, one word in Hindi and other text in English are shown. Oct 24, 2023
@melvin-bot
Copy link

melvin-bot bot commented Oct 24, 2023

Job added to Upwork: https://www.upwork.com/jobs/~015ca2087437191a6c

@melvin-bot
Copy link

melvin-bot bot commented Oct 24, 2023

Triggered auto assignment to @JmillsExpensify (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 Oct 24, 2023
@melvin-bot
Copy link

melvin-bot bot commented Oct 24, 2023

Bug0 Triage Checklist (Main S/O)

  • This "bug" occurs on a supported platform (ensure Platforms in OP are ✅)
  • This bug is not a duplicate report (check E/App issues and #expensify-bugs)
    • If it is, comment with a link to the original report, close the issue and add any novel details to the original issue instead
  • This bug is reproducible using the reproduction steps in the OP. S/O
    • If the reproduction steps are clear and you're unable to reproduce the bug, check with the reporter and QA first, then close the issue.
    • If the reproduction steps aren't clear and you determine the correct steps, please update the OP.
  • This issue is filled out as thoroughly and clearly as possible
    • Pay special attention to the title, results, platforms where the bug occurs, and if the bug happens on staging/production.
  • I have reviewed and subscribed to the linked Slack conversation to ensure Slack/Github stay in sync

@melvin-bot
Copy link

melvin-bot bot commented Oct 24, 2023

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

@JmillsExpensify
Copy link

Waiting for proposals

@tienifr
Copy link
Contributor

tienifr commented Oct 25, 2023

Proposal

Please re-state the problem that we are trying to solve in this issue.

Android - IOU-In a address, one word in Hindi and other text in English are shown.

What is the root cause of that problem?

We're using AddressSearch to show the list address

And when we select the address item, we store the address value from details.formatted_address

address: lodashGet(details, 'formatted_address', ''),

But we're using address from autocompleteData to display in the address list

In this case, details.formatted_address contain the hindi character

What changes do you think we should make in order to solve the problem?

We should use autocompleteData.description to get the address here for more consistency

address: lodashGet(details, 'formatted_address', ''),

and

address: lodashGet(details, 'description', ''),

For example:

            address: autocompleteData.description || lodashGet(details, 'formatted_address', ''),

Result

Screen.Recording.2023-10-25.at.12.31.27.mov

@esh-g
Copy link
Contributor

esh-g commented Oct 25, 2023

Will be changed here: #29931

@melvin-bot melvin-bot bot added the Overdue label Oct 26, 2023
@melvin-bot
Copy link

melvin-bot bot commented Oct 30, 2023

@JmillsExpensify, @0xmiroslav Eep! 4 days overdue now. Issues have feelings too...

Copy link

melvin-bot bot commented Oct 31, 2023

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

@JmillsExpensify
Copy link

@0xmiroslav thoughts on the proposal above?

@melvin-bot melvin-bot bot added Overdue and removed Overdue labels Nov 1, 2023
@0xmiros
Copy link
Contributor

0xmiros commented Nov 3, 2023

Will be changed here: #29931

@esh-g I didn't get you. #29931 is merged but this is still reproducible

@melvin-bot melvin-bot bot removed the Overdue label Nov 3, 2023
@esh-g
Copy link
Contributor

esh-g commented Nov 4, 2023

@0xmiroslav I just added it as a a heads up that it may 'change' the behaviour here I didn't say it would get fixed...

@melvin-bot melvin-bot bot added the Overdue label Nov 6, 2023
Copy link

melvin-bot bot commented Nov 7, 2023

@JmillsExpensify @0xmiroslav 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 Nov 7, 2023

@JmillsExpensify, @0xmiroslav Whoops! This issue is 2 days overdue. Let's get this updated quick!

Copy link

melvin-bot bot commented Nov 7, 2023

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

@JmillsExpensify
Copy link

Still waiting on proposals

@melvin-bot melvin-bot bot removed the Overdue label Nov 8, 2023
@tienifr
Copy link
Contributor

tienifr commented Nov 9, 2023

@JmillsExpensify @0xmiroslav I already post the proposal above. What do you think?

Copy link

melvin-bot bot commented Dec 7, 2023

Current assignee @0xmiroslav is eligible for the External assigner, not assigning anyone new.

@melvin-bot melvin-bot bot removed the Help Wanted Apply this label when an issue is open to proposals by contributors label Dec 7, 2023
Copy link

melvin-bot bot commented Dec 7, 2023

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

Offer link
Upwork job

Copy link

melvin-bot bot commented Dec 7, 2023

📣 @tienifr 🎉 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 📖

@tienifr
Copy link
Contributor

tienifr commented Dec 8, 2023

PR ready for review #32708.

@JmillsExpensify
Copy link

PR still in 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 Jan 4, 2024
@melvin-bot melvin-bot bot changed the title [$500] Android - IOU-In a address, one word in Hindi and other text in English are shown. [HOLD for payment 2024-01-11] [$500] Android - IOU-In a address, one word in Hindi and other text in English are shown. Jan 4, 2024
@melvin-bot melvin-bot bot removed the Reviewing Has a PR in review label Jan 4, 2024
Copy link

melvin-bot bot commented Jan 4, 2024

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

Copy link

melvin-bot bot commented Jan 4, 2024

The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.21-4 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-01-11. 🎊

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.

  • External issue reporter
  • Contributor that fixed the issue
  • Contributor+ that helped on the issue and/or PR

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

Copy link

melvin-bot bot commented Jan 4, 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:

  • [@0xmiroslav] The PR that introduced the bug has been identified. Link to the PR:
  • [@0xmiroslav] 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:
  • [@0xmiroslav] 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:
  • [@0xmiroslav] Determine if we should create a regression test for this bug.
  • [@0xmiroslav] 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.
  • [@JmillsExpensify] Link the GH issue for creating/updating the regression test once above steps have been agreed upon:

@melvin-bot melvin-bot bot added Daily KSv2 Overdue and removed Weekly KSv2 labels Jan 11, 2024
Copy link

melvin-bot bot commented Jan 16, 2024

@JmillsExpensify, @amyevans, @0xmiroslav, @tienifr Huh... This is 4 days overdue. Who can take care of this?

Copy link

melvin-bot bot commented Jan 18, 2024

@JmillsExpensify, @amyevans, @0xmiroslav, @tienifr 6 days overdue. This is scarier than being forced to listen to Vogon poetry!

@0xmiros
Copy link
Contributor

0xmiros commented Jan 18, 2024

No regression. This is not bug but inconsistency & improvement.
As this was reported by QA team, I think we can skip regression test.

@JmillsExpensify
Copy link

Thanks for that @0xmiroslav. Adding a payment summary and issuing payments via Upwork:

  • Issuer reporter: QA
  • Contributor: @tienifr $500
  • Contributor+: @0xmiroslav $500

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

All contracts paid out. Closing!

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 Engineering External Added to denote the issue can be worked on by a contributor
Projects
None yet
Development

No branches or pull requests

6 participants