Skip to content

Commit 4de0468

Browse files
shibu-narayanangitbook-bot
authored andcommitted
GITBOOK-1331: No subject
1 parent aa8c8b8 commit 4de0468

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

use-cases/farmer-registry/farmer-registry-reference-design.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@ The OpenG2P Farmer Registry is designed to streamline the identification, regist
44

55
This document serves as a reference for understanding the implementation details, components, and setup process for the Farmer Registry solution.
66

7-
## Use Case 
7+
## Use case 
88

99
As outlined in the OpenG2P documentation, the primary use case for the Farmer Registry is to enable a country’s Department of Agriculture to: 
1010

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.
1212

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. 
1414

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. 
1616

17-
**Data Exchange**: Ensure seamless integration with other systems and data sources
17+
**Data exchange**: Ensure seamless integration with other systems and data sources
1818

19-
## What We Did
19+
## What we did
2020

2121
The Farmer Registry was built to provide a digital-first approach to farmer identification and management. Key objectives achieved include:
2222

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.
2828
* **Interoperability**: Designed to integrate with other systems like payment gateways, subsidy management, and agriculture extension services.
2929

3030
## Components 
@@ -42,39 +42,39 @@ Included The Farmer Registry solution comprises the following components, as ref
4242
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)\
4343

4444

45-
## How to Set Up
45+
## How to setup
4646

4747
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).
4848

4949
Once the OpenG2P setup is completed, proceed with the following steps specific to the Farmer Registry:
5050

51-
1. **Navigate to the OpenG2P Addons Directory**
51+
1. **Navigate to the OpenG2P addons directory**
5252

5353
```
5454
cd ~/odoo/custom-addons/
5555
```
56-
2. **Clone the Farmer Registry Repository**
56+
2. **Clone the farmer registry repository**
5757
5858
```
5959
git clone https://github.com/OpenG2P/openg2p-reference-designs.git
6060
```
61-
3. **Adjust Odoo Configuration**
61+
3. **Adjust Odoo configuration**
6262
6363
* Update the `odoo.conf` file to include the Farmer Registry module path:
6464
6565
```
6666
addons_path = /home/odoo/odoo/addons,/home/odoo/custom-addons/openg2p-reference-designs/farmer-registry
6767
```
68-
4. **Restart Odoo**
68+
4. **Restart odoo**
6969
7070
```
7171
sudo systemctl restart odoo
7272
```
73-
5. **Activate the Farmer Registry Module**
73+
5. **Activate the farmer registry module**
7474
* Log into Odoo and navigate to **Apps**.
7575
* Enable Developer Mode.
7676
* Search for `Farmer Registry` and install the module.
77-
6. **Configure Farmer Registry Settings**
77+
6. **Configure farmer registry settings**
7878
* Set up deduplication rules and ODK integration under module settings.
7979
8080

0 commit comments

Comments
 (0)