-
Notifications
You must be signed in to change notification settings - Fork 10
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
[ADD] spp_change_request_create_farm: Create Module #699
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 17.0 #699 +/- ##
==========================================
+ Coverage 75.80% 75.94% +0.14%
==========================================
Files 706 713 +7
Lines 17906 18136 +230
Branches 2225 2255 +30
==========================================
+ Hits 13574 13774 +200
- Misses 3869 3882 +13
- Partials 463 480 +17 ☔ View full report in Codecov by Sentry. |
|
Why is this change needed?
To add creation change requests for group and farms which includes all fields for group and individuals.
How was the change implemented?
Added 2 modules, one for CR Create Group and one for CR Create Farm
New unit tests
Unit tests executed by the author
How to test manually
spp_change_request_create_group
orspp_change_request_create_farm
on respective instance. (First one is for SPMIS Instance and other is for Farmer Instance)Related links
#681