datastake-daf 0.6.829 → 0.6.831
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/index.js +1799 -1892
- package/dist/hooks/index.js +32 -1
- package/dist/layouts/index.js +2 -2
- package/dist/pages/index.js +76 -26
- package/dist/services/index.js +113 -0
- package/dist/utils/index.js +14 -1
- package/package.json +1 -1
- package/src/@daf/core/components/EditForm/storyConfig2.js +1176 -728
- package/src/@daf/hooks/useWidgetFetch.js +7 -0
- package/src/@daf/layouts/AppLayout/components/MobileDrawer/index.js +1 -1
- package/src/@daf/pages/Summary/hook.js +52 -19
- package/src/@daf/pages/View/index.jsx +1 -1
- package/src/@daf/services/MineSiteService.js +104 -0
- package/src/helpers/user.js +16 -1
- package/src/services.js +2 -1
- package/src/utils.js +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export const getApiBaseUrl = () => "http://192.168.4.64:
|
|
1
|
+
export const getApiBaseUrl = () => "http://192.168.4.64:3022";
|
|
2
2
|
|
|
3
3
|
export const getAppHeader = () => ({
|
|
4
|
-
Application: "
|
|
4
|
+
Application: "nashiriki",
|
|
5
5
|
Language: "en",
|
|
6
6
|
});
|
|
7
7
|
|
|
@@ -16,53 +16,38 @@ export const storyData = {
|
|
|
16
16
|
position: 1,
|
|
17
17
|
show: true,
|
|
18
18
|
options: {
|
|
19
|
-
|
|
20
|
-
"_id": "
|
|
21
|
-
"id": "
|
|
22
|
-
"dataId": "
|
|
23
|
-
"section": "
|
|
19
|
+
initiativeFacilitatingReport: {
|
|
20
|
+
"_id": "69384129cc1c654eae2fc03a",
|
|
21
|
+
"id": "544d096f-f068-4ab2-9c3e-4af6b0223b6a",
|
|
22
|
+
"dataId": "initiativeFacilitatingReport",
|
|
23
|
+
"section": "categorisation",
|
|
24
24
|
"type": "dataLink",
|
|
25
25
|
"meta": {
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"linkSelf": "clientsOfOperator",
|
|
32
|
-
"linkingKey": "stakeholderId",
|
|
26
|
+
"entity": "Event",
|
|
27
|
+
"maxRepeat": 1,
|
|
28
|
+
"namespace": "event",
|
|
29
|
+
"formScope": "initiativeFacilitatingReport",
|
|
30
|
+
"path": "initiativeFacilitatingReport",
|
|
33
31
|
"excludedKeys": [
|
|
34
32
|
"datastakeId"
|
|
35
33
|
],
|
|
36
|
-
"
|
|
37
|
-
"category",
|
|
38
|
-
"economicSector"
|
|
39
|
-
],
|
|
40
|
-
"comment": false,
|
|
34
|
+
"comment": true,
|
|
41
35
|
"createUserVersion": false,
|
|
42
36
|
"linkOptions": {
|
|
43
37
|
"global": true
|
|
44
38
|
},
|
|
45
|
-
"
|
|
39
|
+
"linkingKey": "eventId",
|
|
40
|
+
"notApplicable": true,
|
|
46
41
|
"notAvailable": true,
|
|
47
|
-
"group": "
|
|
42
|
+
"group": "categorisation",
|
|
48
43
|
"ajaxOptionsKey": "id",
|
|
49
|
-
"versioning": true,
|
|
50
44
|
"mandatory": true,
|
|
51
|
-
"automaticLinking": {
|
|
52
|
-
"path": "associatedSubjects",
|
|
53
|
-
"nature": "suppliersOfOperator"
|
|
54
|
-
},
|
|
55
|
-
"prefilledValues": {
|
|
56
|
-
"category": "corporation",
|
|
57
|
-
"economicSector": "miningMineralTrade",
|
|
58
|
-
"stakeholderType": "operator"
|
|
59
|
-
},
|
|
60
45
|
"allowedActions": {
|
|
61
46
|
"remove": {
|
|
62
47
|
"popOver": {
|
|
63
48
|
"title": {
|
|
64
|
-
"en": "Are you sure you want to remove this
|
|
65
|
-
"fr": "Are you sure you want to remove this
|
|
49
|
+
"en": "Are you sure you want to remove this initiative?",
|
|
50
|
+
"fr": "Are you sure you want to remove this initiative?"
|
|
66
51
|
}
|
|
67
52
|
}
|
|
68
53
|
},
|
|
@@ -70,847 +55,1310 @@ export const storyData = {
|
|
|
70
55
|
},
|
|
71
56
|
"tableKeys": [
|
|
72
57
|
"datastakeId",
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"country"
|
|
58
|
+
"eventId",
|
|
59
|
+
"typeOfInitiative"
|
|
76
60
|
],
|
|
77
61
|
"store": {
|
|
78
62
|
"event": {
|
|
79
63
|
"link": true,
|
|
80
|
-
"type": "
|
|
64
|
+
"type": "event"
|
|
81
65
|
}
|
|
66
|
+
},
|
|
67
|
+
"automaticLinking": {
|
|
68
|
+
"path": "associatedSubjects"
|
|
82
69
|
}
|
|
83
70
|
},
|
|
84
|
-
"
|
|
85
|
-
"position": 2,
|
|
71
|
+
"position": 6,
|
|
86
72
|
"scope": [
|
|
87
|
-
"
|
|
88
|
-
"
|
|
73
|
+
"activityInfo",
|
|
74
|
+
"incidentInfo"
|
|
89
75
|
],
|
|
90
|
-
"label": "
|
|
91
|
-
"modalLabel": "Add
|
|
92
|
-
"createdAt": "2025-
|
|
93
|
-
"updatedAt": "2025-
|
|
76
|
+
"label": "Initiative facilitating reporting of this event",
|
|
77
|
+
"modalLabel": "Add supporting initiative",
|
|
78
|
+
"createdAt": "2025-12-09T15:32:57.627Z",
|
|
79
|
+
"updatedAt": "2025-12-09T15:32:57.627Z",
|
|
94
80
|
"__v": 0
|
|
95
81
|
},
|
|
96
82
|
},
|
|
97
83
|
subTitle: "Identificación",
|
|
98
84
|
},
|
|
99
85
|
data: {
|
|
100
|
-
"_id": "
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
|
|
111
|
-
"_id": "690b3c2f36e67cf67bfa5579",
|
|
112
|
-
"authorId": "f74f8cf3-ddd9-49e2-8df6-f8fd44f40628",
|
|
113
|
-
"createdBy": "f74f8cf3-ddd9-49e2-8df6-f8fd44f40628",
|
|
114
|
-
"createdAt": "2025-11-05T11:59:43.192Z",
|
|
115
|
-
"updatedBy": "f74f8cf3-ddd9-49e2-8df6-f8fd44f40628",
|
|
116
|
-
"updatedAt": "2025-11-05T11:59:43.192Z",
|
|
117
|
-
"id": "da94e782-7477-4f73-ab8a-4c1cfdc63ec7",
|
|
118
|
-
"name": "Erald Stk",
|
|
119
|
-
"collectId": "eae2bac9443b357f386bb48326fe2b63dc880c19",
|
|
120
|
-
"country": "AD",
|
|
121
|
-
"category": "corporation",
|
|
122
|
-
"sources": [],
|
|
123
|
-
"subCategory": "publicCompany",
|
|
124
|
-
"datastakeId": "STK-00000000155",
|
|
125
|
-
"__v": 0
|
|
126
|
-
},
|
|
127
|
-
"country": "AD",
|
|
128
|
-
"category": "corporation",
|
|
129
|
-
"subCategory": "publicCompany",
|
|
130
|
-
"shareholders": [
|
|
131
|
-
{
|
|
132
|
-
"stakeholder": {
|
|
133
|
-
"_id": "690b3c9d36e67cf67bfa57cd",
|
|
134
|
-
"authorId": "f74f8cf3-ddd9-49e2-8df6-f8fd44f40628",
|
|
135
|
-
"createdBy": "f74f8cf3-ddd9-49e2-8df6-f8fd44f40628",
|
|
136
|
-
"createdAt": "2025-11-05T12:01:33.104Z",
|
|
137
|
-
"updatedBy": "f74f8cf3-ddd9-49e2-8df6-f8fd44f40628",
|
|
138
|
-
"updatedAt": "2025-11-05T13:44:08.901Z",
|
|
139
|
-
"form": "stakeholder",
|
|
140
|
-
"id": "743e6765-e052-4e29-a09c-4d3057ad10a2",
|
|
141
|
-
"name": "Erald Shareholder",
|
|
142
|
-
"datastakeId": "STK-00000000158",
|
|
143
|
-
"parent": {
|
|
144
|
-
"_id": "690b3c9d36e67cf67bfa57d6",
|
|
145
|
-
"authorId": "f74f8cf3-ddd9-49e2-8df6-f8fd44f40628",
|
|
146
|
-
"createdBy": "f74f8cf3-ddd9-49e2-8df6-f8fd44f40628",
|
|
147
|
-
"createdAt": "2025-11-05T12:01:33.104Z",
|
|
148
|
-
"updatedBy": "f74f8cf3-ddd9-49e2-8df6-f8fd44f40628",
|
|
149
|
-
"updatedAt": "2025-11-05T12:01:33.104Z",
|
|
150
|
-
"id": "ffde333c-9de0-4e42-be1b-5b28ad6654f9",
|
|
151
|
-
"name": "Erald Shareholder",
|
|
152
|
-
"collectId": "7425854c9dc4b9a3b6da3e624f6f6ab15258567d",
|
|
153
|
-
"country": "AD",
|
|
154
|
-
"category": "stateSecurityForces",
|
|
155
|
-
"sources": [],
|
|
156
|
-
"subCategory": "military",
|
|
157
|
-
"datastakeId": "STK-00000000158",
|
|
158
|
-
"__v": 0
|
|
159
|
-
},
|
|
160
|
-
"country": "AD",
|
|
161
|
-
"category": "stateSecurityForces",
|
|
162
|
-
"subCategory": "military",
|
|
163
|
-
"fullName": "Erald Shareholder",
|
|
164
|
-
"politicalExposure": "no",
|
|
165
|
-
"shareholders": [],
|
|
166
|
-
"directBeneficiaries": [],
|
|
167
|
-
"management": [],
|
|
168
|
-
"boardMembers": [],
|
|
169
|
-
"suppliersOfOperator": [],
|
|
170
|
-
"directMineSourcing": [],
|
|
171
|
-
"clientsOfOperator": [],
|
|
172
|
-
"sourceOfIncome": [],
|
|
173
|
-
"__v": 0,
|
|
174
|
-
"associatedSubjects": [
|
|
175
|
-
{
|
|
176
|
-
"entity": "Stakeholder",
|
|
177
|
-
"_id": {},
|
|
178
|
-
"nature": "shareholder"
|
|
179
|
-
}
|
|
180
|
-
]
|
|
181
|
-
},
|
|
182
|
-
"holding": 23
|
|
183
|
-
}
|
|
86
|
+
"_id": "693821b83c8e416ad8b4f590",
|
|
87
|
+
"form": "event",
|
|
88
|
+
"implementers": [],
|
|
89
|
+
"associatedSubjects": [],
|
|
90
|
+
"pictures": [],
|
|
91
|
+
"documents": [],
|
|
92
|
+
"channels": [],
|
|
93
|
+
"published": false,
|
|
94
|
+
"version": 2,
|
|
95
|
+
"eventCategory": [
|
|
96
|
+
"genderBasedViolence"
|
|
184
97
|
],
|
|
185
|
-
"
|
|
98
|
+
"identifiedPerpetrators": [
|
|
186
99
|
{
|
|
187
|
-
"_id": "
|
|
188
|
-
"
|
|
189
|
-
"
|
|
190
|
-
"
|
|
191
|
-
"
|
|
192
|
-
"
|
|
193
|
-
"
|
|
194
|
-
"
|
|
195
|
-
"
|
|
196
|
-
"datastakeId": "STK-00000000157",
|
|
100
|
+
"_id": "68cd6fa32801a29a0bcd904a",
|
|
101
|
+
"form": "operator",
|
|
102
|
+
"id": "eb101894-2bd5-4174-9038-f49e48caab61",
|
|
103
|
+
"name": "FARDC",
|
|
104
|
+
"authorId": "6f9142ba-3b99-4506-b4da-172a6cf8b591",
|
|
105
|
+
"country": "CD",
|
|
106
|
+
"category": "stateSecurityForces",
|
|
107
|
+
"subCategory": "military",
|
|
108
|
+
"datastakeId": "STK-00000000446",
|
|
197
109
|
"parent": {
|
|
198
|
-
"_id": "
|
|
199
|
-
"
|
|
200
|
-
"
|
|
201
|
-
"
|
|
202
|
-
"
|
|
203
|
-
"
|
|
204
|
-
"
|
|
205
|
-
"
|
|
206
|
-
"collectId": "19538048e22358ab5fb0adc602b5d554995c6b55",
|
|
207
|
-
"country": "AD",
|
|
110
|
+
"_id": "68cd6fa32801a29a0bcd9053",
|
|
111
|
+
"createdAt": "2025-09-19T14:58:43.098Z",
|
|
112
|
+
"updatedAt": "2025-09-19T14:58:43.098Z",
|
|
113
|
+
"id": "f7340ace-df0c-4e94-ac38-ff9bd36795a0",
|
|
114
|
+
"name": "FARDC",
|
|
115
|
+
"authorId": "6f9142ba-3b99-4506-b4da-172a6cf8b591",
|
|
116
|
+
"collectId": "ca02a67618a6bc15e44303216cca64adc5f8c27c",
|
|
117
|
+
"country": "CD",
|
|
208
118
|
"category": "stateSecurityForces",
|
|
209
119
|
"sources": [],
|
|
210
120
|
"subCategory": "military",
|
|
211
|
-
"datastakeId": "STK-
|
|
121
|
+
"datastakeId": "STK-00000000446",
|
|
212
122
|
"__v": 0
|
|
213
123
|
},
|
|
214
|
-
"country": "AD",
|
|
215
|
-
"category": "stateSecurityForces",
|
|
216
|
-
"subCategory": "military",
|
|
217
|
-
"fullName": "Erald Direct Beneficiaries",
|
|
218
|
-
"politicalExposure": "no",
|
|
219
|
-
"shareholders": [],
|
|
220
|
-
"directBeneficiaries": [],
|
|
221
|
-
"management": [],
|
|
222
|
-
"boardMembers": [],
|
|
223
|
-
"suppliersOfOperator": [],
|
|
224
|
-
"directMineSourcing": [],
|
|
225
|
-
"clientsOfOperator": [],
|
|
226
|
-
"sourceOfIncome": [],
|
|
227
|
-
"__v": 0,
|
|
228
124
|
"associatedSubjects": [
|
|
229
125
|
{
|
|
230
|
-
"entity": "
|
|
126
|
+
"entity": "Event",
|
|
231
127
|
"_id": {},
|
|
232
|
-
"nature": "
|
|
233
|
-
}
|
|
234
|
-
]
|
|
235
|
-
}
|
|
236
|
-
],
|
|
237
|
-
"management": [],
|
|
238
|
-
"boardMembers": [],
|
|
239
|
-
"suppliersOfOperator": [
|
|
240
|
-
{
|
|
241
|
-
"_id": "690b4ee1409d3c5f03d95d4d",
|
|
242
|
-
"authorId": "f74f8cf3-ddd9-49e2-8df6-f8fd44f40628",
|
|
243
|
-
"form": "trade-settings",
|
|
244
|
-
"id": "181e9fea-7489-494a-84d6-a88f72abb125",
|
|
245
|
-
"datastakeId": "TRADE-000000122",
|
|
246
|
-
"channels": [],
|
|
247
|
-
"products": [
|
|
128
|
+
"nature": ""
|
|
129
|
+
},
|
|
248
130
|
{
|
|
249
|
-
"
|
|
250
|
-
"
|
|
251
|
-
"
|
|
252
|
-
|
|
253
|
-
"datastakeId": "PROD-0000000107",
|
|
254
|
-
"channels": [],
|
|
255
|
-
"typeOfProduct": "silver",
|
|
256
|
-
"quantityProductsPurchased": 23,
|
|
257
|
-
"weightProductsPurchased": "kg",
|
|
258
|
-
"periodProductsPurchased": "daily",
|
|
259
|
-
"productForm": "ingots",
|
|
260
|
-
"averagePrice": 23000,
|
|
261
|
-
"averagePriceCurrency": "AFN",
|
|
262
|
-
"averagePriceWeight": "kg",
|
|
263
|
-
"associatedSubjects": [
|
|
264
|
-
{
|
|
265
|
-
"entity": "TradeSettings",
|
|
266
|
-
"_id": {},
|
|
267
|
-
"nature": ""
|
|
268
|
-
}
|
|
269
|
-
],
|
|
270
|
-
"published": false,
|
|
271
|
-
"version": 1,
|
|
272
|
-
"updatedBy": "f74f8cf3-ddd9-49e2-8df6-f8fd44f40628",
|
|
273
|
-
"updatedAt": "2025-11-05T13:44:09.282Z",
|
|
274
|
-
"createdBy": "f74f8cf3-ddd9-49e2-8df6-f8fd44f40628",
|
|
275
|
-
"createdAt": "2025-11-05T13:44:09.282Z",
|
|
276
|
-
"__v": 0
|
|
277
|
-
}
|
|
278
|
-
],
|
|
279
|
-
"associatedSubjects": [
|
|
131
|
+
"entity": "Event",
|
|
132
|
+
"_id": {},
|
|
133
|
+
"nature": ""
|
|
134
|
+
},
|
|
280
135
|
{
|
|
281
|
-
"entity": "
|
|
136
|
+
"entity": "Event",
|
|
282
137
|
"_id": {},
|
|
283
|
-
"nature": "
|
|
138
|
+
"nature": ""
|
|
284
139
|
}
|
|
285
140
|
],
|
|
286
141
|
"published": false,
|
|
287
142
|
"version": 1,
|
|
288
|
-
"
|
|
289
|
-
"
|
|
290
|
-
"
|
|
291
|
-
"
|
|
143
|
+
"suppliers": [],
|
|
144
|
+
"locationSuppliers": [],
|
|
145
|
+
"clients": [],
|
|
146
|
+
"shareholders": [],
|
|
147
|
+
"directBeneficiaries": [],
|
|
148
|
+
"management": [],
|
|
149
|
+
"boardMembers": [],
|
|
150
|
+
"channels": [],
|
|
151
|
+
"createdAt": "2025-09-19",
|
|
152
|
+
"updatedAt": "2025-12-09T16:02:32.067Z",
|
|
292
153
|
"__v": 0,
|
|
293
|
-
"
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
"
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
"
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
154
|
+
"economicSector": null,
|
|
155
|
+
"email": null,
|
|
156
|
+
"phoneNumber": null,
|
|
157
|
+
"positionSupplyChain": null,
|
|
158
|
+
"scope": "beneficiaries",
|
|
159
|
+
"stakeholderId": "68cd6fa32801a29a0bcd904a",
|
|
160
|
+
"typeOfExposure": null,
|
|
161
|
+
"meta": {
|
|
162
|
+
"completion": {
|
|
163
|
+
"total": 39,
|
|
164
|
+
"percentage": 12,
|
|
165
|
+
"datapoints": [
|
|
166
|
+
"category",
|
|
167
|
+
"country",
|
|
168
|
+
"name",
|
|
169
|
+
"stakeholderId",
|
|
170
|
+
"subCategory"
|
|
171
|
+
],
|
|
172
|
+
"byScope": {
|
|
173
|
+
"operator": {
|
|
174
|
+
"total": 12,
|
|
175
|
+
"percentage": 33,
|
|
176
|
+
"datapoints": [
|
|
177
|
+
"category",
|
|
178
|
+
"country",
|
|
179
|
+
"name",
|
|
180
|
+
"subCategory"
|
|
181
|
+
]
|
|
182
|
+
},
|
|
183
|
+
"armedGroups": {
|
|
184
|
+
"total": 7,
|
|
185
|
+
"percentage": 57,
|
|
186
|
+
"datapoints": [
|
|
187
|
+
"category",
|
|
188
|
+
"country",
|
|
189
|
+
"name",
|
|
190
|
+
"subCategory"
|
|
191
|
+
]
|
|
192
|
+
},
|
|
193
|
+
"create": {
|
|
194
|
+
"total": 4,
|
|
195
|
+
"percentage": 100,
|
|
196
|
+
"datapoints": [
|
|
197
|
+
"category",
|
|
198
|
+
"country",
|
|
199
|
+
"stakeholderId",
|
|
200
|
+
"subCategory"
|
|
201
|
+
]
|
|
202
|
+
},
|
|
203
|
+
"worker": {
|
|
204
|
+
"total": 10,
|
|
205
|
+
"percentage": 20,
|
|
206
|
+
"datapoints": [
|
|
207
|
+
"category",
|
|
208
|
+
"country"
|
|
209
|
+
]
|
|
210
|
+
},
|
|
211
|
+
"directBeneficiaries": {
|
|
212
|
+
"total": 6,
|
|
213
|
+
"percentage": 66,
|
|
214
|
+
"datapoints": [
|
|
215
|
+
"category",
|
|
216
|
+
"country",
|
|
217
|
+
"stakeholderId",
|
|
218
|
+
"subCategory"
|
|
219
|
+
]
|
|
220
|
+
},
|
|
221
|
+
"shareholder": {
|
|
222
|
+
"total": 6,
|
|
223
|
+
"percentage": 66,
|
|
224
|
+
"datapoints": [
|
|
225
|
+
"category",
|
|
226
|
+
"country",
|
|
227
|
+
"stakeholderId",
|
|
228
|
+
"subCategory"
|
|
229
|
+
]
|
|
230
|
+
},
|
|
231
|
+
"subsidiaries": {
|
|
232
|
+
"total": 5,
|
|
233
|
+
"percentage": 80,
|
|
234
|
+
"datapoints": [
|
|
235
|
+
"category",
|
|
236
|
+
"country",
|
|
237
|
+
"stakeholderId",
|
|
238
|
+
"subCategory"
|
|
239
|
+
]
|
|
240
|
+
},
|
|
241
|
+
"holdingsAndInterest": {
|
|
242
|
+
"total": 5,
|
|
243
|
+
"percentage": 80,
|
|
244
|
+
"datapoints": [
|
|
245
|
+
"category",
|
|
246
|
+
"country",
|
|
247
|
+
"stakeholderId",
|
|
248
|
+
"subCategory"
|
|
249
|
+
]
|
|
250
|
+
},
|
|
251
|
+
"locationOtherOperator": {
|
|
252
|
+
"total": 4,
|
|
253
|
+
"percentage": 100,
|
|
254
|
+
"datapoints": [
|
|
255
|
+
"category",
|
|
256
|
+
"country",
|
|
257
|
+
"stakeholderId",
|
|
258
|
+
"subCategory"
|
|
259
|
+
]
|
|
260
|
+
},
|
|
261
|
+
"locationBeneficiaries": {
|
|
262
|
+
"total": 4,
|
|
263
|
+
"percentage": 100,
|
|
264
|
+
"datapoints": [
|
|
265
|
+
"category",
|
|
266
|
+
"country",
|
|
267
|
+
"stakeholderId",
|
|
268
|
+
"subCategory"
|
|
269
|
+
]
|
|
270
|
+
},
|
|
271
|
+
"locationTrade": {
|
|
272
|
+
"total": 4,
|
|
273
|
+
"percentage": 100,
|
|
274
|
+
"datapoints": [
|
|
275
|
+
"category",
|
|
276
|
+
"country",
|
|
277
|
+
"stakeholderId",
|
|
278
|
+
"subCategory"
|
|
279
|
+
]
|
|
280
|
+
},
|
|
281
|
+
"locationCustom": {
|
|
282
|
+
"total": 4,
|
|
283
|
+
"percentage": 100,
|
|
284
|
+
"datapoints": [
|
|
285
|
+
"category",
|
|
286
|
+
"country",
|
|
287
|
+
"stakeholderId",
|
|
288
|
+
"subCategory"
|
|
289
|
+
]
|
|
290
|
+
},
|
|
291
|
+
"locationAuthority": {
|
|
292
|
+
"total": 4,
|
|
293
|
+
"percentage": 100,
|
|
294
|
+
"datapoints": [
|
|
295
|
+
"category",
|
|
296
|
+
"country",
|
|
297
|
+
"stakeholderId",
|
|
298
|
+
"subCategory"
|
|
299
|
+
]
|
|
300
|
+
},
|
|
301
|
+
"locationGovernance": {
|
|
302
|
+
"total": 4,
|
|
303
|
+
"percentage": 100,
|
|
304
|
+
"datapoints": [
|
|
305
|
+
"category",
|
|
306
|
+
"country",
|
|
307
|
+
"stakeholderId",
|
|
308
|
+
"subCategory"
|
|
309
|
+
]
|
|
310
|
+
},
|
|
311
|
+
"locationCivilSociety": {
|
|
312
|
+
"total": 4,
|
|
313
|
+
"percentage": 100,
|
|
314
|
+
"datapoints": [
|
|
315
|
+
"category",
|
|
316
|
+
"country",
|
|
317
|
+
"stakeholderId",
|
|
318
|
+
"subCategory"
|
|
319
|
+
]
|
|
320
|
+
},
|
|
321
|
+
"locationInternational": {
|
|
322
|
+
"total": 4,
|
|
323
|
+
"percentage": 100,
|
|
324
|
+
"datapoints": [
|
|
325
|
+
"category",
|
|
326
|
+
"country",
|
|
327
|
+
"stakeholderId",
|
|
328
|
+
"subCategory"
|
|
329
|
+
]
|
|
330
|
+
},
|
|
331
|
+
"locationOperator": {
|
|
332
|
+
"total": 4,
|
|
333
|
+
"percentage": 100,
|
|
334
|
+
"datapoints": [
|
|
335
|
+
"category",
|
|
336
|
+
"country",
|
|
337
|
+
"stakeholderId",
|
|
338
|
+
"subCategory"
|
|
339
|
+
]
|
|
340
|
+
},
|
|
341
|
+
"affiliatedOperator": {
|
|
342
|
+
"total": 4,
|
|
343
|
+
"percentage": 100,
|
|
344
|
+
"datapoints": [
|
|
345
|
+
"category",
|
|
346
|
+
"country",
|
|
347
|
+
"stakeholderId",
|
|
348
|
+
"subCategory"
|
|
349
|
+
]
|
|
350
|
+
},
|
|
351
|
+
"contactPerson": {
|
|
352
|
+
"total": 4,
|
|
353
|
+
"percentage": 75,
|
|
354
|
+
"datapoints": [
|
|
355
|
+
"category",
|
|
356
|
+
"country",
|
|
357
|
+
"stakeholderId"
|
|
358
|
+
]
|
|
359
|
+
},
|
|
360
|
+
"suppliers": {
|
|
361
|
+
"total": 4,
|
|
362
|
+
"percentage": 100,
|
|
363
|
+
"datapoints": [
|
|
364
|
+
"category",
|
|
365
|
+
"country",
|
|
366
|
+
"stakeholderId",
|
|
367
|
+
"subCategory"
|
|
368
|
+
]
|
|
369
|
+
},
|
|
370
|
+
"clients": {
|
|
371
|
+
"total": 4,
|
|
372
|
+
"percentage": 100,
|
|
373
|
+
"datapoints": [
|
|
374
|
+
"category",
|
|
375
|
+
"country",
|
|
376
|
+
"stakeholderId",
|
|
377
|
+
"subCategory"
|
|
378
|
+
]
|
|
379
|
+
},
|
|
380
|
+
"boardMembers": {
|
|
381
|
+
"total": 6,
|
|
382
|
+
"percentage": 66,
|
|
383
|
+
"datapoints": [
|
|
384
|
+
"category",
|
|
385
|
+
"country",
|
|
386
|
+
"stakeholderId",
|
|
387
|
+
"subCategory"
|
|
388
|
+
]
|
|
389
|
+
},
|
|
390
|
+
"orgManagementStructure": {
|
|
391
|
+
"total": 7,
|
|
392
|
+
"percentage": 57,
|
|
393
|
+
"datapoints": [
|
|
394
|
+
"category",
|
|
395
|
+
"country",
|
|
396
|
+
"stakeholderId",
|
|
397
|
+
"subCategory"
|
|
398
|
+
]
|
|
399
|
+
},
|
|
400
|
+
"modal": {
|
|
401
|
+
"total": 1,
|
|
402
|
+
"percentage": 100,
|
|
403
|
+
"datapoints": [
|
|
404
|
+
"subCategory"
|
|
405
|
+
]
|
|
406
|
+
}
|
|
407
|
+
}
|
|
320
408
|
},
|
|
321
|
-
"
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
"
|
|
329
|
-
"
|
|
330
|
-
"
|
|
409
|
+
"datapoints": {
|
|
410
|
+
"total": 4,
|
|
411
|
+
"bySection": {
|
|
412
|
+
"identification": 4
|
|
413
|
+
},
|
|
414
|
+
"byScope": {
|
|
415
|
+
"create": 4,
|
|
416
|
+
"operator": 4,
|
|
417
|
+
"worker": 2,
|
|
418
|
+
"directBeneficiaries": 3,
|
|
419
|
+
"shareholder": 3,
|
|
420
|
+
"subsidiaries": 3,
|
|
421
|
+
"holdingsAndInterest": 3,
|
|
422
|
+
"locationOtherOperator": 3,
|
|
423
|
+
"locationBeneficiaries": 3,
|
|
424
|
+
"locationTrade": 3,
|
|
425
|
+
"locationCustom": 3,
|
|
426
|
+
"locationAuthority": 3,
|
|
427
|
+
"locationGovernance": 3,
|
|
428
|
+
"locationCivilSociety": 3,
|
|
429
|
+
"locationInternational": 3,
|
|
430
|
+
"locationOperator": 3,
|
|
431
|
+
"affiliatedOperator": 3,
|
|
432
|
+
"contactPerson": 2,
|
|
433
|
+
"suppliers": 3,
|
|
434
|
+
"clients": 3,
|
|
435
|
+
"boardMembers": 3,
|
|
436
|
+
"orgManagementStructure": 3,
|
|
437
|
+
"armedGroups": 4,
|
|
438
|
+
"modal": 1
|
|
331
439
|
}
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
"updatedAt": "2025-11-05T13:44:09.451Z",
|
|
336
|
-
"createdBy": "f74f8cf3-ddd9-49e2-8df6-f8fd44f40628",
|
|
337
|
-
"updatedBy": "f74f8cf3-ddd9-49e2-8df6-f8fd44f40628",
|
|
338
|
-
"deletedAt": null,
|
|
339
|
-
"deletedBy": null
|
|
340
|
-
}
|
|
440
|
+
}
|
|
441
|
+
},
|
|
442
|
+
"updatedBy": "eaeddd77-ffb3-4d08-9e75-fa62c5440aa6"
|
|
341
443
|
}
|
|
342
444
|
],
|
|
343
|
-
"
|
|
344
|
-
"
|
|
345
|
-
"
|
|
346
|
-
"__v": 0,
|
|
347
|
-
"associatedSubjects": [
|
|
348
|
-
{
|
|
349
|
-
"entity": "Location",
|
|
350
|
-
"_id": {},
|
|
351
|
-
"nature": ""
|
|
352
|
-
},
|
|
353
|
-
{
|
|
354
|
-
"entity": "Location",
|
|
355
|
-
"_id": {},
|
|
356
|
-
"nature": ""
|
|
357
|
-
},
|
|
358
|
-
{
|
|
359
|
-
"entity": "Location",
|
|
360
|
-
"_id": {},
|
|
361
|
-
"nature": ""
|
|
362
|
-
},
|
|
363
|
-
{
|
|
364
|
-
"entity": "TradeSettings",
|
|
365
|
-
"_id": {},
|
|
366
|
-
"nature": "suppliersOfOperator"
|
|
367
|
-
},
|
|
368
|
-
{
|
|
369
|
-
"entity": "Location",
|
|
370
|
-
"_id": {},
|
|
371
|
-
"nature": ""
|
|
372
|
-
},
|
|
373
|
-
{
|
|
374
|
-
"entity": "Location",
|
|
375
|
-
"_id": {},
|
|
376
|
-
"nature": ""
|
|
377
|
-
},
|
|
378
|
-
{
|
|
379
|
-
"entity": "TradeSettings",
|
|
380
|
-
"_id": {},
|
|
381
|
-
"nature": "suppliersOfOperator"
|
|
382
|
-
},
|
|
383
|
-
{
|
|
384
|
-
"entity": "Location",
|
|
385
|
-
"_id": {},
|
|
386
|
-
"nature": ""
|
|
387
|
-
},
|
|
445
|
+
"identifiedVictims": [],
|
|
446
|
+
"assistedVictims": [],
|
|
447
|
+
"mitigationMeasures": [
|
|
388
448
|
{
|
|
389
|
-
"
|
|
390
|
-
"
|
|
391
|
-
"
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
"
|
|
395
|
-
"
|
|
396
|
-
"
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
"
|
|
400
|
-
"
|
|
401
|
-
"
|
|
449
|
+
"_id": "693821b73c8e416ad8b4f4fa",
|
|
450
|
+
"form": "event",
|
|
451
|
+
"implementers": [],
|
|
452
|
+
"associatedSubjects": [],
|
|
453
|
+
"pictures": [],
|
|
454
|
+
"documents": [],
|
|
455
|
+
"channels": [],
|
|
456
|
+
"published": false,
|
|
457
|
+
"version": 2,
|
|
458
|
+
"eventCategory": [],
|
|
459
|
+
"identifiedPerpetrators": [],
|
|
460
|
+
"identifiedVictims": [],
|
|
461
|
+
"assistedVictims": [],
|
|
462
|
+
"mitigationMeasures": [],
|
|
463
|
+
"otherLocations": [],
|
|
464
|
+
"testimonialSource": [],
|
|
465
|
+
"beneficiaries": [],
|
|
466
|
+
"identifiedImplementers": [],
|
|
467
|
+
"id": "46370247-1567-461f-8a4a-d39e13bd095e",
|
|
468
|
+
"datastakeId": "EV-000000000157",
|
|
469
|
+
"name": "Renforcement de capacité chez les militaires",
|
|
470
|
+
"authorId": "6f9142ba-3b99-4506-b4da-172a6cf8b591",
|
|
471
|
+
"typeOfEvent": "other",
|
|
472
|
+
"eventDescription": "Déployer des mécanismes de surveillance et de monitoring sur les routes",
|
|
473
|
+
"typeOfMeasure": "monitoring",
|
|
474
|
+
"__v": 0,
|
|
475
|
+
"updatedBy": "eaeddd77-ffb3-4d08-9e75-fa62c5440aa6",
|
|
476
|
+
"updatedAt": "2025-12-09T16:02:31.908Z",
|
|
477
|
+
"createdAt": "2025-12-09T13:18:47.893Z",
|
|
478
|
+
"meta": {
|
|
479
|
+
"completion": {
|
|
480
|
+
"total": 25,
|
|
481
|
+
"percentage": 16,
|
|
482
|
+
"datapoints": [
|
|
483
|
+
"eventDescription",
|
|
484
|
+
"name",
|
|
485
|
+
"typeOfEvent",
|
|
486
|
+
"typeOfMeasure"
|
|
487
|
+
],
|
|
488
|
+
"byScope": {
|
|
489
|
+
"testimonialInfo": {
|
|
490
|
+
"total": 9,
|
|
491
|
+
"percentage": 22,
|
|
492
|
+
"datapoints": [
|
|
493
|
+
"eventDescription",
|
|
494
|
+
"name"
|
|
495
|
+
]
|
|
496
|
+
},
|
|
497
|
+
"correctiveActionInfo": {
|
|
498
|
+
"total": 14,
|
|
499
|
+
"percentage": 14,
|
|
500
|
+
"datapoints": [
|
|
501
|
+
"eventDescription",
|
|
502
|
+
"name"
|
|
503
|
+
]
|
|
504
|
+
},
|
|
505
|
+
"incidentInfo": {
|
|
506
|
+
"total": 13,
|
|
507
|
+
"percentage": 15,
|
|
508
|
+
"datapoints": [
|
|
509
|
+
"eventDescription",
|
|
510
|
+
"name"
|
|
511
|
+
]
|
|
512
|
+
},
|
|
513
|
+
"createIncident": {
|
|
514
|
+
"total": 4,
|
|
515
|
+
"percentage": 25,
|
|
516
|
+
"datapoints": [
|
|
517
|
+
"name"
|
|
518
|
+
]
|
|
519
|
+
},
|
|
520
|
+
"createTestimonial": {
|
|
521
|
+
"total": 4,
|
|
522
|
+
"percentage": 25,
|
|
523
|
+
"datapoints": [
|
|
524
|
+
"name"
|
|
525
|
+
]
|
|
526
|
+
},
|
|
527
|
+
"createCorrectiveAction": {
|
|
528
|
+
"total": 3,
|
|
529
|
+
"percentage": 33,
|
|
530
|
+
"datapoints": [
|
|
531
|
+
"name"
|
|
532
|
+
]
|
|
533
|
+
},
|
|
534
|
+
"create": {
|
|
535
|
+
"total": 4,
|
|
536
|
+
"percentage": 50,
|
|
537
|
+
"datapoints": [
|
|
538
|
+
"name",
|
|
539
|
+
"typeOfEvent"
|
|
540
|
+
]
|
|
541
|
+
},
|
|
542
|
+
"allInfo": {
|
|
543
|
+
"total": 5,
|
|
544
|
+
"percentage": 60,
|
|
545
|
+
"datapoints": [
|
|
546
|
+
"eventDescription",
|
|
547
|
+
"name",
|
|
548
|
+
"typeOfEvent"
|
|
549
|
+
]
|
|
550
|
+
},
|
|
551
|
+
"mitigationMeasures": {
|
|
552
|
+
"total": 4,
|
|
553
|
+
"percentage": 75,
|
|
554
|
+
"datapoints": [
|
|
555
|
+
"eventDescription",
|
|
556
|
+
"name",
|
|
557
|
+
"typeOfMeasure"
|
|
558
|
+
]
|
|
559
|
+
},
|
|
560
|
+
"initiativeOfTestimonial": {
|
|
561
|
+
"total": 2,
|
|
562
|
+
"percentage": 0
|
|
563
|
+
},
|
|
564
|
+
"initiativeFacilitatingReport": {
|
|
565
|
+
"total": 2,
|
|
566
|
+
"percentage": 0
|
|
567
|
+
},
|
|
568
|
+
"allInformationCreate": {
|
|
569
|
+
"total": 1,
|
|
570
|
+
"percentage": 100,
|
|
571
|
+
"datapoints": [
|
|
572
|
+
"typeOfEvent"
|
|
573
|
+
]
|
|
574
|
+
}
|
|
575
|
+
}
|
|
576
|
+
},
|
|
577
|
+
"datapoints": {
|
|
578
|
+
"total": 4,
|
|
579
|
+
"bySection": {
|
|
580
|
+
"identification": 4
|
|
581
|
+
},
|
|
582
|
+
"byScope": {
|
|
583
|
+
"testimonialInfo": 2,
|
|
584
|
+
"correctiveActionInfo": 2,
|
|
585
|
+
"incidentInfo": 2,
|
|
586
|
+
"mitigationMeasures": 3,
|
|
587
|
+
"allInfo": 3,
|
|
588
|
+
"createTestimonial": 1,
|
|
589
|
+
"createCorrectiveAction": 1,
|
|
590
|
+
"createIncident": 1,
|
|
591
|
+
"create": 2,
|
|
592
|
+
"allInformationCreate": 1
|
|
593
|
+
}
|
|
594
|
+
}
|
|
595
|
+
}
|
|
402
596
|
}
|
|
403
597
|
],
|
|
404
|
-
"
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
"collectId": "651e4d5548f5123885b167b1cb19ae1d39f0bf41",
|
|
425
|
-
"country": "CD",
|
|
426
|
-
"category": "individual",
|
|
427
|
-
"sources": [],
|
|
428
|
-
"datastakeId": "STK-00000000156",
|
|
429
|
-
"__v": 0
|
|
430
|
-
},
|
|
431
|
-
"country": "CD",
|
|
432
|
-
"category": "individual",
|
|
433
|
-
"phoneNumber": "+243 32 232 2212 ",
|
|
434
|
-
"shareholders": [],
|
|
435
|
-
"directBeneficiaries": [],
|
|
436
|
-
"management": [],
|
|
437
|
-
"boardMembers": [],
|
|
438
|
-
"suppliersOfOperator": [],
|
|
439
|
-
"directMineSourcing": [],
|
|
440
|
-
"clientsOfOperator": [],
|
|
441
|
-
"sourceOfIncome": [],
|
|
442
|
-
"__v": 0,
|
|
443
|
-
"associatedSubjects": [
|
|
444
|
-
{
|
|
445
|
-
"entity": "Stakeholder",
|
|
446
|
-
"_id": {},
|
|
447
|
-
"nature": "contactPerson"
|
|
448
|
-
}
|
|
449
|
-
]
|
|
450
|
-
},
|
|
451
|
-
"economicSector": "fishing",
|
|
452
|
-
"fullName": "Erald Stk",
|
|
598
|
+
"otherLocations": [],
|
|
599
|
+
"testimonialSource": [],
|
|
600
|
+
"beneficiaries": [],
|
|
601
|
+
"identifiedImplementers": [],
|
|
602
|
+
"createdBy": "eaeddd77-ffb3-4d08-9e75-fa62c5440aa6",
|
|
603
|
+
"id": "226c9198-470a-4b39-a92f-af448b4e641f",
|
|
604
|
+
"datastakeId": "EV-000000000156",
|
|
605
|
+
"name": "FARDC en patrouille pédestre ont extorqué les biens de civils",
|
|
606
|
+
"authorId": "6f9142ba-3b99-4506-b4da-172a6cf8b591",
|
|
607
|
+
"collectId": "d09375f99c0b3461b10be79f9eb44a7b4c69faf3",
|
|
608
|
+
"country": "CD",
|
|
609
|
+
"date": "2025-09-08",
|
|
610
|
+
"typeOfEvent": "incident",
|
|
611
|
+
"__v": 0,
|
|
612
|
+
"anyMitigationMeasure": "yes",
|
|
613
|
+
"anyVictims": "yes",
|
|
614
|
+
"context": "onRoad",
|
|
615
|
+
"eventDescription": "Le 08 Septembre 2025, à MUDZIPELA à la commune SHARI, Les éléments incontrôlés de FARDC en patrouille pédestre ont extorqué les biens à un civil la victime n'a pas été blessé",
|
|
616
|
+
"identifiedIndividually": "no",
|
|
617
|
+
"incindentType": "violence",
|
|
453
618
|
"location": {
|
|
454
|
-
"_id": "
|
|
455
|
-
"authorId": "f74f8cf3-ddd9-49e2-8df6-f8fd44f40628",
|
|
456
|
-
"createdBy": "f74f8cf3-ddd9-49e2-8df6-f8fd44f40628",
|
|
457
|
-
"createdAt": "2025-11-05T12:00:53.417Z",
|
|
458
|
-
"updatedBy": "f74f8cf3-ddd9-49e2-8df6-f8fd44f40628",
|
|
459
|
-
"updatedAt": "2025-11-05T13:44:09.230Z",
|
|
619
|
+
"_id": "68cb15001ce0f445b36ed645",
|
|
460
620
|
"form": "location",
|
|
461
|
-
"id": "
|
|
621
|
+
"id": "38897bc4-2027-4557-888c-ea8324ece711",
|
|
462
622
|
"parent": {
|
|
463
|
-
"_id": "
|
|
464
|
-
"
|
|
465
|
-
"
|
|
466
|
-
"
|
|
467
|
-
"
|
|
468
|
-
"
|
|
469
|
-
"
|
|
470
|
-
"
|
|
471
|
-
"
|
|
472
|
-
"
|
|
473
|
-
"
|
|
474
|
-
"
|
|
475
|
-
"category": "mineSite",
|
|
476
|
-
"datastakeId": "LOC-00000000117",
|
|
623
|
+
"_id": "68cb15001ce0f445b36ed64f",
|
|
624
|
+
"createdAt": "2025-09-17T20:07:28.563Z",
|
|
625
|
+
"updatedAt": "2025-09-17T20:07:28.563Z",
|
|
626
|
+
"id": "8159134a-3849-49c1-a4d0-30822f00465d",
|
|
627
|
+
"name": "Bunia",
|
|
628
|
+
"authorId": "6f9142ba-3b99-4506-b4da-172a6cf8b591",
|
|
629
|
+
"collectId": "4d01547481966b705b4b2dbf06ac293a81c46ecd",
|
|
630
|
+
"country": "CD",
|
|
631
|
+
"administrativeLevel1": "ituri",
|
|
632
|
+
"administrativeLevel2": "bunia",
|
|
633
|
+
"category": "town",
|
|
634
|
+
"datastakeId": "LOC-00000000246",
|
|
477
635
|
"linking": {
|
|
478
636
|
"SCL": {
|
|
479
|
-
"
|
|
637
|
+
"bunia": {
|
|
480
638
|
"_id": {},
|
|
481
|
-
"
|
|
482
|
-
"
|
|
483
|
-
"
|
|
639
|
+
"id": "bunia",
|
|
640
|
+
"country": "CD",
|
|
641
|
+
"administrativeLevel1": "ituri",
|
|
484
642
|
"level": "level_2",
|
|
485
|
-
"
|
|
486
|
-
"collectId": "
|
|
487
|
-
"
|
|
488
|
-
"
|
|
489
|
-
"__v": 0
|
|
643
|
+
"name": "Bunia",
|
|
644
|
+
"collectId": "915f19eb48c4c54f78018f476ea1d6d65ae52279",
|
|
645
|
+
"createdAt": "2021-01-07T12:30:07.437Z",
|
|
646
|
+
"updatedAt": "2021-01-07T12:30:07.437Z"
|
|
490
647
|
},
|
|
491
|
-
"
|
|
648
|
+
"ituri": {
|
|
492
649
|
"_id": {},
|
|
493
|
-
"
|
|
494
|
-
"
|
|
495
|
-
"id": "260cf9d5-eeb6-411a-871f-5e03554e59d1",
|
|
650
|
+
"id": "ituri",
|
|
651
|
+
"country": "CD",
|
|
496
652
|
"level": "level_1",
|
|
497
|
-
"
|
|
498
|
-
"collectId": "
|
|
499
|
-
"
|
|
500
|
-
"
|
|
653
|
+
"name": "Ituri",
|
|
654
|
+
"collectId": "f145a9231fc4f2bda2ccb24f31db5c6ac92b59c3",
|
|
655
|
+
"createdAt": "2021-03-26T07:53:31.000Z",
|
|
656
|
+
"updatedAt": "2021-03-26T07:53:31.000Z",
|
|
657
|
+
"authorId": "6f9142ba-3b99-4506-b4da-172a6cf8b591",
|
|
658
|
+
"collectBy": "7d278388-e5df-482f-979b-580542128c11",
|
|
659
|
+
"form": "location"
|
|
501
660
|
}
|
|
502
661
|
}
|
|
503
662
|
},
|
|
504
663
|
"__v": 0
|
|
505
664
|
},
|
|
506
|
-
"
|
|
507
|
-
"
|
|
508
|
-
"
|
|
509
|
-
"
|
|
510
|
-
"
|
|
511
|
-
"
|
|
665
|
+
"administrativeLevel1": "ituri",
|
|
666
|
+
"administrativeLevel2": "bunia",
|
|
667
|
+
"name": "Bunia",
|
|
668
|
+
"country": "CD",
|
|
669
|
+
"category": "town",
|
|
670
|
+
"authorId": "6f9142ba-3b99-4506-b4da-172a6cf8b591",
|
|
512
671
|
"gps": {
|
|
513
|
-
"latitude":
|
|
514
|
-
"longitude":
|
|
672
|
+
"latitude": 1.5571202993274371,
|
|
673
|
+
"longitude": 30.250796241059465
|
|
515
674
|
},
|
|
516
|
-
"published":
|
|
675
|
+
"published": true,
|
|
517
676
|
"version": 1,
|
|
518
|
-
"
|
|
677
|
+
"datastakeId": "LOC-00000000246",
|
|
678
|
+
"products": [],
|
|
519
679
|
"extractionMethod": [],
|
|
520
680
|
"mechanisedEquipment": [],
|
|
521
681
|
"typeOfMechanisedEquipment": [],
|
|
522
|
-
"
|
|
523
|
-
|
|
524
|
-
|
|
682
|
+
"associatedSubjects": [
|
|
683
|
+
{
|
|
684
|
+
"entity": "Event",
|
|
685
|
+
"_id": {},
|
|
686
|
+
"nature": ""
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"entity": "Event",
|
|
690
|
+
"_id": {},
|
|
691
|
+
"nature": ""
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"entity": "Event",
|
|
695
|
+
"_id": {},
|
|
696
|
+
"nature": ""
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"entity": "Event",
|
|
700
|
+
"_id": {},
|
|
701
|
+
"nature": ""
|
|
702
|
+
}
|
|
703
|
+
],
|
|
704
|
+
"operator": [],
|
|
705
|
+
"otherOperators": [],
|
|
706
|
+
"locationBeneficiaries": [],
|
|
707
|
+
"trade": [],
|
|
525
708
|
"governance": [],
|
|
526
709
|
"civilSociety": [],
|
|
527
710
|
"international": [],
|
|
528
711
|
"pictures": [],
|
|
529
712
|
"documents": [],
|
|
713
|
+
"channels": [],
|
|
530
714
|
"linking": {
|
|
531
715
|
"SCL": {
|
|
532
|
-
"
|
|
716
|
+
"bunia": {
|
|
533
717
|
"_id": {},
|
|
534
|
-
"
|
|
535
|
-
"
|
|
536
|
-
"
|
|
718
|
+
"id": "bunia",
|
|
719
|
+
"country": "CD",
|
|
720
|
+
"administrativeLevel1": "ituri",
|
|
537
721
|
"level": "level_2",
|
|
538
|
-
"
|
|
539
|
-
"collectId": "
|
|
540
|
-
"
|
|
541
|
-
"
|
|
542
|
-
"__v": 0
|
|
722
|
+
"name": "Bunia",
|
|
723
|
+
"collectId": "915f19eb48c4c54f78018f476ea1d6d65ae52279",
|
|
724
|
+
"createdAt": "2021-01-07",
|
|
725
|
+
"updatedAt": "2021-01-07"
|
|
543
726
|
},
|
|
544
|
-
"
|
|
727
|
+
"ituri": {
|
|
545
728
|
"_id": {},
|
|
546
|
-
"
|
|
547
|
-
"
|
|
548
|
-
"id": "260cf9d5-eeb6-411a-871f-5e03554e59d1",
|
|
729
|
+
"id": "ituri",
|
|
730
|
+
"country": "CD",
|
|
549
731
|
"level": "level_1",
|
|
550
|
-
"
|
|
551
|
-
"collectId": "
|
|
552
|
-
"
|
|
553
|
-
"
|
|
732
|
+
"name": "Ituri",
|
|
733
|
+
"collectId": "f145a9231fc4f2bda2ccb24f31db5c6ac92b59c3",
|
|
734
|
+
"createdAt": "2021-03-26",
|
|
735
|
+
"updatedAt": "2021-03-26",
|
|
736
|
+
"authorId": "6f9142ba-3b99-4506-b4da-172a6cf8b591",
|
|
737
|
+
"collectBy": "7d278388-e5df-482f-979b-580542128c11",
|
|
738
|
+
"form": "location"
|
|
554
739
|
}
|
|
555
740
|
}
|
|
556
741
|
},
|
|
742
|
+
"createdAt": "2025-09-17",
|
|
743
|
+
"updatedAt": "2025-12-09T13:18:48.093Z",
|
|
557
744
|
"__v": 0,
|
|
558
|
-
"
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
745
|
+
"administrativeLevel1Name": "Ituri",
|
|
746
|
+
"administrativeLevel2Name": "Bunia",
|
|
747
|
+
"locationId": "68cb15001ce0f445b36ed645",
|
|
748
|
+
"meta": {
|
|
749
|
+
"inputs": {
|
|
750
|
+
"administrativeLevel1": {},
|
|
751
|
+
"administrativeLevel2": {}
|
|
752
|
+
},
|
|
753
|
+
"completion": {
|
|
754
|
+
"total": 48,
|
|
755
|
+
"percentage": 8,
|
|
756
|
+
"datapoints": [
|
|
757
|
+
"category",
|
|
758
|
+
"country",
|
|
759
|
+
"gps",
|
|
760
|
+
"locationId"
|
|
761
|
+
],
|
|
762
|
+
"byScope": {
|
|
763
|
+
"nashiriki": {
|
|
764
|
+
"total": 21,
|
|
765
|
+
"percentage": 9,
|
|
766
|
+
"datapoints": [
|
|
767
|
+
"country",
|
|
768
|
+
"gps"
|
|
769
|
+
]
|
|
770
|
+
},
|
|
771
|
+
"locationAssociatedVillage": {
|
|
772
|
+
"total": 5,
|
|
773
|
+
"percentage": 60,
|
|
774
|
+
"datapoints": [
|
|
775
|
+
"category",
|
|
776
|
+
"country",
|
|
777
|
+
"locationId"
|
|
778
|
+
]
|
|
779
|
+
},
|
|
780
|
+
"locationAssociatedExportTown": {
|
|
781
|
+
"total": 5,
|
|
782
|
+
"percentage": 60,
|
|
783
|
+
"datapoints": [
|
|
784
|
+
"category",
|
|
785
|
+
"country",
|
|
786
|
+
"locationId"
|
|
787
|
+
]
|
|
788
|
+
},
|
|
789
|
+
"armedGroups": {
|
|
790
|
+
"total": 4,
|
|
791
|
+
"percentage": 75,
|
|
792
|
+
"datapoints": [
|
|
793
|
+
"category",
|
|
794
|
+
"country",
|
|
795
|
+
"locationId"
|
|
796
|
+
]
|
|
797
|
+
},
|
|
798
|
+
"operatorLocation": {
|
|
799
|
+
"total": 1,
|
|
800
|
+
"percentage": 100,
|
|
801
|
+
"datapoints": [
|
|
802
|
+
"category"
|
|
803
|
+
]
|
|
804
|
+
},
|
|
805
|
+
"workerLocation": {
|
|
806
|
+
"total": 1,
|
|
807
|
+
"percentage": 100,
|
|
808
|
+
"datapoints": [
|
|
809
|
+
"category"
|
|
810
|
+
]
|
|
811
|
+
},
|
|
812
|
+
"workerPlaceOfBirth": {
|
|
813
|
+
"total": 3,
|
|
814
|
+
"percentage": 100,
|
|
815
|
+
"datapoints": [
|
|
816
|
+
"category",
|
|
817
|
+
"country",
|
|
818
|
+
"locationId"
|
|
819
|
+
]
|
|
820
|
+
},
|
|
821
|
+
"location": {
|
|
822
|
+
"total": 4,
|
|
823
|
+
"percentage": 100,
|
|
824
|
+
"datapoints": [
|
|
825
|
+
"category",
|
|
826
|
+
"country",
|
|
827
|
+
"gps",
|
|
828
|
+
"locationId"
|
|
829
|
+
]
|
|
830
|
+
},
|
|
831
|
+
"modal": {
|
|
832
|
+
"total": 4,
|
|
833
|
+
"percentage": 100,
|
|
834
|
+
"datapoints": [
|
|
835
|
+
"category",
|
|
836
|
+
"country",
|
|
837
|
+
"gps",
|
|
838
|
+
"locationId"
|
|
839
|
+
]
|
|
840
|
+
},
|
|
841
|
+
"conflictArea": {
|
|
842
|
+
"total": 3,
|
|
843
|
+
"percentage": 100,
|
|
844
|
+
"datapoints": [
|
|
845
|
+
"category",
|
|
846
|
+
"country",
|
|
847
|
+
"locationId"
|
|
848
|
+
]
|
|
849
|
+
},
|
|
850
|
+
"conflictAreaCreate": {
|
|
851
|
+
"total": 3,
|
|
852
|
+
"percentage": 100,
|
|
853
|
+
"datapoints": [
|
|
854
|
+
"category",
|
|
855
|
+
"country",
|
|
856
|
+
"locationId"
|
|
857
|
+
]
|
|
858
|
+
},
|
|
859
|
+
"create": {
|
|
860
|
+
"total": 4,
|
|
861
|
+
"percentage": 100,
|
|
862
|
+
"datapoints": [
|
|
863
|
+
"category",
|
|
864
|
+
"country",
|
|
865
|
+
"gps",
|
|
866
|
+
"locationId"
|
|
867
|
+
]
|
|
868
|
+
},
|
|
869
|
+
"locationSupplierTrade": {
|
|
870
|
+
"total": 3,
|
|
871
|
+
"percentage": 100,
|
|
872
|
+
"datapoints": [
|
|
873
|
+
"country",
|
|
874
|
+
"gps",
|
|
875
|
+
"locationId"
|
|
876
|
+
]
|
|
877
|
+
},
|
|
878
|
+
"allInfo": {
|
|
879
|
+
"total": 37,
|
|
880
|
+
"percentage": 8,
|
|
881
|
+
"datapoints": [
|
|
882
|
+
"country",
|
|
883
|
+
"gps",
|
|
884
|
+
"locationId"
|
|
885
|
+
]
|
|
886
|
+
},
|
|
887
|
+
"processingPlantInfo": {
|
|
888
|
+
"total": 20,
|
|
889
|
+
"percentage": 20,
|
|
890
|
+
"datapoints": [
|
|
891
|
+
"category",
|
|
892
|
+
"country",
|
|
893
|
+
"gps",
|
|
894
|
+
"locationId"
|
|
895
|
+
]
|
|
896
|
+
},
|
|
897
|
+
"associatedVillageOfLocation": {
|
|
898
|
+
"total": 5,
|
|
899
|
+
"percentage": 80,
|
|
900
|
+
"datapoints": [
|
|
901
|
+
"category",
|
|
902
|
+
"country",
|
|
903
|
+
"gps",
|
|
904
|
+
"locationId"
|
|
905
|
+
]
|
|
906
|
+
},
|
|
907
|
+
"associatedExportTownOfLocation": {
|
|
908
|
+
"total": 5,
|
|
909
|
+
"percentage": 60,
|
|
910
|
+
"datapoints": [
|
|
911
|
+
"category",
|
|
912
|
+
"country",
|
|
913
|
+
"locationId"
|
|
914
|
+
]
|
|
915
|
+
},
|
|
916
|
+
"conflictAreaInfo": {
|
|
917
|
+
"total": 4,
|
|
918
|
+
"percentage": 75,
|
|
919
|
+
"datapoints": [
|
|
920
|
+
"category",
|
|
921
|
+
"country",
|
|
922
|
+
"locationId"
|
|
923
|
+
]
|
|
924
|
+
},
|
|
925
|
+
"locationLink": {
|
|
926
|
+
"total": 4,
|
|
927
|
+
"percentage": 100,
|
|
928
|
+
"datapoints": [
|
|
929
|
+
"category",
|
|
930
|
+
"country",
|
|
931
|
+
"gps",
|
|
932
|
+
"locationId"
|
|
933
|
+
]
|
|
934
|
+
},
|
|
935
|
+
"locationOfTestimonial": {
|
|
936
|
+
"total": 4,
|
|
937
|
+
"percentage": 100,
|
|
938
|
+
"datapoints": [
|
|
939
|
+
"category",
|
|
940
|
+
"country",
|
|
941
|
+
"gps",
|
|
942
|
+
"locationId"
|
|
943
|
+
]
|
|
944
|
+
},
|
|
945
|
+
"locationInfo": {
|
|
946
|
+
"total": 4,
|
|
947
|
+
"percentage": 100,
|
|
948
|
+
"datapoints": [
|
|
949
|
+
"category",
|
|
950
|
+
"country",
|
|
951
|
+
"gps",
|
|
952
|
+
"locationId"
|
|
953
|
+
]
|
|
954
|
+
},
|
|
955
|
+
"processingPlantKycLink": {
|
|
956
|
+
"total": 4,
|
|
957
|
+
"percentage": 100,
|
|
958
|
+
"datapoints": [
|
|
959
|
+
"category",
|
|
960
|
+
"country",
|
|
961
|
+
"gps",
|
|
962
|
+
"locationId"
|
|
963
|
+
]
|
|
964
|
+
},
|
|
965
|
+
"miningSiteKycLink": {
|
|
966
|
+
"total": 4,
|
|
967
|
+
"percentage": 100,
|
|
968
|
+
"datapoints": [
|
|
969
|
+
"category",
|
|
970
|
+
"country",
|
|
971
|
+
"gps",
|
|
972
|
+
"locationId"
|
|
973
|
+
]
|
|
974
|
+
},
|
|
975
|
+
"conflictAreaLink": {
|
|
976
|
+
"total": 3,
|
|
977
|
+
"percentage": 100,
|
|
978
|
+
"datapoints": [
|
|
979
|
+
"category",
|
|
980
|
+
"country",
|
|
981
|
+
"locationId"
|
|
982
|
+
]
|
|
983
|
+
},
|
|
984
|
+
"tradeSupplierLocationDetails": {
|
|
985
|
+
"total": 3,
|
|
986
|
+
"percentage": 100,
|
|
987
|
+
"datapoints": [
|
|
988
|
+
"country",
|
|
989
|
+
"gps",
|
|
990
|
+
"locationId"
|
|
991
|
+
]
|
|
992
|
+
},
|
|
993
|
+
"createMineSite": {
|
|
994
|
+
"total": 3,
|
|
995
|
+
"percentage": 100,
|
|
996
|
+
"datapoints": [
|
|
997
|
+
"country",
|
|
998
|
+
"gps",
|
|
999
|
+
"locationId"
|
|
1000
|
+
]
|
|
1001
|
+
},
|
|
1002
|
+
"armedGroupInfo": {
|
|
1003
|
+
"total": 1,
|
|
1004
|
+
"percentage": 0
|
|
1005
|
+
}
|
|
1006
|
+
}
|
|
1007
|
+
},
|
|
1008
|
+
"datapoints": {
|
|
1009
|
+
"total": 5,
|
|
1010
|
+
"bySection": {
|
|
1011
|
+
"identification": 5
|
|
1012
|
+
},
|
|
1013
|
+
"byScope": {
|
|
1014
|
+
"nashiriki": 4,
|
|
1015
|
+
"workerLocation": 1,
|
|
1016
|
+
"operatorLocation": 1,
|
|
1017
|
+
"create": 5,
|
|
1018
|
+
"locationAssociatedVillage": 4,
|
|
1019
|
+
"locationAssociatedExportTown": 4,
|
|
1020
|
+
"workerPlaceOfBirth": 4,
|
|
1021
|
+
"armedGroups": 4,
|
|
1022
|
+
"locationSupplierTrade": 4,
|
|
1023
|
+
"location": 5,
|
|
1024
|
+
"modal": 5,
|
|
1025
|
+
"conflictArea": 4,
|
|
1026
|
+
"conflictAreaCreate": 4,
|
|
1027
|
+
"locationInfo": 5,
|
|
1028
|
+
"tradeSupplierLocationDetails": 4,
|
|
1029
|
+
"associatedVillageOfLocation": 5,
|
|
1030
|
+
"associatedExportTownOfLocation": 4,
|
|
1031
|
+
"locationLink": 5,
|
|
1032
|
+
"locationOfTestimonial": 5,
|
|
1033
|
+
"allInfo": 4,
|
|
1034
|
+
"processingPlantInfo": 5,
|
|
1035
|
+
"processingPlantKycLink": 5,
|
|
1036
|
+
"miningSiteKycLink": 5,
|
|
1037
|
+
"conflictAreaLink": 4,
|
|
1038
|
+
"conflictAreaInfo": 4,
|
|
1039
|
+
"createMineSite": 4
|
|
1040
|
+
}
|
|
563
1041
|
}
|
|
564
|
-
|
|
1042
|
+
},
|
|
1043
|
+
"scope": null
|
|
565
1044
|
},
|
|
566
1045
|
"meta": {
|
|
567
1046
|
"completion": {
|
|
568
|
-
"total":
|
|
569
|
-
"percentage":
|
|
1047
|
+
"total": 32,
|
|
1048
|
+
"percentage": 50,
|
|
570
1049
|
"datapoints": [
|
|
571
|
-
"
|
|
572
|
-
"
|
|
573
|
-
"
|
|
574
|
-
"
|
|
575
|
-
"
|
|
1050
|
+
"context",
|
|
1051
|
+
"eventCategory",
|
|
1052
|
+
"incindentType",
|
|
1053
|
+
"initiativeFacilitatingReport",
|
|
1054
|
+
"motive",
|
|
1055
|
+
"severity",
|
|
576
1056
|
"country",
|
|
577
|
-
"
|
|
578
|
-
"
|
|
579
|
-
"
|
|
580
|
-
"
|
|
581
|
-
"
|
|
582
|
-
"
|
|
583
|
-
"
|
|
584
|
-
"
|
|
585
|
-
"
|
|
586
|
-
"shareholders"
|
|
1057
|
+
"date",
|
|
1058
|
+
"eventDescription",
|
|
1059
|
+
"name",
|
|
1060
|
+
"typeOfEvent",
|
|
1061
|
+
"anyMitigationMeasure",
|
|
1062
|
+
"mitigationMeasures",
|
|
1063
|
+
"anyVictims",
|
|
1064
|
+
"identifiedIndividually",
|
|
1065
|
+
"victimsNr"
|
|
587
1066
|
],
|
|
588
1067
|
"byScope": {
|
|
589
|
-
"
|
|
590
|
-
"total":
|
|
591
|
-
"percentage":
|
|
592
|
-
"datapoints": [
|
|
593
|
-
"areThereDirectBeneficiaries",
|
|
594
|
-
"areThereShareholders",
|
|
595
|
-
"directBeneficiaries",
|
|
596
|
-
"category",
|
|
597
|
-
"contactPerson",
|
|
598
|
-
"country",
|
|
599
|
-
"economicSector",
|
|
600
|
-
"fullName",
|
|
601
|
-
"location",
|
|
602
|
-
"phoneNumber",
|
|
603
|
-
"role",
|
|
604
|
-
"stakeholderId",
|
|
605
|
-
"subCategory",
|
|
606
|
-
"suppliersIdentifiedForOperator",
|
|
607
|
-
"suppliersOfOperator",
|
|
608
|
-
"shareholders"
|
|
609
|
-
]
|
|
610
|
-
},
|
|
611
|
-
"operatorInfo": {
|
|
612
|
-
"total": 18,
|
|
613
|
-
"percentage": 77,
|
|
614
|
-
"datapoints": [
|
|
615
|
-
"areThereDirectBeneficiaries",
|
|
616
|
-
"areThereShareholders",
|
|
617
|
-
"directBeneficiaries",
|
|
618
|
-
"category",
|
|
619
|
-
"contactPerson",
|
|
620
|
-
"country",
|
|
621
|
-
"economicSector",
|
|
622
|
-
"fullName",
|
|
623
|
-
"location",
|
|
624
|
-
"stakeholderId",
|
|
625
|
-
"subCategory",
|
|
626
|
-
"suppliersIdentifiedForOperator",
|
|
627
|
-
"suppliersOfOperator",
|
|
628
|
-
"shareholders"
|
|
629
|
-
]
|
|
630
|
-
},
|
|
631
|
-
"contactPerson": {
|
|
632
|
-
"total": 5,
|
|
633
|
-
"percentage": 100,
|
|
1068
|
+
"testimonialInfo": {
|
|
1069
|
+
"total": 9,
|
|
1070
|
+
"percentage": 44,
|
|
634
1071
|
"datapoints": [
|
|
635
|
-
"category",
|
|
636
1072
|
"country",
|
|
637
|
-
"
|
|
638
|
-
"
|
|
639
|
-
"
|
|
1073
|
+
"date",
|
|
1074
|
+
"eventDescription",
|
|
1075
|
+
"name"
|
|
640
1076
|
]
|
|
641
1077
|
},
|
|
642
|
-
"
|
|
643
|
-
"total":
|
|
644
|
-
"percentage":
|
|
1078
|
+
"incidentInfo": {
|
|
1079
|
+
"total": 19,
|
|
1080
|
+
"percentage": 73,
|
|
645
1081
|
"datapoints": [
|
|
646
|
-
"
|
|
1082
|
+
"context",
|
|
1083
|
+
"eventCategory",
|
|
1084
|
+
"incindentType",
|
|
1085
|
+
"initiativeFacilitatingReport",
|
|
1086
|
+
"motive",
|
|
647
1087
|
"country",
|
|
648
|
-
"
|
|
649
|
-
"
|
|
650
|
-
"
|
|
1088
|
+
"date",
|
|
1089
|
+
"eventDescription",
|
|
1090
|
+
"name",
|
|
1091
|
+
"anyMitigationMeasure",
|
|
1092
|
+
"mitigationMeasures",
|
|
1093
|
+
"anyVictims",
|
|
1094
|
+
"identifiedIndividually",
|
|
1095
|
+
"victimsNr"
|
|
651
1096
|
]
|
|
652
1097
|
},
|
|
653
|
-
"
|
|
654
|
-
"total":
|
|
655
|
-
"percentage":
|
|
1098
|
+
"correctiveActionInfo": {
|
|
1099
|
+
"total": 15,
|
|
1100
|
+
"percentage": 40,
|
|
656
1101
|
"datapoints": [
|
|
657
|
-
"
|
|
1102
|
+
"eventCategory",
|
|
1103
|
+
"initiativeFacilitatingReport",
|
|
658
1104
|
"country",
|
|
659
|
-
"
|
|
660
|
-
"
|
|
661
|
-
"
|
|
662
|
-
]
|
|
663
|
-
},
|
|
664
|
-
"directBeneficiaries": {
|
|
665
|
-
"total": 6,
|
|
666
|
-
"percentage": 83,
|
|
667
|
-
"datapoints": [
|
|
668
|
-
"category",
|
|
669
|
-
"country",
|
|
670
|
-
"fullName",
|
|
671
|
-
"stakeholderId",
|
|
672
|
-
"subCategory"
|
|
673
|
-
]
|
|
674
|
-
},
|
|
675
|
-
"orgManagementStructure": {
|
|
676
|
-
"total": 5,
|
|
677
|
-
"percentage": 80,
|
|
678
|
-
"datapoints": [
|
|
679
|
-
"category",
|
|
680
|
-
"country",
|
|
681
|
-
"role",
|
|
682
|
-
"stakeholderId"
|
|
683
|
-
]
|
|
684
|
-
},
|
|
685
|
-
"boardMembers": {
|
|
686
|
-
"total": 5,
|
|
687
|
-
"percentage": 60,
|
|
688
|
-
"datapoints": [
|
|
689
|
-
"category",
|
|
690
|
-
"country",
|
|
691
|
-
"stakeholderId"
|
|
692
|
-
]
|
|
693
|
-
},
|
|
694
|
-
"supplierFlat": {
|
|
695
|
-
"total": 5,
|
|
696
|
-
"percentage": 100,
|
|
697
|
-
"datapoints": [
|
|
698
|
-
"category",
|
|
699
|
-
"country",
|
|
700
|
-
"economicSector",
|
|
701
|
-
"stakeholderId",
|
|
702
|
-
"subCategory"
|
|
1105
|
+
"date",
|
|
1106
|
+
"eventDescription",
|
|
1107
|
+
"name"
|
|
703
1108
|
]
|
|
704
1109
|
},
|
|
705
|
-
"
|
|
706
|
-
"total": 5,
|
|
707
|
-
"percentage": 100,
|
|
708
|
-
"datapoints": [
|
|
709
|
-
"category",
|
|
710
|
-
"country",
|
|
711
|
-
"economicSector",
|
|
712
|
-
"stakeholderId",
|
|
713
|
-
"subCategory"
|
|
714
|
-
]
|
|
715
|
-
},
|
|
716
|
-
"beneficiariesOfLocation": {
|
|
717
|
-
"total": 6,
|
|
718
|
-
"percentage": 100,
|
|
719
|
-
"datapoints": [
|
|
720
|
-
"category",
|
|
721
|
-
"country",
|
|
722
|
-
"economicSector",
|
|
723
|
-
"fullName",
|
|
724
|
-
"stakeholderId",
|
|
725
|
-
"subCategory"
|
|
726
|
-
]
|
|
727
|
-
},
|
|
728
|
-
"locationOfOperator": {
|
|
729
|
-
"total": 5,
|
|
730
|
-
"percentage": 100,
|
|
731
|
-
"datapoints": [
|
|
732
|
-
"category",
|
|
733
|
-
"country",
|
|
734
|
-
"fullName",
|
|
735
|
-
"stakeholderId",
|
|
736
|
-
"subCategory"
|
|
737
|
-
]
|
|
738
|
-
},
|
|
739
|
-
"customOfLocation": {
|
|
740
|
-
"total": 4,
|
|
741
|
-
"percentage": 100,
|
|
742
|
-
"datapoints": [
|
|
743
|
-
"category",
|
|
744
|
-
"country",
|
|
745
|
-
"stakeholderId",
|
|
746
|
-
"subCategory"
|
|
747
|
-
]
|
|
748
|
-
},
|
|
749
|
-
"governanceOfLocation": {
|
|
1110
|
+
"createIncident": {
|
|
750
1111
|
"total": 4,
|
|
751
1112
|
"percentage": 100,
|
|
752
1113
|
"datapoints": [
|
|
753
|
-
"
|
|
1114
|
+
"severity",
|
|
754
1115
|
"country",
|
|
755
|
-
"
|
|
756
|
-
"
|
|
1116
|
+
"date",
|
|
1117
|
+
"name"
|
|
757
1118
|
]
|
|
758
1119
|
},
|
|
759
|
-
"
|
|
1120
|
+
"createTestimonial": {
|
|
760
1121
|
"total": 4,
|
|
761
|
-
"percentage":
|
|
1122
|
+
"percentage": 75,
|
|
762
1123
|
"datapoints": [
|
|
763
|
-
"category",
|
|
764
1124
|
"country",
|
|
765
|
-
"
|
|
766
|
-
"
|
|
1125
|
+
"date",
|
|
1126
|
+
"name"
|
|
767
1127
|
]
|
|
768
1128
|
},
|
|
769
|
-
"
|
|
770
|
-
"total":
|
|
771
|
-
"percentage": 100,
|
|
772
|
-
"datapoints": [
|
|
773
|
-
"category",
|
|
774
|
-
"country",
|
|
775
|
-
"stakeholderId",
|
|
776
|
-
"subCategory"
|
|
777
|
-
]
|
|
778
|
-
},
|
|
779
|
-
"workerInfo": {
|
|
780
|
-
"total": 13,
|
|
781
|
-
"percentage": 30,
|
|
782
|
-
"datapoints": [
|
|
783
|
-
"category",
|
|
784
|
-
"country",
|
|
785
|
-
"fullName",
|
|
786
|
-
"location"
|
|
787
|
-
]
|
|
788
|
-
},
|
|
789
|
-
"affiliatedOperator": {
|
|
790
|
-
"total": 4,
|
|
1129
|
+
"createCorrectiveAction": {
|
|
1130
|
+
"total": 3,
|
|
791
1131
|
"percentage": 100,
|
|
792
1132
|
"datapoints": [
|
|
793
|
-
"category",
|
|
794
1133
|
"country",
|
|
795
|
-
"
|
|
796
|
-
"
|
|
1134
|
+
"date",
|
|
1135
|
+
"name"
|
|
797
1136
|
]
|
|
798
1137
|
},
|
|
799
1138
|
"create": {
|
|
800
1139
|
"total": 4,
|
|
801
1140
|
"percentage": 100,
|
|
802
1141
|
"datapoints": [
|
|
803
|
-
"category",
|
|
804
1142
|
"country",
|
|
805
|
-
"
|
|
806
|
-
"
|
|
1143
|
+
"date",
|
|
1144
|
+
"name",
|
|
1145
|
+
"typeOfEvent"
|
|
807
1146
|
]
|
|
808
1147
|
},
|
|
809
|
-
"
|
|
1148
|
+
"allInfo": {
|
|
810
1149
|
"total": 5,
|
|
811
1150
|
"percentage": 100,
|
|
812
1151
|
"datapoints": [
|
|
813
|
-
"category",
|
|
814
|
-
"country",
|
|
815
|
-
"economicSector",
|
|
816
|
-
"stakeholderId",
|
|
817
|
-
"subCategory"
|
|
818
|
-
]
|
|
819
|
-
},
|
|
820
|
-
"createWorker": {
|
|
821
|
-
"total": 3,
|
|
822
|
-
"percentage": 100,
|
|
823
|
-
"datapoints": [
|
|
824
|
-
"category",
|
|
825
1152
|
"country",
|
|
826
|
-
"
|
|
1153
|
+
"date",
|
|
1154
|
+
"eventDescription",
|
|
1155
|
+
"name",
|
|
1156
|
+
"typeOfEvent"
|
|
827
1157
|
]
|
|
828
1158
|
},
|
|
829
|
-
"
|
|
1159
|
+
"mitigationMeasures": {
|
|
830
1160
|
"total": 4,
|
|
831
|
-
"percentage":
|
|
1161
|
+
"percentage": 75,
|
|
832
1162
|
"datapoints": [
|
|
833
|
-
"
|
|
834
|
-
"
|
|
835
|
-
"
|
|
836
|
-
"subCategory"
|
|
1163
|
+
"date",
|
|
1164
|
+
"eventDescription",
|
|
1165
|
+
"name"
|
|
837
1166
|
]
|
|
838
1167
|
},
|
|
839
|
-
"
|
|
840
|
-
"total":
|
|
841
|
-
"percentage":
|
|
842
|
-
"datapoints": [
|
|
843
|
-
"category",
|
|
844
|
-
"country",
|
|
845
|
-
"stakeholderId",
|
|
846
|
-
"subCategory"
|
|
847
|
-
]
|
|
1168
|
+
"initiativeOfTestimonial": {
|
|
1169
|
+
"total": 2,
|
|
1170
|
+
"percentage": 0
|
|
848
1171
|
},
|
|
849
|
-
"
|
|
850
|
-
"total":
|
|
851
|
-
"percentage":
|
|
852
|
-
"datapoints": [
|
|
853
|
-
"category",
|
|
854
|
-
"country",
|
|
855
|
-
"stakeholderId",
|
|
856
|
-
"subCategory"
|
|
857
|
-
]
|
|
1172
|
+
"initiativeFacilitatingReport": {
|
|
1173
|
+
"total": 2,
|
|
1174
|
+
"percentage": 0
|
|
858
1175
|
},
|
|
859
|
-
"
|
|
860
|
-
"total":
|
|
1176
|
+
"allInformationCreate": {
|
|
1177
|
+
"total": 1,
|
|
861
1178
|
"percentage": 100,
|
|
862
1179
|
"datapoints": [
|
|
863
|
-
"
|
|
864
|
-
"country",
|
|
865
|
-
"stakeholderId",
|
|
866
|
-
"subCategory"
|
|
1180
|
+
"typeOfEvent"
|
|
867
1181
|
]
|
|
868
1182
|
}
|
|
869
1183
|
}
|
|
870
1184
|
},
|
|
871
1185
|
"datapoints": {
|
|
872
|
-
"total":
|
|
1186
|
+
"total": 19,
|
|
873
1187
|
"bySection": {
|
|
874
|
-
"
|
|
875
|
-
"identification":
|
|
876
|
-
"
|
|
1188
|
+
"categorisation": 6,
|
|
1189
|
+
"identification": 7,
|
|
1190
|
+
"incidentResolution": 2,
|
|
1191
|
+
"perpetrators": 1,
|
|
1192
|
+
"victims": 3
|
|
877
1193
|
},
|
|
878
1194
|
"byScope": {
|
|
879
|
-
"
|
|
880
|
-
"
|
|
881
|
-
"
|
|
882
|
-
"
|
|
883
|
-
"
|
|
884
|
-
"
|
|
885
|
-
"orgManagementStructure": 4,
|
|
886
|
-
"boardMembers": 3,
|
|
887
|
-
"supplierFlat": 5,
|
|
888
|
-
"clientFlat": 5,
|
|
889
|
-
"beneficiariesOfLocation": 6,
|
|
890
|
-
"locationOfOperator": 5,
|
|
891
|
-
"customOfLocation": 4,
|
|
892
|
-
"governanceOfLocation": 4,
|
|
893
|
-
"civilSocietyOfLocation": 4,
|
|
894
|
-
"internationalOfLocation": 4,
|
|
895
|
-
"workerInfo": 4,
|
|
896
|
-
"affiliatedOperator": 4,
|
|
1195
|
+
"incidentInfo": 17,
|
|
1196
|
+
"correctiveActionInfo": 7,
|
|
1197
|
+
"createTestimonial": 3,
|
|
1198
|
+
"testimonialInfo": 5,
|
|
1199
|
+
"createCorrectiveAction": 3,
|
|
1200
|
+
"createIncident": 4,
|
|
897
1201
|
"create": 4,
|
|
898
|
-
"
|
|
899
|
-
"
|
|
900
|
-
"
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
1202
|
+
"allInfo": 6,
|
|
1203
|
+
"mitigationMeasures": 3,
|
|
1204
|
+
"allInformationCreate": 1
|
|
1205
|
+
}
|
|
1206
|
+
}
|
|
1207
|
+
},
|
|
1208
|
+
"motive": "individualVictimisationHistory",
|
|
1209
|
+
"primarySource": "directObservationByOther",
|
|
1210
|
+
"severity": "minor",
|
|
1211
|
+
"victimsNr": 1,
|
|
1212
|
+
"initiativeFacilitatingReport": {
|
|
1213
|
+
"_id": "6880edd1b33bef0b4c769f54",
|
|
1214
|
+
"form": "event",
|
|
1215
|
+
"id": "158b2515-7dc0-499a-bbb4-d361d828963f",
|
|
1216
|
+
"datastakeId": "EV-000000000123",
|
|
1217
|
+
"name": "JViolence faite aux femmes",
|
|
1218
|
+
"authorId": "6f9142ba-3b99-4506-b4da-172a6cf8b591",
|
|
1219
|
+
"implementers": [],
|
|
1220
|
+
"associatedSubjects": [
|
|
1221
|
+
{
|
|
1222
|
+
"entity": "Event",
|
|
1223
|
+
"_id": {},
|
|
1224
|
+
"nature": ""
|
|
1225
|
+
}
|
|
1226
|
+
],
|
|
1227
|
+
"pictures": [],
|
|
1228
|
+
"documents": [],
|
|
1229
|
+
"channels": [],
|
|
1230
|
+
"published": false,
|
|
1231
|
+
"version": 1,
|
|
1232
|
+
"eventCategory": [],
|
|
1233
|
+
"identifiedPerpetrators": [],
|
|
1234
|
+
"identifiedVictims": [],
|
|
1235
|
+
"assistedVictims": [],
|
|
1236
|
+
"mitigationMeasures": [],
|
|
1237
|
+
"otherLocations": [],
|
|
1238
|
+
"testimonialSource": [],
|
|
1239
|
+
"beneficiaries": [],
|
|
1240
|
+
"identifiedImplementers": [],
|
|
1241
|
+
"typeOfInitiative": "humanitarianProgram",
|
|
1242
|
+
"updatedBy": "eaeddd77-ffb3-4d08-9e75-fa62c5440aa6",
|
|
1243
|
+
"updatedAt": "2025-12-09T16:02:31.788Z",
|
|
1244
|
+
"createdBy": "eaeddd77-ffb3-4d08-9e75-fa62c5440aa6",
|
|
1245
|
+
"createdAt": "2025-12-09T16:02:31.788Z",
|
|
1246
|
+
"__v": 0,
|
|
1247
|
+
"meta": {
|
|
1248
|
+
"completion": {
|
|
1249
|
+
"total": 25,
|
|
1250
|
+
"percentage": 8,
|
|
1251
|
+
"datapoints": [
|
|
1252
|
+
"name",
|
|
1253
|
+
"typeOfInitiative"
|
|
1254
|
+
],
|
|
1255
|
+
"byScope": {
|
|
1256
|
+
"testimonialInfo": {
|
|
1257
|
+
"total": 9,
|
|
1258
|
+
"percentage": 11,
|
|
1259
|
+
"datapoints": [
|
|
1260
|
+
"name"
|
|
1261
|
+
]
|
|
1262
|
+
},
|
|
1263
|
+
"correctiveActionInfo": {
|
|
1264
|
+
"total": 14,
|
|
1265
|
+
"percentage": 7,
|
|
1266
|
+
"datapoints": [
|
|
1267
|
+
"name"
|
|
1268
|
+
]
|
|
1269
|
+
},
|
|
1270
|
+
"incidentInfo": {
|
|
1271
|
+
"total": 13,
|
|
1272
|
+
"percentage": 7,
|
|
1273
|
+
"datapoints": [
|
|
1274
|
+
"name"
|
|
1275
|
+
]
|
|
1276
|
+
},
|
|
1277
|
+
"createIncident": {
|
|
1278
|
+
"total": 4,
|
|
1279
|
+
"percentage": 25,
|
|
1280
|
+
"datapoints": [
|
|
1281
|
+
"name"
|
|
1282
|
+
]
|
|
1283
|
+
},
|
|
1284
|
+
"createTestimonial": {
|
|
1285
|
+
"total": 4,
|
|
1286
|
+
"percentage": 25,
|
|
1287
|
+
"datapoints": [
|
|
1288
|
+
"name"
|
|
1289
|
+
]
|
|
1290
|
+
},
|
|
1291
|
+
"createCorrectiveAction": {
|
|
1292
|
+
"total": 3,
|
|
1293
|
+
"percentage": 33,
|
|
1294
|
+
"datapoints": [
|
|
1295
|
+
"name"
|
|
1296
|
+
]
|
|
1297
|
+
},
|
|
1298
|
+
"create": {
|
|
1299
|
+
"total": 4,
|
|
1300
|
+
"percentage": 25,
|
|
1301
|
+
"datapoints": [
|
|
1302
|
+
"name"
|
|
1303
|
+
]
|
|
1304
|
+
},
|
|
1305
|
+
"allInfo": {
|
|
1306
|
+
"total": 5,
|
|
1307
|
+
"percentage": 20,
|
|
1308
|
+
"datapoints": [
|
|
1309
|
+
"name"
|
|
1310
|
+
]
|
|
1311
|
+
},
|
|
1312
|
+
"mitigationMeasures": {
|
|
1313
|
+
"total": 4,
|
|
1314
|
+
"percentage": 25,
|
|
1315
|
+
"datapoints": [
|
|
1316
|
+
"name"
|
|
1317
|
+
]
|
|
1318
|
+
},
|
|
1319
|
+
"initiativeOfTestimonial": {
|
|
1320
|
+
"total": 2,
|
|
1321
|
+
"percentage": 50,
|
|
1322
|
+
"datapoints": [
|
|
1323
|
+
"typeOfInitiative"
|
|
1324
|
+
]
|
|
1325
|
+
},
|
|
1326
|
+
"initiativeFacilitatingReport": {
|
|
1327
|
+
"total": 2,
|
|
1328
|
+
"percentage": 50,
|
|
1329
|
+
"datapoints": [
|
|
1330
|
+
"typeOfInitiative"
|
|
1331
|
+
]
|
|
1332
|
+
},
|
|
1333
|
+
"allInformationCreate": {
|
|
1334
|
+
"total": 1,
|
|
1335
|
+
"percentage": 0
|
|
1336
|
+
}
|
|
1337
|
+
}
|
|
1338
|
+
},
|
|
1339
|
+
"datapoints": {
|
|
1340
|
+
"total": 2,
|
|
1341
|
+
"bySection": {
|
|
1342
|
+
"identification": 2
|
|
1343
|
+
},
|
|
1344
|
+
"byScope": {
|
|
1345
|
+
"createTestimonial": 1,
|
|
1346
|
+
"testimonialInfo": 1,
|
|
1347
|
+
"createCorrectiveAction": 1,
|
|
1348
|
+
"createIncident": 1,
|
|
1349
|
+
"correctiveActionInfo": 1,
|
|
1350
|
+
"incidentInfo": 1,
|
|
1351
|
+
"mitigationMeasures": 1,
|
|
1352
|
+
"create": 1,
|
|
1353
|
+
"allInfo": 1,
|
|
1354
|
+
"initiativeOfTestimonial": 1,
|
|
1355
|
+
"initiativeFacilitatingReport": 1
|
|
1356
|
+
}
|
|
904
1357
|
}
|
|
905
1358
|
}
|
|
906
1359
|
},
|
|
907
|
-
"
|
|
908
|
-
"
|
|
909
|
-
"
|
|
910
|
-
"areThereDirectBeneficiaries": "yes",
|
|
911
|
-
"areThereShareholders": "yes",
|
|
912
|
-
"clientsIdentifiedForOperator": null,
|
|
913
|
-
"operatorDirectlySourcesFromMines": null,
|
|
914
|
-
"suppliersIdentifiedForOperator": "yes"
|
|
1360
|
+
"updatedAt": "2025-12-09T16:02:32.223Z",
|
|
1361
|
+
"createdAt": "2025-12-09T13:18:48.253Z",
|
|
1362
|
+
"namespace": "incidents"
|
|
915
1363
|
},
|
|
916
1364
|
};
|