-
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
Update logic for categorising expenses #40840
Conversation
src/pages/iou/request/MoneyTemporaryForRefactorRequestParticipantsSelector.js
Outdated
Show resolved
Hide resolved
This reverts commit 238d7d7.
…antsSelector.js Co-authored-by: Shubham Agrawal <58412969+shubham1206agra@users.noreply.github.com>
@shubham1206agra 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] |
🧪🧪 Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! 🧪🧪 |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeWhatsApp.Video.2024-04-25.at.7.01.30.AM.mp4iOS: NativeScreen.Recording.2024-04-25.at.6.33.49.AM-1.moviOS: mWeb SafariScreen.Recording.2024-04-25.at.6.20.29.AM-1.movMacOS: Chrome / SafariScreen.Recording.2024-04-25.at.6.41.46.AM.movMacOS: DesktopScreen.Recording.2024-04-25.at.6.29.48.AM.mov |
isPolicyExpenseChat: true, | ||
reportID: expenseChatReportID, | ||
policyID, | ||
searchText: policyName, |
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.
NAB - Why searchText
is required here?
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.
It was being set when a participant is selected in the IOUParticipantSelector page. I just replicated that functionality.
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's a minor issue, that can be follow up. sometimes on categories page not-found page appears for a second, it would be greate if we can fix before deploy otherwise it not blocker IMO
@@ -6116,7 +6117,34 @@ function createDraftTransactionAndNavigateToParticipantSelector(transactionID: s | |||
mccGroup, | |||
} as Transaction); | |||
|
|||
Navigation.navigate(ROUTES.MONEY_REQUEST_STEP_PARTICIPANTS.getRoute(CONST.IOU.TYPE.SUBMIT, transactionID, reportID, undefined, actionName)); |
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.
@allroundexperts You forgot to keep this route for the Submit it to someone
flow. And this is a blocker for this PR.
@thienlnam Do not merge until #40840 (comment) has been addressed, as it will create a workspace for |
Co-authored-by: Shubham Agrawal <58412969+shubham1206agra@users.noreply.github.com>
@thienlnam You are clear to merge now. |
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.
Thanks for the urgency!
✋ 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/thienlnam in version: 1.4.67-0 🚀
|
🚀 Deployed to production by https://github.com/francoisl in version: 1.4.67-7 🚀
|
1 similar comment
🚀 Deployed to production by https://github.com/francoisl in version: 1.4.67-7 🚀
|
Details
Fixed Issues
$ #40668
PROPOSAL: N/A
Tests
Categorize
option.Share with accountant
whisperOffline tests
QA Steps
Categorize
option.Share with accountant
whisperPR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.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
Having issues with my Android build.
Android: mWeb Chrome
Screen.Recording.2024-04-25.at.1.05.45.AM.mov
iOS: Native
Screen.Recording.2024-04-25.at.1.07.41.AM.mov
iOS: mWeb Safari
Screen.Recording.2024-04-25.at.12.56.53.AM.mov
MacOS: Chrome / Safari
Screen.Recording.2024-04-25.at.12.40.11.AM.mov
MacOS: Desktop
Screen.Recording.2024-04-25.at.12.46.27.AM.mov