-
Notifications
You must be signed in to change notification settings - Fork 4
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
[IOBP-45,IOBP-75,IOBP-494] Remove Bonus Cashback, Bonus Vacanze and Sicilia Vola features #343
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #343 +/- ##
==========================================
+ Coverage 67.44% 70.59% +3.15%
==========================================
Files 156 141 -15
Lines 5265 4629 -636
Branches 636 563 -73
==========================================
- Hits 3551 3268 -283
+ Misses 1615 1290 -325
+ Partials 99 71 -28
Continue to review full report in Codecov by Sentry.
|
while this PR gets the job done, there still are some --surely unused-- references of BPD and BV around the project. |
What are these references? |
there still is the As I already said, no biggie if we let it in, since it's all an "internal" thing, better to have a bit more than a bit less; but still if we fully want to remove those two I think those parts should be touched on. |
See 18a941e |
@mastro993 almost done, bonusVacanze still pops up in
once again, in some places "bpd" is just a buzzword that is thrown around, but still I think it should be at least renamed in order to completely remove BPD from the app/devServer. also, by removing those you can remove a bunch of things, like the |
As you said, BPD (Bonus Pagamenti Digitali) is a word used to reference to everything related to bonuses (ID Pay, CGN, and so on...), it's not always linked to the Cashback bonus. 😀 In those files BPD is used as flag to indicate if payment methods have BPD capabilities (like ID Pay), and sometimes is used with no references to BPD (bad naming, I guess?). |
Short description
This PR removes everything related to Bonus Cashback, Bonus Vacanze and Sicilia Vola features
How to test
Tests should solve correclty