-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[NoQA][GR Phase 3] Step 5 - navigation, default data, logic and API call to save it #53053
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
[NoQA][GR Phase 3] Step 5 - navigation, default data, logic and API call to save it #53053
Conversation
8333755
to
41dc57e
Compare
be3577c
to
8c0dff5
Compare
@hungvu193 I think you can get back to reviewing this - the flow is updated, and I've updated screen recordings. Still waiting for translations confirmation - I think I'll have it soon. |
Did you mean @hungvu193? |
Ahhh... you are right :) |
Nice. It's working 🎉 . I'll complete the review this week |
407a13e
to
8c5309b
Compare
All good. Then I think the final thing here is the translations right? @burczu |
@hungvu193 Yes, I'm still waiting for it - will let you know once I apply them in the code. |
@hungvu193 Spanish translations updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
🎯 @hungvu193, thanks for reviewing and testing this PR! 🎉 An E/App issue has been created to issue payment here: #60244. |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid.movAndroid: mWeb ChromemAndroid.moviOS: NativeIOS.moviOS: mWeb SafariSafari.movMacOS: Chrome / SafariChrome.movMacOS: DesktopDesk.mov |
src/libs/API/parameters/SaveCorpayOnboardingDirectorInformationParams.ts
Outdated
Show resolved
Hide resolved
src/libs/API/parameters/SaveCorpayOnboardingDirectorInformationParams.ts
Outdated
Show resolved
Hide resolved
@@ -16,7 +16,7 @@ function HangTight({tempSubmit}: {tempSubmit: () => void}) { | |||
const {paddingBottom: safeAreaInsetPaddingBottom} = useSafeAreaPaddings(); | |||
|
|||
const handleSendReminder = () => { | |||
// TODO remove that | |||
// TODO this should send a message to the email provided in the previous step |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What was this for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah ok yeah, sounds good
|
||
const handleEmailSubmit = () => { | ||
const handleEmailSubmit = useCallback(() => { | ||
// TODO: the message to the email provided in the previous step should be sent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what this is? Isn't think done in the AskForCorpaySignerInformation
command?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes - this is placeholder for handling this endpoint, we do it in other PR, as this was intented to be done as separate issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sounds good 👍🏽
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/madmax330 in version: 9.1.29-0 🚀
|
🚀 Deployed to production by https://github.com/marcaaron in version: 9.1.29-10 🚀
|
Explanation of Change
Implementation of Step 5 of the NonUSD Global Reimbursement project's flow.
P.S.
Some texts and translations are still under discussion, so I didn't mark suitable checkboxes in Author Checklist as done yet - I'll do it when ready and the code is updated.
Fixed Issues
$: #50907
PROPOSAL: n/a
Tests
Offline tests
Same as above.
QA Steps
// TODO: These must be filled out, or the issue title must include "[No QA]."
Same as above
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.2025-04-10.at.10.24.10.mov
Android: mWeb Chrome
Screen.Recording.2025-04-10.at.10.28.39.mov
iOS: Native
Screen.Recording.2025-04-11.at.08.05.12.mov
iOS: mWeb Safari
Screen.Recording.2025-04-11.at.11.19.35.mov
MacOS: Chrome / Safari
Screen.Recording.2025-04-10.at.10.04.55.mov
MacOS: Desktop
Screen.Recording.2025-04-10.at.10.07.53.mov