-
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-02] [$500] Split bill - Here is no smooth animation for Paid by and Split with users on Split bill page #26376
Comments
Triggered auto assignment to @kevinksullivan ( |
Bug0 Triage Checklist (Main S/O)
|
ProposalPlease re-state the problem that we are trying to solve in this issue.Split bill - Here is no smooth animation for Paid by and Split with users on Split bill page. What is the root cause of that problem?The RCA for this issue lies here in this snippet Lines 102 to 106 in 96a0db1
We're calling the But we have multiple conditionals based on the Click on Account -> Navigate to This transition causing the modal to re-render two quickly causing the interruption with the transition. We already have the loading indicator but it isn't working because of few cases which we're not considering when we're doing the api call. Line 240 in 96a0db1
Here we're only showing loading state when there is no minimum details and loading state is true. Although we have the loading state as true but we have minimum details for the particular user which is the reason we're not showing the loading. What changes do you think we should make in order to solve the problem?We should move the useEffect(() => {
if (ValidationUtils.isValidAccountRoute(accountID) && !hasMinimumDetails) {
PersonalDetails.openPublicProfilePage(accountID);
}
}, [accountID, hasMinimumDetails]); Doing this so ensures we're not causing the re-render unnecessarily and so the animation works perfectly. What alternative solutions did you explore? (Optional)NA ResultKapture.2023-08-31.at.17.15.39.mp4PS: This is the smoothest transition I've encountered and fixed(on demo though) :xD |
@kevinksullivan Huh... This is 4 days overdue. Who can take care of this? |
Job added to Upwork: https://www.upwork.com/jobs/~0179ce98efccffa8c3 |
Current assignee @kevinksullivan is eligible for the External assigner, not assigning anyone new. |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @eVoloshchak ( |
Moving forward 👍 |
Triggered auto assignment to @neil-marcellini, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
@eVoloshchak @kevinksullivan @neil-marcellini 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! |
@eVoloshchak, @kevinksullivan, @neil-marcellini Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
This comment was marked as duplicate.
This comment was marked as duplicate.
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
@eVoloshchak, @kevinksullivan, @neil-marcellini Whoops! This issue is 2 days overdue. Let's get this updated quick! |
Not overdue, waiting on @neil-marcellini's opinion on this |
@eVoloshchak Created PR here #27876 |
Based on my calculations, the pull request did not get merged within 3 working days of assignment. Please, check out my computations here:
On to the next one 🚀 |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.73-1 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-02. 🎊 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:
|
|
I don't think that's correct, it was merged on a weekend, so it's definitely less than 3 business days |
Weird, the dates are totally off in that post v. the PR, which shows it was opened on Sept 20 and merged on Sept 21. Paying out bonus for this. |
@eVoloshchak offer sent, lmk when you accept! I will plan to pay bonus as well |
Paid @b4s36t4 and @MahmudjonToraqulov |
@kevinksullivan, it's calculated from the moment a contributor is assigned to the job to the moment PR is merged. The dates are correct, but the calculation of days elapsed isn't
Requested the payment via NewDot, thanks! |
Can I get a payment summary on this issue? |
Payment summary:
|
$750 payment approved for @eVoloshchak based on BZ summary. |
@eVoloshchak, @kevinksullivan, @neil-marcellini, @b4s36t4 Whoops! This issue is 2 days overdue. Let's get this updated quick! |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Action Performed:
Expected Result:
There should be smooth animation for Paid by and Split with users on Split bill page
Actual Result:
There is no smooth animation for Paid by and Split with users on Split bill page
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: v1.3.60-1
Reproducible in staging?: Y
Reproducible in production?: Y
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
Notes/Photos/Videos: Any additional supporting documentation
Screen-Capture.66.mp4
Recording.1397.mp4
Expensify/Expensify Issue URL:
Issue reported by: @MahmudjonToraqulov
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1692713551555059
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: