-
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 2024-11-13] [$250] Copilot - Nothing happens when clicking Add copilot after returning from magic code page #51273
Comments
Triggered auto assignment to @isabelastisser ( |
Triggered auto assignment to @carlosmiceli ( |
💬 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:
|
Job added to Upwork: https://www.upwork.com/jobs/~021848771830019077606 |
A bit of an edge case, can probably be solved quickly so will ask for help from contributors. |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @jayeshmangwani ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.Nothing happens when clicking Add copilot after returning from magic code page. What is the root cause of that problem?We already
App/src/pages/settings/Security/AddDelegate/ConfirmDelegatePage.tsx Lines 76 to 77 in 592343f
What changes do you think we should make in order to solve the problem?Reset Introduce <DelegateMagicCodeModal
onClose={() => setIsValidateCodeActionModalVisible(false)} And pass to |
Edited by proposal-police: This proposal was edited at 2024-10-22 17:13:44 UTC. ProposalPlease re-state the problem that we are trying to solve in this issue.Nothing happens when clicking Add copilot after returning from magic code page What is the root cause of that problem?We have two isValidateCodeActionModalVisible in DelegateMagicCodeModal and ConfirmDelegatePage. When we navigate back we don't update isValidateCodeActionModalVisible in ConfirmDelegatePage to false What changes do you think we should make in order to solve the problem?Let's remove isValidateCodeActionModalVisible in DelegateMagicCodeModal. Remove this line
We only should use one isValidateCodeActionModalVisible state on ConfirmDelegatePage in two places. To do that, we need to pass isValidateCodeActionModalVisible and setIsValidateCodeActionModalVisible from ConfirmDelegatePage
And use two props on DelegateMagicCodeModal 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. |
I agree with you proposal @cretadn22. Right now, we have two different state that do the same thing but on different pages, so I think we should handle the hide/show logic from the parent component (ConfirmDelegatePage) @cretadn22 , could you please check why we're rendering the DelegateMagicCodeModal modal conditionally with the isValidateCodeActionModalVisible check? Is it necessary, or can we simplify it? App/src/pages/settings/Security/AddDelegate/ConfirmDelegatePage.tsx Lines 76 to 79 in f535280
|
@jayeshmangwani I believe we can safely remove the isValidateCodeActionModalVisible check since it’s already handled in the DelegateMagicCodeModal. We can also streamline it further in the PR |
@carlosmiceli Let's go with @cretadn22 's Proposal here. We can use the one source of truth and reference the isValidateCodeActionModalVisible state from the parent only 🎀 👀 🎀 C+ reviewed |
Current assignee @carlosmiceli is eligible for the choreEngineerContributorManagement assigner, not assigning anyone new. |
📣 @cretadn22 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.57-10 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-11-13. 🎊 For reference, here are some details about the assignees on this issue:
|
@jayeshmangwani @isabelastisser The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed. Please copy/paste the BugZero Checklist from here into a new comment on this GH and complete it. If you have the K2 extension, you can simply click: [this button] |
BugZero Checklist:
Bug classificationSource of bug:
Where bug was reported:
Who reported the bug:
|
Payment summary: @jayeshmangwani - $250 for C+ review. Requires payment through NewDot Manual Requests |
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.52-2
Reproducible in staging?: Y
Reproducible in production?: N
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause Internal Team
Action Performed:
Expected Result:
App will proceed to magic code page.
Actual Result:
Nothing happens when clicking Add copilot after returning from magic code page.
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6642186_1729610589423.20241022_232027.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @isabelastisserThe text was updated successfully, but these errors were encountered: