-
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 2023-10-02] [$500] Feature Request: Allow searching a currency by country name #26120
Comments
Triggered auto assignment to @sonialiap ( |
Triggered auto assignment to @joekaufmanexpensify ( |
Bug0 Triage Checklist (Main S/O)
|
From: @huzaifa-99 ProposalPlease re-state the problem that we are trying to solve in this issue.We want the currency list to be searchable by name along with the currency code What is the root cause of that problem?Our currency search in What changes do you think we should make in order to solve the problem?The // pseudocode
const currencyOptions = _.map(currencyList, (currencyInfo, currencyCode) => {
const isSelectedCurrency = currencyCode === selectedCurrencyCode;
return {
countryName: currencyInfo.name, // adding country name in currency options
text: `${currencyCode} - ${CurrencyUtils.getLocalizedCurrencySymbol(currencyCode)}`,
// .... other code and update our search here to be something like this // pseudocode
const searchRegex = new RegExp(Str.escapeForRegExp(searchValue.trim()), 'i'); // trim the search value
const filteredCurrencies = _.filter(currencyOptions, (currencyOption) => searchRegex.test(currencyOption.text) || searchRegex.test(currencyOption.countryName)); // also check for country name This will allow us to search currencies by country name, we can do some optimizations here as well. What alternative solutions did you explore? (Optional)N/A |
IMO, this doesn't really feel like a priority personally. The list of currencies doesn't list the unabbreviated country name, so I wouldn't personally expect that you could search by country. In any event, I was assigned by the bug zero auto-assigner (and this is not a bug), so going to un-assign. I'll defer to @sonialiap (who was assigned for new feature) as to whether we should close this or proceed. |
@sonialiap Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
I think this is a nice-to-have feature. I'm checking in with the team |
Triaging to external |
Job added to Upwork: https://www.upwork.com/jobs/~01ddc1f0abd774828f |
Current assignee @sonialiap is eligible for the External assigner, not assigning anyone new. |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @mollfpr ( |
📣 @huzaifa-99 🎉 An offer has been automatically sent to your Upwork account for the Reporter role 🎉 Thanks for contributing to the Expensify app! |
@mollfpr @yuwenmemon PR #27946 is ready for review. |
🎯 ⚡️ Woah @mollfpr / @huzaifa-99, great job pushing this forwards! ⚡️ The pull request got merged within 3 working days of assignment, so this job is eligible for a 50% #urgency bonus 🎉
On to the next one 🚀 |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.73-1 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 2023-10-02. 🎊 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.
For reference, here are some details about the assignees on this issue:
As a reminder, here are the bonuses/penalties that should be applied for any External issue:
|
No offending PR.
This is a feature request, the regression step should be good.
|
@sonialiap Requested the payment in NewDot because I have yet to accept the Upwork offer. Thank you! |
@sonialiap Can you please add a payment summary to this issue? |
Bump on this @sonialiap |
Thanks, but I'm not interested.
пн, 9 жовт. 2023 р. о 18:18 Huzaifa Rasheed ***@***.***> пише:
… Bump on this
<#26120 (comment)>
@sonialiap <https://github.com/sonialiap>
—
Reply to this email directly, view it on GitHub
<#26120 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BA264ZVGUK5QLO2WBORBGF3X6PFP3AVCNFSM6AAAAAA4B5OITGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJSG4ZTINZUGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@mollfpr review + time bonus = $750 - ND EDIT: paid |
Paid Huzaifa via upwork |
$750 payment approved for @mollfpr based on BZ summary. |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Action Performed:
Afgahn for AFN
,United Sta... for USD
Expected Result:
We should be able to search currency by country name
Actual Result:
We are not able to search currency by country name
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: 1.3.58.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
Notes/Photos/Videos: Any additional supporting documentation
Cant.search.currency.by.country.name.1.mov
Expensify/Expensify Issue URL:
Issue reported by: @huzaifa-99
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1692707449381759
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: