-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 2025-01-02] [$250] Invite - Two same QA guides in the member list after onboarding with Manage my team's expenses #53579
Comments
Triggered auto assignment to @jliexpensify ( |
Job added to Upwork: https://www.upwork.com/jobs/~021864467241309755517 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @dukenv0307 ( |
@dukenv0307 - I'm pretty sure this might be |
ProposalPlease re-state the problem that we are trying to solve in this issueThere are two of the same QA guides in the suggested members list. What is the root cause of that problem?Note I was not able to reproduce the issue, on my side it always showed 1 guide from the Expensify team, it never showed I'm not sure of the exact steps required for this to be consistently reproduced, or why the BE (I assume) sends the same value twice in some instances. I remember similar issues in the past where The root cause of why the list can have two of the same values comes from here: App/src/pages/workspace/WorkspaceInvitePage.tsx Lines 190 to 196 in 0e28aa4
because What changes do you think we should make in order to solve the problem?This is how objects of {
accountID: 2746397
alternateText: "zach@expensify.com"
icons: [Object] (1)
isDisabled: false
isSelected: false
keyForList: "2746397"
login: "zach@expensify.com"
pendingAction: undefined
reportID: ""
text: "Zach Greenwald (EXFY Product Manager)"
} Given this and knowing that we use const personalDetailsFormatted = personalDetailsFormatted
.concat(personalDetailsFormatted)
.filter((item, index, array) => item?.login && index === array.findIndex((i) => i.login === item.login));
|
@jliexpensify I also can't reproduce. Can you share your |
I think it could be BE bug, otherwise we can use @ikevin127's proposal to filter out the duplicated item |
@dukenv0307 @ikevin127 just to confirm: are you creating an entirely new Gmail account for testing? I also realised I don't know why |
@lanitochka17 question for you - your instructions say to use Staging, but is this a bug on Production too? |
@jliexpensify Yes I used an entirely new Gmail account |
Oh, also - what is this?
Is this something only on DEV? |
@dukenv0307 and @ikevin127 - are you using Staging to test? I've been told that the QA Guide only gets allocated to Staging and Applause emails. So you'd need to create a new email and be using Staging. |
I was able to have the ![]() As mentioned in the proposal:
In order for somebody with access to BE to check exactly why there are duplicates in the tester's case we would need their |
@jliexpensify, @dukenv0307 Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
Hmm ok, so since there are 2 ways to go about this and we can't consistently reproduce it... @dukenv0307 can you throw the |
@jliexpensify dukenv0307 has the C+ reviewer role, meaning they can't add / remove labels from issues. But you should be able to as far as I know about your role, or at least the |
Oh hmm...I can't use the |
Oh, you're right - I can do that as well by posting the bowtie since I'm also a C+ and the reviewer mentioned in #53579 (comment):
🎀👀🎀 C+ reviewed |
Triggered auto assignment to @Julesssss, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
PR #54147 is ready for review! |
♻️ Status update: PR is in review, currently blocked by some requests from reviewer which were not founded (IMO), currently awaiting response on whether we can move forward with the PR and merge. For context, below are the discussions. First request from #54147 (comment): ![]() Second request from #54147 (comment): ![]() The second request suggests applying the fix in If proven, I wound't have anything against a broader fix - with a bounty increase to account for the extra work. |
@Julesssss @ikevin127 @dukenv0307 just a heads up that I am OOO from the 19th - 29th. I don't think this needs to be reassigned, as it's the Christmas period + there's a review period + the 7 day wait, but if needed, @Julesssss please re-apply the Otherwise, I'll catch up and sort out the Payment Summary on the 30th. |
This is a more effective implementation for https://github.com/Expensify/App/pull/54147/files which i reverted in this PR
Just as a note: I implemented a more performant fix for this over at this PR where we replace the search functionality with a suffix search tree implementation: So my PR effectively will remove the changes introduced here when it gets merged: Edit: on a second thought, I will keep the changes introduced in the PR as well for callsites using |
This is a more effective implementation for https://github.com/Expensify/App/pull/54147/files which i reverted in this PR
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.78-6 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 2025-01-02. 🎊 For reference, here are some details about the assignees on this issue:
|
@ikevin127 / @dukenv0307 @jliexpensify @ikevin127 / @dukenv0307 The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed. Please copy/paste the BugZero Checklist from here into a new comment on this GH and complete it. If you have the K2 extension, you can simply click: [this button] |
Payment Summary
|
BugZero Checklist:
Bug classificationSource of bug:
Where bug was reported:
Who reported the bug:
Regression Test ProposalTest:
Do we agree 👍 or 👎 |
Paid and job closed. |
$250 approved for @dukenv0307 |
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: 9.0.71-0
Reproducible in staging?: Y
Reproducible in production?: Y
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: N/A
If this was caught during regression testing, add the test name, ID and link from TestRail: N/A
Email or phone of affected tester (no customers): applausetester+kh1311020@applause.expensifail.com
Issue reported by: Applause - Internal Team
Action Performed:
Expected Result:
There will be only one QA guide in the member list
Actual Result:
There are two same QA guides in the member list
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6684422_1733328208888.bandicam_2024-12-04_23-57-41-348.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @jliexpensifyThe text was updated successfully, but these errors were encountered: