-
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
[$250] Composer - "Split expense" and "Create expense" options only appear after a delay #54327
Comments
Triggered auto assignment to @trjExpensify ( |
@trjExpensify FYI I haven't added the External label as I wasn't 100% sure about this issue. Please take a look and add the label if you agree it's a bug and can be handled by external contributors. |
Triggered auto assignment to @chiragsalian ( |
💬 A slack conversation has been started in #expensify-open-source |
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
|
I'm unable to reproduce the issue. I see "Split expense" and "Create expense" just fine. I tested it as quickly as i could without refreshing the page. Can you retest @vincdargento? I'm wondering if maybe there was some site slowdown causing you to miss the onyx data. Also can you test @trjExpensify, if issue is non reproducible we can close it out. |
Asked tom and he is unable to reproduce the issue as well. Going to close it out, but if you are able to reproduce the issue let us know @vincdargento. |
Agreed. Thread here for the breadcrumbs! |
@chiragsalian Tester was able to reproduce again, reopening in case you want to take a look bandicam.2024-12-19.22-22-17-178.mp4 |
okay well either way since its not consistently reproducible by all, and/or since its an edge case i don't feel like its a blocker. So I'll remove out those labels. I'll mark it external to get more eyes on it. |
Job added to Upwork: https://www.upwork.com/jobs/~021869909199658687649 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @paultsimura ( |
@paultsimura, @chiragsalian, @trjExpensify Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
@paultsimura, @chiragsalian, @trjExpensify Eep! 4 days overdue now. Issues have feelings too... |
Edited by proposal-police: This proposal was edited at 2024-12-27 08:36:24 UTC. ProposalPlease re-state the problem that we are trying to solve in this issue."Split expense" and "Create expense" options only appear after a delay What is the root cause of that problem?This is a backend issue: the reported data does not return the correct value and only updates to the correct value after refreshing or switching to another chat and then returning. Here is the report data for this ticket case. If we want to show Line 7083 in f6c5759
Line 7091 in f6c5759
So,
What changes do you think we should make in order to solve the problem?To resolve this issue, we must check the App/src/pages/home/ReportScreen.tsx Line 537 in 129c980 useEffect(() => {
const needsReportRefetch = ReportUtils.isPolicyExpenseChat(report) && !report?.isOwnPolicyExpenseChat;
if (needsReportRefetch) {
fetchReport();
}
}, [fetchReport, report]); What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?What alternative solutions did you explore? (Optional)Reminder: Please use plain English, be brief and avoid jargon. Feel free to use images, charts or pseudo-code if necessary. Do not post large multi-line diffs or write walls of text. Do not create PRs unless you have been hired for this job. |
@paultsimura, @chiragsalian, @trjExpensify Still overdue 6 days?! Let's take care of this! |
Thank you @huult, this indeed looks like a BE issue. 🎀👀🎀 C+ reviewed |
Current assignee @chiragsalian is eligible for the choreEngineerContributorManagement assigner, not assigning anyone new. |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
@paultsimura, @chiragsalian, @trjExpensify Whoops! This issue is 2 days overdue. Let's get this updated quick! |
@paultsimura @chiragsalian @trjExpensify this issue was created 2 weeks ago. Are we close to approving a proposal? If not, what's blocking us from getting this issue assigned? Don't hesitate to create a thread in #expensify-open-source to align faster in real time. Thanks! |
@paultsimura, @chiragsalian, @trjExpensify Huh... This is 4 days overdue. Who can take care of this? |
@chiragsalian, do you agree with the RCA here? If so, let's remove the |
Adding this to #quality as it's not reproducible 100% of the time. |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
Yes i agree with the RCA and this is a backend issue. Updating labels. |
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.77-0
Reproducible in staging?: Yes
Reproducible in production?: No
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: https://expensify.testrail.io/index.php?/tests/view/5357293&group_by=cases:section_id&group_id=294998&group_order=asc
Email or phone of affected tester (no customers): N/A
Issue reported by: Applause Internal Team
Device used: Windows 10 / Chrome, macOS Sequoia 15.0
App Component: Chat Report View
Action Performed:
Expected Result:
"Split expense" and "Create expense" options should be instantly available.
Actual Result:
"Split expense" and "Create expense" options only appear after a delay for a new workspace member. On web, refreshing the browser restores the options quicker.
Workaround:
Unknown
Platforms:
Screenshots/Videos
bug.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @chiragsalianThe text was updated successfully, but these errors were encountered: