-
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
[Due for payment 2025-02-19] [$250] Expensify Card - Step indicator does not change when returning to adding details step #56197
Comments
Triggered auto assignment to @kadiealexander ( |
🚨 Edited by proposal-police: This proposal was edited at 2025-01-31 22:23:45 UTC. ProposalPlease re-state the problem that we are trying to solve in this issue.Expensify Card - Step indicator does not change when returning to adding details step What is the root cause of that problem?We are not notifying on the step change for
What changes do you think we should make in order to solve the problem?We should first create an imperative handle here App/src/components/InteractiveStepSubHeader.tsx Lines 51 to 53 in 4459f86
and in
pass it here
Then to go to the last step on confirmation return App/src/pages/MissingPersonalDetails/MissingPersonalDetailsContent.tsx Lines 101 to 103 in 4459f86
We can solve similar issues where there is a problem with What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?N/ A What alternative solutions did you explore? (Optional)Alternatively, we can consider refactoring Optionally we can use |
🚨 Edited by proposal-police: This proposal was edited at 2025-01-31 23:52:25 UTC. ProposalPlease re-state the problem that we are trying to solve in this issue.Step indicator does not change in the header when user goes to any step in the confirmation step. What is the root cause of that problem?
What changes do you think we should make in order to solve the problem?
const [currentIndex, setCurrentIndex] = useState(startFrom);
onMove={(step) => {
setCurrentIndex(step);
moveTo(step);
}}
onNext={(step)=>{
setCurrentIndex(startFrom);
handleNextScreen(step)
}}
useEffect(()=>{
setCurrentStep(startStepIndex)
},[startStepIndex]) What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?NA What alternative solutions did you explore? (Optional)NA |
@kadiealexander Whoops! This issue is 2 days overdue. Let's get this updated quick! |
Job added to Upwork: https://www.upwork.com/jobs/~021886947168354066147 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @s77rt ( |
@FitseTLT Thanks for the proposal. Your RCA is correct and the solution looks good to me. 🎀 👀 🎀 C+ reviewed |
Triggered auto assignment to @thienlnam, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
@Shahidullah-Muffakir Thanks for the proposal. Your RCA is not correct.
This is not true, |
📣 @FitseTLT 🎉 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.96-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 2025-02-19. 🎊 For reference, here are some details about the assignees on this issue:
|
@s77rt @kadiealexander @s77rt 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] |
@s77rt @thienlnam @FitseTLT @kadiealexander 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! |
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.93-2
Reproducible in staging?: Yes
Reproducible in production?: Yes
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/5544667
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause Internal Team
Device used: Mac 15.0 / Chrome
App Component: Workspace Settings
Action Performed:
Precondition:
Expected Result:
The step indicator will change based on which step user is taken back.
Actual Result:
The step indicator does not change. All four steps are marked with the checkmark even when user is taken back to the first step for example.
Workaround:
Unknown
Platforms:
Screenshots/Videos
bug.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @kadiealexanderThe text was updated successfully, but these errors were encountered: