-
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
Implemented International Bank Account flow #54798
base: main
Are you sure you want to change the base?
Implemented International Bank Account flow #54798
Conversation
Hey! I see that you made changes to our Form component. Make sure to update the docs in FORMS.md accordingly. Cheers! |
@allroundexperts Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
@allroundexperts Please ignore this PR. |
@DylanDylann Please follow the test doc this time as QA will send us bugs that should not be sent. |
@DylanDylann Crash should be fixed now |
@DylanDylann Fixed |
This is a BE bug. cc @MonilBhavsar |
@DylanDylann Is your testing complete? Or is there anything else that remains? |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
@MonilBhavsar The rest looks fine to me. I will retest this PR again after we complete the above discussion (and discussion on Slack) in case we need to update more things |
This is the only discussion pending #54798 (comment), right? |
@MonilBhavsar @shubham1206agra Currently we have 4 pending problems:
|
We should definitely focus an input field. Not sure why we expect the second field i.e. account number and not the first field - swift code. May be because it is optional? cc @joekaufmanexpensify
I will test it today and fix it, if required |
@MonilBhavsar I thought auto focus is for pages with single input. So, I am not sure why we need to add focus here. Btw, lets not block merge on this. We can take this in follow up if needed. |
Also, i think we should add this to beta so we don't have to revert, in case a bug is found |
@shubham1206agra Could you do that? Then we can move forward this PR and handle other problems in another PR |
Daily Update
If we hide this feature behind the beta flag, we can move forward with this PR and handle the three above problems later |
Waiting on @MonilBhavsar to create a beta flag. |
@DylanDylann You can finish the review now. |
Explanation of Change
Fixed Issues
$ #51082
$ #54743
Tests
https://docs.google.com/document/d/1H1hMnTcMrR8MT6BXz3fCE99eVIurgrHDtaxIH5aW8Ug/edit#heading=h.nhtsmauf72jq
Offline tests
Same as Tests
QA Steps
Same as Tests
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Screen.Recording.2024-11-25.at.5.24.19.PM.mov
Android: mWeb Chrome
Screen.Recording.2024-11-25.at.4.46.43.PM.mov
iOS: Native
Screen.Recording.2024-11-25.at.5.08.17.PM.mov
iOS: mWeb Safari
Screen.Recording.2024-11-25.at.4.29.32.PM.mov
MacOS: Chrome / Safari
Screen.Recording.2024-11-25.at.4.23.43.PM.mov
MacOS: Desktop
Screen.Recording.2024-11-25.at.4.59.34.PM.mov