-
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
[$250] Distance- Rate added offline seen grayed out going online then back offline #51426
Comments
Triggered auto assignment to @lschurr ( |
@lschurr 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 |
Edited by proposal-police: This proposal was edited at 2024-10-31 14:40:48 UTC. ProposalPlease re-state the problem that we are trying to solve in this issue.Rate added offline seen grayed out going online then back offline What is the root cause of that problem?This issue occurs because all rates (even those not being deleted) are included in App/src/libs/actions/Policy/DistanceRate.ts Lines 488 to 504 in 476ad6b
Later, when The flow is as follows:
What changes do you think we should make in order to solve the problem?We should remove this App/src/libs/actions/Policy/DistanceRate.ts Lines 500 to 503 in 476ad6b
It was added in #38237 when this feature was first implemented. A few months later it was moved from |
Job added to Upwork: https://www.upwork.com/jobs/~021849920398995761024 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @allgandalf ( |
@lschurr, @allgandalf Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
@allgandalf could you review the proposal? |
@CyberAndrii can you dig more into the RCA? there must be a reason that we included those rates there. please try to find the PR and intension of the data added there |
Proposal updated
It turns out that removing the spread of non-modified properties (e.g. cc @allgandalf |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
@allgandalf could you review the updated proposal? |
Bumped in Slack - https://expensify.slack.com/archives/C01GTK53T8Q/p1730735812544159 |
@lschurr, @allgandalf Eep! 4 days overdue now. Issues have feelings too... |
@CyberAndrii can you please provide me a test branch? I would like to test some things before moving forward with your solution (FYI, your RCA sounds correct to me) |
@allgandalf just this 1 change |
testing the proposed change .... |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
@lschurr, @allgandalf Whoops! This issue is 2 days overdue. Let's get this updated quick! |
@lschurr, @allgandalf Whoops! This issue is 2 days overdue. Let's get this updated quick! |
@CyberAndrii thanks a lot, your RCA makes a lot of sense to me and is indeed correct. I have asked the original author https://github.com/Expensify/App/pull/42786/files#r1837785964 about why that block was introduced, we should have an update by tomorrow before going with your solution |
Update: the original author is OoO, I will bump them again next week |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
ProposalPlease re-state the problem that we are trying to solve in this issue.Distance Rate displayed as grayed out when transitioning from offline to online and back to offline. What is the root cause of that problem?We cloned entire value including pendingAction when we create App/src/libs/actions/Policy/DistanceRate.ts Line 502 in 99bf554
When we add new distance rate and delete existing distance rate in offline, the What changes do you think we should make in order to solve the problem?We cleared App/src/libs/actions/Policy/DistanceRate.ts Lines 199 to 201 in 99bf554
That's why the issue not occurred if we reverse the order: delete rate A then add new rate B. We should also clean that Change: App/src/libs/actions/Policy/DistanceRate.ts Line 502 in 99bf554
To successRates[rateID] = {
...currentRates[rateID],
pendingAction: null,
}; What alternative solutions did you explore? (Optional)N/A |
still pending (comment) |
Relabelling as Lauren is OOO now. |
Triggered auto assignment to @puneetlath ( |
Not overdue, waiting for reply |
@puneetlath @lschurr @allgandalf this issue is now 4 weeks old, please consider:
Thanks! |
waiting for reply, i will bump once again |
@dangrous answered here: https://github.com/Expensify/App/pull/42786/files#r1838227400. What are we still waiting for? |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
Oops my bad, I didn't update the slack link in this issue, the original author was neil here, and they were OoO that week, I will bump them again on slack. |
@puneetlath, @lschurr, @allgandalf Whoops! This issue is 2 days overdue. Let's get this updated quick! |
Not overdue |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
@puneetlath, @lschurr, @allgandalf 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!
Version Number: 9.0.53-1
Reproducible in staging?: Y
Reproducible in production?: Y
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: N/A
Email or phone of affected tester (no customers): applausetester+ck1024@applause.expensifail.com
Issue reported by: Applause - Internal Team
Issue found when executing PR #51159
Action Performed:
Precondition: Have both perdiem and distance rates set up in OldDot.
Expected Result:
The new rate (added offline) which is active/bolded after going back online should stay bolded after user go offline again
Actual Result:
The new rate added offline becomes active when going online. But seen grayed out when user go offline again after the distance rate is completely active
The same rate seen grayed out every time user go offline
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6644637_1729782903129.Recording__117.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @allgandalfThe text was updated successfully, but these errors were encountered: