-
Notifications
You must be signed in to change notification settings - Fork 6
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
[217496] Beneficiary Groups #4366
Conversation
Add admin page and filtering in program list Apply Beneficiary Group logic in update/create program, in admin enroll actions. Add beneficiary group match filter for All Programs Add API Rest endpoint for Beneficiary Group with caching. Add validation for import program population.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #4366 +/- ##
===========================================
+ Coverage 84.66% 84.74% +0.08%
===========================================
Files 508 510 +2
Lines 36247 36353 +106
===========================================
+ Hits 30688 30807 +119
+ Misses 5559 5546 -13
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Fixes to program mutations Add BeneficiaryGroup to ProgramNode Fix build for HouseholdFactory
…18655-beneficiary-group
…18655-beneficiary-group
I can take a look on unit tests 👀 |
…18655-beneficiary-group
AB#217496