-
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-17830] #5486
base: main
Are you sure you want to change the base?
[PM-17830] #5486
Conversation
New Issues (3)Checkmarx found the following issues in this Pull Request
Fixed Issues (1)Great job! The following issues were fixed in this Pull Request
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5486 +/- ##
==========================================
+ Coverage 44.36% 44.56% +0.19%
==========================================
Files 1538 1542 +4
Lines 70582 70641 +59
Branches 6316 6322 +6
==========================================
+ Hits 31312 31478 +166
+ Misses 37926 37814 -112
- Partials 1344 1349 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
{ | ||
_organizationSponsorshipRepository = organizationSponsorshipRepository; | ||
_userService = userService; | ||
|
||
var adminInitiatedSponsorshipHandler = new CreateAdminInitiatedSponsorshipHandler(currentContext); |
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.
Attempting chain of responsibility design pattern to isolate concerns to specific actions to build the OrganizationSponsorship entity.
🎟️ Tracking
📔 Objective
📸 Screenshots
⏰ 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