-
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
[Awaiting checklist] [$125] [CRITICAL] [UX Reliability] Domain chat room is showing in focus mode in LHN despite not having any new messages #43782
Comments
Triggered auto assignment to Contributor-plus team member for initial proposal review - @eVoloshchak ( |
Current assignee @mountiny is eligible for the AutoAssignerNewDotQuality assigner, not assigning anyone new. |
Triggered auto assignment to @twisterdotcom ( |
Job added to Upwork: https://www.upwork.com/jobs/~01c0a47577add24a8e |
Current assignee @eVoloshchak is eligible for the External assigner, not assigning anyone new. |
I also have this same domain room in my foucs mode LHN even though its not unread. Here's its onyx data Onyx Object
|
ProposalPlease re-state the problem that we are trying to solve in this issue.[CRITICAL] [UX Reliability] Domain chat room is showing in focus mode in LHN despite not having any new messages What is the root cause of that problem?This early return is the problem https://github.com/Expensify/App/blob/main/src/libs/SidebarUtils.ts#L120-L122. The condition is checking only What changes do you think we should make in order to solve the problem?Limit the condition to only the system chat https://github.com/Expensify/App/blob/main/src/libs/SidebarUtils.ts#L120, afterwards it will still work well for the Expensify account onboarding chat and will not affect other chats like domain room.
The only change was to add What alternative solutions did you explore? (Optional) |
…ing in focus mode in LHN despite not having any new messages
ProposalPlease re-state the problem that we are trying to solve in this issue.[CRITICAL] [UX Reliability] Domain chat room is showing in focus mode in LHN despite not having any new messages What is the root cause of that problem?The early return condition in the code at SidebarUtils.ts#L120 doesn't check whether the focus mode is active or not and displays system chat regardless of the priority mode. What changes do you think we should make in order to solve the problem?We need to add a check for priority mode at SidebarUtils.ts#L121. It should display the report only if it's unread while the user is in focus mode. What alternative solutions did you explore? (Optional)N/A |
📣 @AbdulRehmanMehar! 📣
|
Contributor details |
✅ Contributor details stored successfully. Thank you for contributing to Expensify! |
@eVoloshchak how are these proposals? |
Upwork job price has been updated to $125 |
Payment Summary:
|
@twisterdotcom @mountiny I think I'm also due a partial compensation here because my proposal was used to fix the issue, and this issue was |
That is fair, the Help Wanted label was on the issue and similar solution was used so $50 to @daledah cc @twisterdotcom please |
@mountiny I think same as the reviewer ($125) should be more fair. I think it takes equal (or more) effort to come up with the original RCA and working solution than to review the PR with existing solution. What do you think? |
@daledah Sorry, $50 is more in line with how we handle such partial rewards. I do not think its valid to issue to full reward of this issue given you did not have to create the PR and complete the checklist/ test and record on all platforms, which is the time consuming part. I hope that makes sense |
@mountiny The issue was for $250, $125 is half the reward though. Anyway I'd be happy with any final decision made here 👍 |
Yeah, I'm sorry, but $50 was being issued elsewhere, even for $250. I'm also sorry that the help wanted label was added, and then it was handled by the original PR author. This risk always exists as the PR author is supposed to fix regressions. Hopefully, you can land the full reward on some other task where we merge your PR 💪 thanks for contributing. |
@eVoloshchak @twisterdotcom @koko57 @mountiny this issue is now 4 weeks old, please consider:
Thanks! |
Regression Test Proposal
Do we agree 👍 or 👎 |
@mountiny, this regression stems from #41343, which I wasn't involved in |
Okay, as that PR wasn't reviewed by @eVoloshchak, I think we can do another $125, right @mountiny? |
@twisterdotcom @eVoloshchak sounds good, apologies for missing this! |
Just a note then, I have updated the Payment Summary here for you to refer back to @eVoloshchak. |
Sorry @twisterdotcom I'm also due payment here (see this) |
Sorry for missing that |
$250 approve for @eVoloshchak |
@daledah same as this issue: #44150 (comment). I need a valid upwork profile link for you to send a payment contract to please. Could you drop a link to your profile or DM I updated the Payment Summary here in the meantime too. |
This comment was marked as outdated.
This comment was marked as outdated.
@twisterdotcom Sure, here it is https://www.upwork.com/freelancers/~0138d999529f34d33f. Please help send an offer to my profile there. Thanks |
Offer sent. Payment Summary updated with link. |
@twisterdotcom I accepted that offer, thanks for helping 🙏 |
Problem
In focus mode, only pinned chats, drafts, GBR, unread chats should be showing in LHN. There is now also a domain room chat that is not unread, has not new messages, no GBR or RBR in it. Here is the onyx data.
Why is it showing?
Solution
Investigate why the domain chat is showing in focus mode based on the report data above.
Issue Owner
Current Issue Owner: @Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @twisterdotcomThe text was updated successfully, but these errors were encountered: