-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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-25] [$250] Workspace - Display name for #announce room members in details page is cut off #29321
Comments
Triggered auto assignment to @alexpensify ( |
Bug0 Triage Checklist (Main S/O)
|
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open
|
Triggered auto assignment to @bondydaa ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.Individual long display names are cut off for the #announce room members when viewing the details. What is the root cause of that problem?In ReportDetailsPage, we are using the The However, it turns out that the What changes do you think we should make in order to solve the problem?Set -const shouldUseFullTitle = ReportUtils.isTaskReport(props.report);
+const shouldUseFullTitle = ReportUtils.isTaskReport(props.report) || ReportUtils.isAnnounceRoom(props.report); There is a pending PR for determining if a report is a group chat. Since the first 2 or 3 display names will be shown for group chats, long names will also need to be properly wrapped. Either Or What alternative solutions did you explore? (Optional)None. |
ProposalPlease re-state the problem that we are trying to solve in this issue.Workspace - Display name for #announce room members in details page is cut off What is the root cause of that problem?In this PR #28200, we removed App/src/pages/ReportDetailsPage.js Line 64 in d122a0d
To: App/src/pages/ReportDetailsPage.js Line 64 in c313a62
What changes do you think we should make in order to solve the problem?Take it back to the old condition. |
What's the expected behaviour here? Should it show the display names only if it's a group chat? |
I mean reuse the logic in function shouldUseFullTitle(report) {
return isMoneyRequestReport(report) || isPolicyExpenseChat(report) || isChatRoom(report) || isChatThread(report) || isTaskReport(report); ;
} |
We want to display the full title.
For group chats let's truncate to show only first 2-3 members. |
Also, going to remove the deploy blocker label since it's not worth holding the deploy for it. |
Job added to Upwork: https://www.upwork.com/jobs/~013b93f9ecc21f556d |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @Santhosh-Sellavel ( |
Let's assign @ginsuma as the proposed solution meets the expected result |
📣 @ginsuma 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
The PR #29669 is ready. |
🎯 ⚡️ Woah @situchan / @ginsuma, 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.86-5 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-25. 🎊 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:
|
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:
|
Here is the payment summary:
Upwork Job: *If applicable, the bonuses will be applied on the final payment Extra Notes regarding payment: There is an urgency bonus here #29321 (comment) |
@techievivek - can you please clarify if there was a discussion to edit the price here to $250? I was going to pay here but realized that this amount is not a normal one. I want to double-check if the urgency bonus applies here too. Thanks! |
Bonus might apply for low price issues as well. |
@situchan I updated the pricing to $250 because it was a straightforward change without much of to-and-fro, so I don't think we will include a bonus payment here since it's very likely that it will get merged in a single day. But I will bring this to team so they can also share their thoughts, I will update you once we reached a consensus, thanks. |
Thanks, I'm going to share $375 which includes the urgency bonus and the decreased amount agreed to here. |
Everyone has been paid in Upwork. @situchan can you please complete the checklist and we can close this GH? Thanks! |
This was caught by QA team, which means regression test already exists. |
Thank you, it's closing time here. Great work! |
|
@ginsuma - I think we are all set here. I checked and Upwork is showing the two transactions - $250 and $125. |
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: 1.3.81-4
Reproducible in staging?: Yes
Reproducible in production?: No
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
Expensify/Expensify Issue URL:
Issue reported by: Applause - Internal Team
Slack conversation:
Action Performed:
Precondition: User A and B do not have display name (display name is email).
Expected Result:
The display name for User A and B is not cut off
Actual Result:
The display name for User A and B is cut off
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
Bug6232988_1697027645425.20231011_195527.mp4
MacOS: Desktop
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @alexpensifyThe text was updated successfully, but these errors were encountered: