-
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
Feat: Handle the direct feed credentials expiration #54444
Conversation
@rayane-djouah 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] |
@waterim How can I simulate the expiration of a bank connection? I’m considering hardcoding the conditions, but are there alternative approaches? For QA steps, we should either provide clear test instructions for QA testers or add [No QA] to the title. Additionally, could you please resolve the merge conflicts? Thanks! |
@rayane-djouah Actually you can probably only hardcode it, but for a real case you need to have a bank connection, Im not sure is it possible to provide it to you, maybe @mountiny can help with this Sorry for a late answer, I was OOO till today |
@allgandalf is taking over per here |
🚧 @mountiny has triggered a test build. You can view the workflow run here. |
src/pages/workspace/companyCards/assignCard/BankConnection/index.native.tsx
Show resolved
Hide resolved
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.
Lots of stuff is duplicated from the addNew flow. Could be dry this up?
🧪🧪 Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! 🧪🧪 |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2025-01-07.at.11.01.15.PM.movAndroid: mWeb ChromeScreen.Recording.2025-01-07.at.10.59.37.PM.moviOS: NativeScreen.Recording.2025-01-07.at.10.55.14.PM.moviOS: mWeb SafariScreen.Recording.2025-01-07.at.10.56.04.PM.movMacOS: Chrome / SafariScreen.Recording.2025-01-07.at.10.53.33.PM.movMacOS: DesktopScreen.Recording.2025-01-07.at.10.54.23.PM.mov |
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 mocked the connection using onyx.merge
, tested as expected
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! this was tested and works well, since this is fixing a real issue that real customers have we are going to proceed with the change and Artem will dry up this code whne he gets back form his ooo
✋ 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.82-0 🚀
|
1 similar comment
🚀 Deployed to staging by https://github.com/mountiny in version: 9.0.82-0 🚀
|
Tested and still working well on staging! |
🚀 Deployed to production by https://github.com/thienlnam in version: 9.0.82-12 🚀
|
Details
Fixed Issues
$ #54298
PROPOSAL: N/A
Tests
Offline tests
Same as tests
QA Steps
None
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)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
Untitled.mov
Screen.Recording.2024-12-24.at.01.29.56.mov