-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[PM-18955] Improve performance of Billing invocations on Collections page #14159
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #14159 +/- ##
==========================================
+ Coverage 37.05% 37.07% +0.02%
==========================================
Files 3194 3203 +9
Lines 92352 92531 +179
Branches 16571 16593 +22
==========================================
+ Hits 34217 34308 +91
- Misses 55592 55677 +85
- Partials 2543 2546 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Great job, no security vulnerabilities found in this Pull Request |
apps/web/src/app/admin-console/organizations/collections/vault.component.ts
Outdated
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.
Looks good from AC
|
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.
Nice work, approved ✅
…ions
🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-18955
📔 Objective
There were two options to solve checking whether a payment method already exists for a trial subscription:
Whether country and postal code are entered for a customer, both of which are required for sales tax compliance. Already exposed by the metadata endpoint. However, it's not a guarantee that the payment method still exists once the billing information has been entered
customer.invoice_settings has a property with the default payment id. We would have to return it with the metadata endpoint. Is more thorough than bullet point i18n #1.
📸 Screenshots
Screen.Recording.2025-04-07.at.16.41.13.mov
⏰ Reminders before review
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes