-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdynasty-projects-test-congressmen.json
More file actions
142 lines (142 loc) · 4.36 KB
/
Copy pathdynasty-projects-test-congressmen.json
File metadata and controls
142 lines (142 loc) · 4.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"metadata": {
"purpose": "Documentation of 6 test congressmen for /dynasty-projects page",
"date": "2025-01-XX",
"note": "These 6 congressmen are used to test the /dynasty-projects capabilities before full launch for all politicians"
},
"congressmen": [
{
"test_number": 1,
"display_name": "Ferdinand Martin Gomez Romualdez",
"db_id": 4161091,
"province": "Leyte",
"municipality": "Tacloban",
"district": "Leyte 1st District",
"district_type": "municipalities",
"district_data": {
"municipalities": [
"Tacloban",
"Alangalang",
"Babatngon",
"Palo",
"San Miguel",
"Santa Fe",
"Tanauan",
"Tolosa"
]
},
"contractors": [],
"matching_logic": "District-based (must have 'Leyte' in location/project name + municipality match)",
"will_be_processed": true
},
{
"test_number": 2,
"display_name": "Elizaldy Salcedo Co",
"db_id": 4145240,
"province": null,
"municipality": null,
"district": "Party-List Representative (AKO BICOL)",
"district_type": "party-list",
"contractors": [
"SUNWEST CONSTRUCTION AND DEVELOPMENT CORPORATION",
"Sunwest Construction"
],
"matching_logic": "Contractor-based (Sunwest projects)",
"will_be_processed": true
},
{
"test_number": 3,
"display_name": "Aurelio Dueñas Gonzales Jr.",
"db_id": 4148110,
"province": "Pampanga",
"municipality": "San Fernando City",
"district": "Pampanga 3rd District",
"district_type": "municipalities",
"district_data": {
"municipalities": [
"San Fernando City",
"Bacolor",
"Mexico"
]
},
"contractors": [],
"matching_logic": "District-based (must have 'Pampanga' in location/project name + municipality match)",
"will_be_processed": true
},
{
"test_number": 4,
"display_name": "Tirso Edwin Loleng Gardiola",
"db_id": 4162452,
"province": null,
"municipality": null,
"district": "CWS Party-List Representative",
"district_type": "party-list",
"contractors": [
"JSG Construction",
"MBB Global Properties",
"Virkar Realty Corporation"
],
"matching_logic": "Contractor-based (JSG, MBB, Virkar projects - excludes JSGCRAFT)",
"will_be_processed": true
},
{
"test_number": 5,
"display_name": "Manuel Jose Mendoza Dalipe",
"db_id": 4157807,
"province": "Zamboanga City",
"municipality": "Zamboanga City",
"district": "Zamboanga City 2nd District",
"district_type": "barangays",
"district_data": {
"barangays_count": 60,
"note": "Barangays sourced from static/data/districts.json (single source of truth)"
},
"contractors": [],
"matching_logic": "Barangay-based (2nd district barangays = score 100, no barangay info = score 1, barangay mentioned but not in 2nd district = excluded)",
"will_be_processed": true
},
{
"test_number": 6,
"display_name": "David Catarina Suarez",
"db_id": 4162463,
"province": "Quezon",
"municipality": "Lucena",
"district": "Quezon 2nd District",
"district_type": "municipalities",
"district_data": {
"municipalities": [
"Lucena",
"Candelaria",
"Dolores",
"San Antonio",
"Sariaya",
"Tiaong"
]
},
"contractors": [],
"matching_logic": "District-based (must have 'Quezon' in location/project name + municipality match)",
"will_be_processed": true
}
],
"summary": {
"total_congressmen": 6,
"all_ready": true,
"matching_strategies": {
"district_based": 4,
"contractor_based": 2,
"barangay_based": 1
},
"databases_used": [
"SSP (MeiliSearch)",
"DIME",
"PhilGEPS"
],
"scoring_system": {
"score_100": "Exact district match (barangay/district municipality)",
"score_50": "Contractor match OR municipality match",
"score_10": "Province-only match (with province name requirement)",
"score_1": "Zamboanga City without barangay info (lowest confidence)",
"cross_db_bonus": "+10 points per additional database (max +20 for 3 databases)"
}
}
}