-
-
Notifications
You must be signed in to change notification settings - Fork 614
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
[WIP] Add "Boursorama Bank" (FR) to list of banks #463
Conversation
WalkthroughThe pull request introduces changes to the Changes
Possibly related PRs
Suggested reviewers
Recent review detailsConfiguration used: CodeRabbit UI Files ignored due to path filters (1)
Files selected for processing (1)
Files skipped from review as they are similar to previous changes (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 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 (
|
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.
Actionable comments posted: 2
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (2)
- src/app-gocardless/bank-factory.js (2 hunks)
- src/app-gocardless/banks/BOURSORAMA_BOUSFRPP.js (1 hunks)
Additional comments not posted (3)
src/app-gocardless/bank-factory.js (2)
Line range hint
53-94
: Clarify changes to BANKS_WITH_LIMITED_HISTORYThe AI summary mentions the removal of 'VUB_BANKA_SUBASKBX' and 'REVOLUT_REVOLT21' from BANKS_WITH_LIMITED_HISTORY, but these changes are not visible in the provided code.
Could you please clarify if these changes were intended and explain their relation to the Boursorama Bank integration? Let's verify the current state of BANKS_WITH_LIMITED_HISTORY:
#!/bin/bash # Description: Verify the current state of BANKS_WITH_LIMITED_HISTORY echo "Checking BANKS_WITH_LIMITED_HISTORY:" rg "BANKS_WITH_LIMITED_HISTORY\s*=\s*\[" -A 50 src/app-gocardless/bank-factory.js echo "Specifically checking for VUB_BANKA_SUBASKBX and REVOLUT_REVOLT21:" rg "'VUB_BANKA_SUBASKBX'" src/app-gocardless/bank-factory.js rg "'REVOLUT_REVOLT21'" src/app-gocardless/bank-factory.jsPlease update the PR description to reflect these changes if they were intentional.
4-4
: LGTM for Boursorama addition. Verify removed banks.The addition of Boursorama bank integration aligns with the PR objectives. Good job on implementing this new integration.
However, the AI summary mentions the removal of BancsabadellBsabesbb and CBCcregbebb, which is not visible in the provided code. Let's verify these removals:
Please confirm if these banks were intentionally removed and update the PR description if necessary.
Also applies to: 34-34
Verification successful
Confirmed Removal of BancsabadellBsabesbb and CBCcregbebb
The removal of BancsabadellBsabesbb and CBCcregbebb from the
bank-factory.js
has been successfully verified. Both banks are no longer present in theBANKS_WITH_LIMITED_HISTORY
or thebanks
array.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the removal of BancsabadellBsabesbb and CBCcregbebb # Test 1: Check if BancsabadellBsabesbb is still present echo "Checking for BancsabadellBsabesbb:" rg "BancsabadellBsabesbb" src/app-gocardless/bank-factory.js # Test 2: Check if CBCcregbebb is still present echo "Checking for CBCcregbebb:" rg "CBCcregbebb" src/app-gocardless/bank-factory.js # Test 3: Verify these banks are not in the banks array echo "Checking banks array:" rg "banks\s*=\s*\[" -A 30 src/app-gocardless/bank-factory.jsLength of output: 2291
src/app-gocardless/banks/BOURSORAMA_BOUSFRPP.js (1)
13-60
: LGTM! ThenormalizeTransaction
function correctly cleans the transaction dataThe implementation effectively removes unwanted keywords from the transaction details and assigns the payee names based on the transaction amount. This aligns with the PR objectives to improve data import accuracy for the Boursorama Bank integration.
@coderabbitai review |
Actions performedReview triggered.
|
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 for this! Would it be possible for you to add some test cases for these changes in as well please?
👋 Hi! It looks like this PR has not had any changes for a week now. Would you like someone to review this PR? If so - please remove the "[WIP]" prefix from the PR title. That will let the community know that this PR is open for a review. |
This PR was closed because it has been stalled for 5 days with no activity. |
Importing datas with default integration, will insert unwanted datas in operation names.
This PR is done to ignore theses data when imported from GoCardless