-
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
[NO QA]: Corporate Cards - Amex custom feed #50781
Conversation
@allgandalf 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.
simple changes, just one change place, I will continue with the checklist
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-10-15.at.2.38.37.PM.movAndroid: mWeb ChromeScreen.Recording.2024-10-15.at.2.40.09.PM.moviOS: NativeScreen.Recording.2024-10-15.at.2.28.42.PM.moviOS: mWeb SafariScreen.Recording.2024-10-15.at.2.32.45.PM.movMacOS: Chrome / SafariScreen.Recording.2024-10-15.at.2.15.09.PM.movMacOS: DesktopScreen.Recording.2024-10-15.at.2.21.22.PM.mov |
return; | ||
} | ||
CompanyCards.setAddNewCompanyCardStepAndData({ | ||
step: typeSelected === CONST.COMPANY_CARDS.AMEX_CUSTOM_FEED.CORPORATE ? CONST.COMPANY_CARDS.STEP.CARD_INSTRUCTIONS : CONST.COMPANY_CARDS.STEP.BANK_CONNECTION, |
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.
Note to reviewer(@mountiny): When the custom feed is business
according to design doc:
Clicking Next after selecting American Express Business Cards moves you to the bank UI step to establish the feed connection.
We are yet to establish that so for now we would move to bank connection step again
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.
Can we instead hide that option under the direct feeds beta?
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.
AmexCustomFeed page is already available only under direct feeds beta
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, matches the doc, left one comment ^. Looks good to merge 🚀
src/pages/workspace/companyCards/addNew/CardInstructionsStep.tsx
Outdated
Show resolved
Hide resolved
✋ 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/mountiny in version: 9.0.50-0 🚀
|
🚀 Deployed to production by https://github.com/marcaaron in version: 9.0.50-8 🚀
|
Details
Corporate Cards - Amex custom feed
Fixed Issues
$ #50449
PROPOSAL:
Tests
Offline tests
Same logic as it was done before
QA Steps
PR 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
android.mov
Android: mWeb Chrome
android-web.mov
iOS: Native
ios1.mov
iOS: mWeb Safari
ios-web1.mov
MacOS: Chrome / Safari
web1.mov
MacOS: Desktop
desktop1.mov