-
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
Make the Create Expense flow our mainline flow #53953
Make the Create Expense flow our mainline flow #53953
Conversation
@mananjadhav 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] |
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 😁
@grgia Does this need C+ review and checklist? |
🚧 @grgia has triggered a test build. You can view the workflow run here. |
🧪🧪 Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! 🧪🧪
|
I am going to go ahead review and test this PR. |
@mananjadhav yes please! Also note that the build for android failed on upload and is not related to this PR |
Just did the code review. Will test now. I will test Android locally then. |
@grgia @JKobrynski I am assuming this takes care of the FAB clean up only. The other parts of the code will be split as separate PRs? |
@mananjadhav yep we have a second issue for tracking the clean up here - #54006 |
Reviewer Checklist
Screenshots/VideosAndroid: Nativeandroid-create-expense.movAndroid: mWeb Chromemweb-chrome-create-expense.moviOS: Nativeios-create-expense.mp4iOS: mWeb Safarimweb-safari-create-expense.movMacOS: Chrome / Safariweb-create-expense.movMacOS: Desktopdesktop-create-expense.mov |
@grgia All yours. I did found very weird behavior where the "The field is required" error on merchant was flickering. I tried atleast 5-6 times I wasn't able to reproduce it. Definitely unrelated to the PR. |
@grgia Would you mind assigning this issue to me, so that I can help with the follow up PR as well. |
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!
✋ 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/grgia in version: 9.0.76-0 🚀
|
🚀 Deployed to production by https://github.com/grgia in version: 9.0.76-12 🚀
|
Explanation of Change
As described in #53656, we want to make
Create expense
our mainline flow. This is the first part of it, which removes the old logic which was:Create expense
Track expense/Submit expense
FYI:
As discussed with @grgia on Slack, the purpose of this PR is just to make
Create Expense
the mainline flow, the code cleanup will come in part 2, that I am going to start working on right away.Fixed Issues
$ #53656
PROPOSAL: N/A
Tests
Submit/Track Expense
options and you can only see theCreate Expense
optionOffline tests
Same as Tests section above
QA Steps
Same as Tests section 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
android-compressed.webm
Android: mWeb Chrome
chrome-compressed.webm
iOS: Native
ios-compressed.mp4
iOS: mWeb Safari
safari-compressed.mp4
MacOS: Chrome / Safari
web-compressed.mov
MacOS: Desktop
desktop-compressed.mov