-
Notifications
You must be signed in to change notification settings - Fork 24
[ADD] spp_custom_farmer_registry #663
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
Conversation
|
@shashikala1998 please fix also the pre-commit errors |
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 17.0 #663 +/- ##
==========================================
- Coverage 72.75% 72.62% -0.13%
==========================================
Files 618 667 +49
Lines 16453 17214 +761
Branches 2116 2186 +70
==========================================
+ Hits 11970 12502 +532
- Misses 4096 4318 +222
- Partials 387 394 +7 ☔ View full report in Codecov by Sentry. |



Why is this change needed?
The custom filter module is designed to limit the fields that can be selected in the domain filter widget. This PR provides the coverage of additional fields that can be filtered in the following modules:
How was the change implemented?
This module is built by extending the spp_custom_filter_ui module and introduces filter options for the fields in the spp_base, spp_farmer_registry_base, and spp_mis_demo modules.
New unit tests
N/A
Unit tests executed by the author
N/A
How to test manually
Related links
#650