-
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-08-20] [$250] Threads - Join thread menu item is not shown for system generated threads #46174
Comments
Triggered auto assignment to @kadiealexander ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.Join thread menu item is not inside the pop up menu which is a different behavior to other threads (Other threads have join thread menu item). What is the root cause of that problem?We only show
What changes do you think we should make in order to solve the problem?We should replace
OPTIONAL: we can also remove What alternative solutions did you explore? (Optional) |
ProposalPlease re-state the problem that we are trying to solve in this issue.There is no join thread option on a system message. What is the root cause of that problem?Currently, we only show join thread if the action is an ADDCOMMENT. App/src/pages/home/report/ContextMenu/ContextMenuActions.tsx Lines 304 to 306 in e9ec3e9
So, system message that has different action type won't have join thread option even though the user can open the thread, leave, rejoin from the report. What changes do you think we should make in order to solve the problem?We already have a logic for Lines 6986 to 7010 in e9ec3e9
However, it requires a child report and it's not always guaranteed that the child report is available after relogin. If we are fine with that, then we can use that replacing the whole current condition. So, we need a solution that heavily rely on the report action itself. We need to know what kind of action that allows the Join thread option. If we look at the
so we can join thread on any kind of action except the expense action and except the thread first chat. (We can add more case if needed)
Final condition
|
Job added to Upwork: https://www.upwork.com/jobs/~018a37718a2aa2c10d |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @mkhutornyi ( |
Thanks for the proposals. |
Triggered auto assignment to @roryabraham, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
📣 @mkhutornyi 🎉 An offer has been automatically sent to your Upwork account for the Reviewer role 🎉 Thanks for contributing to the Expensify app! |
PR is ready cc: @mkhutornyi |
If you are the assigned CME please investigate whether the linked PR caused a regression and leave a comment with the results. If a regression has occurred and you are the assigned CM follow the instructions here. If this regression could have been avoided please consider also proposing a recommendation to the PR checklist so that we can avoid it in the future. |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.19-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-08-20. 🎊 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:
|
@mkhutornyi don't forget the checklist! |
This is not a regression. The bug existed for long time. We didn't consider Join thread option for system messages while implementing this feature. Regression Test Steps
|
Requested in ND. |
Can I get a payment summary for this issue? |
Looks like:
|
Apologies for missing this one! Just a note - $250 to @mkhutornyi (C+ role) was paid via Upwork. |
$250 approved for @bernhardoj |
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: 9.0.12-0
Reproducible in staging?: Y
Reproducible in production?: Y
Email or phone of affected tester (no customers): [email protected]
Logs: https://stackoverflow.com/c/expensify/questions/4856
Issue reported by: Applause-Internal team
Action Performed:
Expected Result:
Join thread menu item is inside the pop up menu.
Actual Result:
Join thread menu item is not inside the pop up menu which is a different behavior to other threads (Other threads have join thread menu item).
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Bug6551773_1721843983545.Screen_Recording_20240724_204909_Chrome.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @kadiealexanderThe text was updated successfully, but these errors were encountered: