-
Notifications
You must be signed in to change notification settings - Fork 15
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
fix: Remove old personal card model - 1 (#3397) #3403
Conversation
* fix: remove old getPersonalCardsCount method * remove old getPersonalCards method * replace use of PersonalCard model with PlatformPersonalCard * fix: delete personal_card.model.ts and places where it was used (#3398) * delete personal_card.model.ts and places where it was used * fix: remove model PersonalCardTxnExpenseSuggestion (#3399) * fix: remove model PersonalCardTxnExpenseSuggestion * fix: transform personal card public queryParams to platform (#3400) * fix: transform personal card public queryParams to platform * fix: remove use of old PersonalCardTxn model (#3401) * remove use of old PersonalCardTxn model * delete public PersonalCardTxn model and corresponding ldFlag (#3402)
Caution Review failedThe pull request is closed. WalkthroughIn a spectacular transformation, the codebase has undergone a massive migration from legacy personal card models to platform-specific models. The changes span multiple files, replacing old interfaces like Changes
Suggested Reviewers
Possibly Related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (35)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
fix: remove old getPersonalCardsCount method
remove old getPersonalCards method
replace use of PersonalCard model with PlatformPersonalCard
fix: delete personal_card.model.ts and places where it was used (fix: delete personal_card.model.ts and places where it was used #3398)
delete personal_card.model.ts and places where it was used
fix: remove model PersonalCardTxnExpenseSuggestion (fix: remove model PersonalCardTxnExpenseSuggestion #3399)
fix: remove model PersonalCardTxnExpenseSuggestion
fix: transform personal card public queryParams to platform (fix: transform personal card public queryParams to platform #3400)
fix: transform personal card public queryParams to platform
fix: remove use of old PersonalCardTxn model (fix: remove use of old PersonalCardTxn model #3401)
remove use of old PersonalCardTxn model
delete public PersonalCardTxn model and corresponding ldFlag (fix: delete public PersonalCardTxn model and corresponding ldFlag #3402)
Clickup
https://app.clickup.com/t/86cwp3j66
Code Coverage
Please add code coverage here
UI Preview
Please add screenshots for UI changes
Summary by CodeRabbit
Based on the comprehensive summary of changes, here are the release notes:
Release Notes
Data Model Transition
Personal Card Transactions
description
,amount
,currency
, andspent_at
transactionType
)Component and Service Updates
User Interface
Testing