-
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 2024-06-06] [$250] Concierge name shows up differently across users/clients #38764
Comments
Triggered auto assignment to @zanyrenney ( |
Reassigning as I am OOO. I am back on April 2nd, so can take it back then if needed! Thanks. |
Triggered auto assignment to @MitchExpensify ( |
Checking what name is expected everywhere here https://expensify.slack.com/archives/C03TQ48KC/p1711404254318999?thread_ts=1699541323.795079&cid=C03TQ48KC |
And double checking in #product https://expensify.slack.com/archives/C03U7DCU4/p1711406770617419 |
Ok update OP to:
With regard to which Wave or VIP I think this could fit anywhere as polish and #wave-collect seems like as good a place as any |
Job added to Upwork: https://www.upwork.com/jobs/~01341421c426bb4d52 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @akinwale ( |
Can this be handled externally @akinwale ? |
@MitchExpensify I believe the frontend changes can be handled externally.
This however, would be a backend change. |
Ok cool, maybe its best to split up the issues in that case |
ProposalPlease re-state the problem that we are trying to solve in this issue.Concierge name shows up differently across users/clients What is the root cause of that problem?We are showing the display name of report that is coming from API as it is. What changes do you think we should make in order to solve the problem?We can add the following line in getDisplayNameOrDefault function in PersonalDetailsUtils.ts file: if(passedPersonalDetails?.accountID === CONST.ACCOUNT_ID.CONCIERGE) {
displayName = 'CONCIERGE'
} This will add change the name everywhere in the product. Note The hardcoded 'CONCIERGE' above will be stored as a CONST and used like that. What alternative solutions did you explore? (Optional)Result |
Concierge name is consistent for desktop and web it is because the BE is returning |
Oh good catch @FitseTLT ! Making Internal in that case |
📣 @nexarvo You have been assigned to this job! |
I will review this PR today. |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.77-11 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-06-06. 🎊 For reference, here are some details about the assignees on this issue:
|
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:
|
Reminder set to pay, lets tackle the BZ steps in the meantime @akinwale - Thank you! |
Payment summary:
|
@MitchExpensify offer accepted :) |
Not a regression.
Regression Test Steps Report
LHN
Search
Composer
Do we agree 👍 or 👎? |
Regression steps look good to me. |
Nice! Issue created to add steps |
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.4.55-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): [email protected]
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: @justinpersaud
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1711045413582239
Action Performed:
Expected Result:
Should show up as "Concierge" everywhere in product. It is important that as part of this change we do not revert back to having email notifications come from "Concierge" as the sender. All emails that we currently send from "Expensify Concierge" ([email protected]) should come from "Expensify" which is being handled here internally and we need to ensure that we don't break any other email logic such as how notifications in rooms or Group DMs are sent.
Actual Result:
In desktop shows up "Concierge" and web as "Expensify Concierge"
Workaround:
unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @Issue Owner
Current Issue Owner: @Issue Owner
Current Issue Owner: @MitchExpensifyThe text was updated successfully, but these errors were encountered: