Skip to content

Commit 28f82de

Browse files
committed
fix: remove deprecated description key from 3 more manifests
1 parent d23718e commit 28f82de

3 files changed

Lines changed: 0 additions & 72 deletions

File tree

spp_scoring/__manifest__.py

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,6 @@
99
"maintainers": ["jeremi", "gonzalesedwin1123", "emjay0921"],
1010
"development_status": "Beta",
1111
"summary": "Configurable scoring and assessment framework for beneficiary targeting",
12-
"description": """
13-
OpenSPP Scoring & Assessment Framework
14-
======================================
15-
16-
Provides a flexible, configurable scoring framework for:
17-
- Proxy Means Test (PMT) poverty targeting
18-
- Social Welfare Development Index (SWDI) assessments
19-
- Vulnerability scoring for crisis response
20-
- Custom eligibility scoring formulas
21-
22-
Key Features:
23-
- Model-based scoring configuration (no code changes needed)
24-
- Multiple calculation methods (weighted sum, CEL formula, lookup tables)
25-
- Classification thresholds for score-to-category mapping
26-
- Full audit trail with score breakdowns
27-
- CEL integration for complex formulas
28-
- Batch scoring with job_worker support
29-
- Integration with unified variable system (spp_cel_domain) for CEL access
30-
""",
3112
"depends": [
3213
"base",
3314
"mail",

spp_scoring_programs/__manifest__.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,6 @@
1010
"maintainers": ["jeremi", "gonzalesedwin1123", "emjay0921"],
1111
"development_status": "Beta",
1212
"summary": "Integrates scoring with program eligibility and entitlements",
13-
"description": """
14-
OpenSPP Scoring Programs Bridge
15-
===============================
16-
17-
Links the scoring framework with program management for:
18-
- Score-based eligibility criteria
19-
- Automatic scoring during enrollment
20-
- Classification-based benefit tiers
21-
22-
This module auto-installs when both spp_scoring and spp_programs are installed.
23-
""",
2413
"depends": [
2514
"spp_scoring",
2615
"spp_programs",

spp_starter_farmer_registry/__manifest__.py

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -32,46 +32,4 @@
3232
"application": False,
3333
"installable": True,
3434
"auto_install": False,
35-
"description": """
36-
OpenSPP Starter: Farmer Registry
37-
================================
38-
39-
A comprehensive bundle for Farmer Registry deployments. This module installs
40-
all necessary components for a production-ready farmer registry system with
41-
program management capabilities.
42-
43-
Included Capabilities
44-
---------------------
45-
- **Registry Management**: Track farmers, farms, and households
46-
- **FAO Vocabularies**: ICC crops, FAO livestock, ASFIS aquaculture species
47-
- **Agricultural Activities**: Season-based activity tracking
48-
- **Land Records**: GIS-enabled land parcel management
49-
- **Irrigation**: Water access and irrigation tracking
50-
- **CEL Variables**: Farm metrics for Logic Studio eligibility rules
51-
- **Program Management**: Subsidies, grants, and cash transfers
52-
- **API V2**: Standards-aligned REST API with consent-based access
53-
- **DCI Integration**: Connect to external registries (CRVS, IBR, DR)
54-
- **Change Requests**: Data maintenance workflows
55-
56-
Use Cases
57-
---------
58-
- National Farmer Registries
59-
- Agricultural Input Subsidy Programs
60-
- Livestock Development Programs
61-
- Climate Adaptation Support
62-
- Farm Equipment Grants
63-
64-
Configuration
65-
-------------
66-
Key configuration parameters:
67-
- ``spp.farmer.smallholder_threshold``: Maximum hectares for smallholder status (default: 5.0)
68-
69-
The smallholder threshold varies by region:
70-
- Sub-Saharan Africa: 2 hectares (FAO recommendation)
71-
- South Asia: 2 hectares
72-
- Southeast Asia: 3 hectares
73-
- Latin America: 5-10 hectares
74-
75-
For a Social Registry without farmer-specific features, use ``spp_starter_social_registry`` instead.
76-
""",
7735
}

0 commit comments

Comments
 (0)