-
Notifications
You must be signed in to change notification settings - Fork 11
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
base: 17.0
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 17.0 #699 +/- ##
==========================================
- Coverage 76.26% 75.92% -0.34%
==========================================
Files 687 693 +6
Lines 17777 17993 +216
Branches 2205 2241 +36
==========================================
+ Hits 13558 13662 +104
- Misses 3772 3880 +108
- Partials 447 451 +4 ☔ View full report in Codecov by Sentry. |
Quality Gate failedFailed conditions See analysis details on SonarQube Cloud Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE |
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