-
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
[Internal QA] [Workspace Feeds] Pull the workspace feed data from different place in domain_member NVP #52268
[Internal QA] [Workspace Feeds] Pull the workspace feed data from different place in domain_member NVP #52268
Conversation
…feeds-data # Conflicts: # src/pages/workspace/companyCards/WorkspaceCompanyCardsPage.tsx
@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] |
@allgandalf I haven't recorded ios web (Safari) video cause I have some troubles with it. I regularly see the error (on the main branch too). I guess it's something with my setup after long weekends, but could you please check it as well. ios_web_error.mp4 |
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.
Okay, great job! few minor comments, but i am confident we can merge this one today!
src/pages/workspace/companyCards/WorkspaceCompanyCardsSettingsFeedNamePage.tsx
Outdated
Show resolved
Hide resolved
src/pages/workspace/companyCards/WorkspaceCompanyCardsSettingsPage.tsx
Outdated
Show resolved
Hide resolved
src/pages/workspace/companyCards/WorkspaceCompanyCardsSettingsPage.tsx
Outdated
Show resolved
Hide resolved
@@ -1,4 +1,8 @@ | |||
import * as cardUtils from '@src/libs/CardUtils'; |
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.
@mountiny can you verify the unit tests, I see them just fine at first glance
Reviewer Checklist
Screenshots/VideosAndroid: Nativehttps://github.com/user-attachments/assets/8f874289-9919-4d3f-831c-dd1cbad18158Android: mWeb ChromeScreen.Recording.2024-11-14.at.7.30.56.PM.moviOS: NativeScreen.Recording.2024-11-14.at.7.21.56.PM.moviOS: mWeb SafariScreen.Recording.2024-11-14.at.7.28.54.PM.movMacOS: Chrome / SafariScreen.Recording.2024-11-14.at.6.28.04.PM.movMacOS: DesktopScreen.Recording.2024-11-14.at.7.05.59.PM.mov |
waiting for the workflows to pass ... |
@VickyStash please mark this one internal QA |
@allgandalf I think I don't have rights to update labels 🤔 |
Oh i meant to update the title, @mountiny can add that label |
Making a build |
🧪🧪 Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! 🧪🧪 |
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.
Couple small changes requested
I was able to assign cards from new policy , testing now.... |
This comment was marked as outdated.
This comment was marked as outdated.
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 and tests well, great job with the cleanup @VickyStash 🙇
@mountiny All yours! I've applied your feedback |
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! great job!
expect(cardUtils.getMonthFromExpirationDateString(longDateSlashed)).toBe(expectedMonth); | ||
expect(cardUtils.getYearFromExpirationDateString(longDateSlashed)).toBe(expectedYear); | ||
}); | ||
describe('Expiration date formatting', () => { |
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.
dont wanna block on it right now but I think we should look into adding more comments explaining in plain english why certain scenrios are that way as it might not be clear for someone
🚀 Deployed to staging by https://github.com/mountiny in version: 9.0.63-1 🚀
|
@VickyStash I am trying to QA this one, am I supposed to add a chase feed, or is the console snippet you added supposed to show one to me? I tried doing step 6, but don't see a Chase feed. |
@joekaufmanexpensify I think the |
Custom feed part works fine. Running into an issue connecting with Amex, which is only direct feed credentials I have with a card. Discussing. |
🚀 Deployed to production by https://github.com/chiragsalian in version: 9.0.63-3 🚀
|
Explanation of Change
This PR implements
getCompanyFeeds
function which returns both custom and direct feeds.Fixed Issues
$ #52251
PROPOSAL: N/A
Tests
Offline tests
Same, as in the
Tests
section.QA Steps
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
android1.mp4
android2.mp4
Android: mWeb Chrome
android_web1.mp4
android_web2.mp4
iOS: Native
ios1.mp4
ios2.mp4
MacOS: Chrome / Safari
web_1.mp4
web2.mp4
web_3.mp4
MacOS: Desktop
desktop_1.mp4
desktop2.mp4