-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Track Expense - Polish #60067
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
Track Expense - Polish #60067
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] |
@mananjadhav would you be able to prioritize reviewing this one please? It fixes a bunch of issues blocking us from releasing this feature. Thanks! 🙌 Also, there are a few conflicts @allroundexperts |
Started reviewing. |
Looks like I missed. I don't see |
@allroundexperts There's a conflict in the PR. Also can you also verify the test step 3 at youe ned? |
Resolved |
I am no longer able to reproduce it. |
🚧 @Julesssss has triggered a test app build. You can view the workflow run here. |
Cool, I'll regen builds and ask for a retest. |
🧪🧪 Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! 🧪🧪 |
Actually this is 1/9 issues. Lets get it merged and tested and we can always submit a follow up for the 1 remaining issue which might not even be occuring. |
✋ 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/Julesssss in version: 9.1.40-0 🚀
|
@@ -618,7 +618,7 @@ function MoneyRequestConfirmationListFooter({ | |||
shouldShowRightIcon | |||
title={iouAttendees?.map((item) => item?.displayName ?? item?.login).join(', ')} | |||
description={`${translate('iou.attendees')} ${ | |||
iouAttendees?.length && iouAttendees.length > 1 ? `\u00B7 ${formattedAmountPerAttendee} ${translate('common.perPerson')}` : '' | |||
iouAttendees?.length && iouAttendees.length > 1 && formattedAmountPerAttendee ? `\u00B7 ${formattedAmountPerAttendee} ${translate('common.perPerson')}` : '' |
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.
Why we removed \u00B7
? Was that by purpose? It caused #61429
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.
Good question. I don't recall. @allroundexperts do you recall?
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.
I don't remember that. I think this was removed by mistake.
This was a large feature with many components. Rather than revert I have simply switched the feature flag back off for now. #61501 |
🚀 Deployed to production by https://github.com/yuwenmemon in version: 9.1.40-7 🚀
|
Explanation of Change
fixes #59602
fixes #59603
fixes #59617
fixes #59621
fixes #59631
fixes #59597
fixes #59599
fixes #59600
Fixed Issues
$ #44725
PROPOSAL: N/A
Tests
Test 1
#59602
Expected Result:
Verify that the attendees field is not present in the thread.
Test 2
#59603
Verify that the selected member shouldn't be available to add again in contact list
Test 3
#59617
Verify that the test manager tooltip will disappear after selecting the manager
Test 4
#59621
Verify that in failed scan expense, selecting an attendee after scanning does not display error.
Test 5
#59631
Verify that the attendees field in the transaction thread will retain the selection on the confirmation page.
Test 6
#59597
Verify that Attendees field shows "Attendees" only.
Create the expense.
Go to transaction thread.
Verify that the attendees field will show "Attendees" in the transaction thread while the receipt is scanning. Once scanned successfully, it should show
<currency> <amount> per person
Test 7
#59599
Verify that the Attendees field has a Save button.
Test 8
fixes #59600
Verify that the user will not appear twice after the user is selected.
Offline tests
N/A
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
Unable to build android
Android: mWeb Chrome
Screen.Recording.2025-04-22.at.3.14.42.PM.mov
iOS: Native
Screen.Recording.2025-04-22.at.3.11.38.PM.mov
iOS: mWeb Safari
Screen.Recording.2025-04-22.at.3.07.09.PM.mov
MacOS: Chrome / Safari
Screen.Recording.2025-04-22.at.5.18.56.AM.mov
Screen.Recording.2025-04-22.at.5.20.13.AM.mov
Screen.Recording.2025-04-22.at.5.23.36.AM.mov
Screen.Recording.2025-04-22.at.5.24.51.AM.mov
Screen.Recording.2025-04-22.at.5.29.26.AM.mov
MacOS: Desktop
Screen.Recording.2025-04-22.at.2.42.43.PM.mov