-
Notifications
You must be signed in to change notification settings - Fork 24
Modify the Change Request base module to make it OpenSPP independent #736
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
…to be OpenSPP independent
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 17.0 #736 +/- ##
==========================================
- Coverage 76.23% 74.66% -1.57%
==========================================
Files 687 723 +36
Lines 17777 18626 +849
Branches 2205 2351 +146
==========================================
+ Hits 13552 13907 +355
- Misses 3774 4241 +467
- Partials 451 478 +27 ☔ View full report in Codecov by Sentry. |
…in spp_change_request_base
…n the change request module.
…o 732-enhancement-to-change-request-module
…o 732-enhancement-to-change-request-module
|




Why is this change needed?
A new spp_change_request_base module is created in PR: #777 to support any change request implementations. This PR will modify the existing spp_change_request to support only the SP-MIS and Farmer Registry change request implementations.
How was the change implemented?
The spp_change_request module was modified and will depend on the new parent module spp_change_request_base. SP-MIS and Farmer Registry specific change request requirements will be maintained in this module.
New unit tests
Unit tests executed by the author
How to test manually
Related links
Enhancement to Change Request module