-
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
Implemented International Bank Account flow #52322
base: main
Are you sure you want to change the base?
Implemented International Bank Account flow #52322
Conversation
@shawnborton Changed as per #52322 (comment) |
Thanks Shubham! |
Much better! Let's get this one over the finish line. |
@shubham1206agra Could you please check this comment? |
@shubham1206agra I don't have access to manual test docs, could you please give details on the test section on the PR description? |
@shubham1206agra When changing the country, we need to collect the account number and bank information as we did when changing currency Screen.Recording.2024-12-09.at.15.05.02.mov |
@shubham1206agra Please add confirm button on currency selector screen as design |
@shubham1206agra From this comment, I think we need to fix it on the BE side instead of disabling it (or maybe note to do it later). For now, if we decide to disable it temporarily, please disable it completely, I can still hover on it Screen.Recording.2024-12-09.at.16.39.33.mov |
@shubham1206agra From design doc, we apply offline pattern C for Country/Currency and Confirm Button. For other fields, I think we still need to apply offline pattern B Screen.Recording.2024-12-09.at.16.46.25.mov |
@DylanDylann What do you mean here? |
Fixed |
Ref: https://github.com/Expensify/App/blob/main/contributingGuides/OFFLINE_UX.md |
@shubham1206agra What do you think about my other comments? |
@DylanDylann I know the patterns, but can you elaborate where do I need to apply Pattern B? |
For all other fields (except country and currency), when users edit these fields offline we will grey out the edited value in confirmation page and its page But I think we need to confirm with @youssef-lr first because on the design docs, it only says:
and doesn't mention that we should apply offline pattern B |
@shubham1206agra What do you think about the other comments? Please let me know if there is any problem |
Explanation of Change
Fixed Issues
$ #51082
Tests
https://docs.google.com/document/d/19ltca0iKwB00pReokjBf9rEHoi1u8y-2_x-82jMibho/edit?pli=1&tab=t.0#bookmark=id.tf0af0lugbin
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