You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: use-cases/farmer-registry/farmer-registry-reference-design.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,27 +4,27 @@ The OpenG2P Farmer Registry is designed to streamline the identification, regist
4
4
5
5
This document serves as a reference for understanding the implementation details, components, and setup process for the Farmer Registry solution.
6
6
7
-
## Use Case 
7
+
## Use case 
8
8
9
9
As outlined in the OpenG2P documentation, the primary use case for the Farmer Registry is to enable a country’s Department of Agriculture to: 
10
10
11
-
**Register Farmers**: Capture and maintain a centralized database of farmers, including demographics, agricultural activities, and service requirements.
11
+
**Register farmers**: Capture and maintain a centralized database of farmers, including demographics, agricultural activities, and service requirements.
12
12
13
-
**Target Support**: Enable agriculture programs to provide relevant support based on farmers’ needs. 
13
+
**Target support**: Enable agriculture programs to provide relevant support based on farmers’ needs. 
14
14
15
-
**Decision Support**: Empower policymakers with real-time data for informed decision-making. 
15
+
**Decision support**: Empower policymakers with real-time data for informed decision-making. 
16
16
17
-
**Data Exchange**: Ensure seamless integration with other systems and data sources
17
+
**Data exchange**: Ensure seamless integration with other systems and data sources
18
18
19
-
## What We Did
19
+
## What we did
20
20
21
21
The Farmer Registry was built to provide a digital-first approach to farmer identification and management. Key objectives achieved include:
22
22
23
-
***Structured Registration**: A comprehensive registration system that captures essential farmer details such as personal information, land ownership, and farming activities.
24
-
***ID Authentication**: The system supports biometric or OTP-based authentication to validate farmers.
25
-
***ODK-Based Data Collection**: Offline and online data capture capabilities using ODK (Open Data Kit) for field-level data collection.
26
-
***Configurable Deduplication**: Ensures unique farmer records through configurable deduplication based on IDs or biometric data.
27
-
***Registration Portal:** An intuitive interface for the enrollment agents to enumerate farmer and their household data.
23
+
***Structured registration**: A comprehensive registration system that captures essential farmer details such as personal information, land ownership, and farming activities.
24
+
***ID authentication**: The system supports biometric or OTP-based authentication to validate farmers.
25
+
***ODK-based data collection**: Offline and online data capture capabilities using ODK (Open Data Kit) for field-level data collection.
26
+
***Configurable deduplication**: Ensures unique farmer records through configurable deduplication based on IDs or biometric data.
27
+
***Registration portal:** An intuitive interface for the enrollment agents to enumerate farmer and their household data.
28
28
***Interoperability**: Designed to integrate with other systems like payment gateways, subsidy management, and agriculture extension services.
29
29
30
30
## Components 
@@ -42,39 +42,39 @@ Included The Farmer Registry solution comprises the following components, as ref
42
42
The entire source code for the reference design can be found in the GitHub [repository](https://github.com/OpenG2P/openg2p-reference-designs/tree/develop/farmer-registry)\
43
43
44
44
45
-
## How to Set Up
45
+
## How to setup
46
46
47
47
Follow the developer installation guide provided for setting up OpenG2P on Linux: [Developer Install Guide](https://docs.openg2p.org/social-registry/developer-zone/developer-install/developer-install-of-openg2p-package-on-linux).
48
48
49
49
Once the OpenG2P setup is completed, proceed with the following steps specific to the Farmer Registry:
0 commit comments