imio.smartweb.core 1.2.91__py3-none-any.whl → 1.3__py3-none-any.whl

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.
Files changed (92) hide show
  1. imio/smartweb/core/browser/controlpanel.py +42 -5
  2. imio/smartweb/core/browser/utils.py +4 -1
  3. imio/smartweb/core/configure.zcml +5 -1
  4. imio/smartweb/core/contents/__init__.py +2 -0
  5. imio/smartweb/core/contents/rest/campaign/__init__.py +0 -0
  6. imio/smartweb/core/contents/rest/campaign/configure.zcml +80 -0
  7. imio/smartweb/core/contents/rest/campaign/content.py +83 -0
  8. imio/smartweb/core/contents/rest/campaign/endpoint.py +211 -0
  9. imio/smartweb/core/contents/rest/campaign/view.pt +19 -0
  10. imio/smartweb/core/contents/rest/campaign/view.py +29 -0
  11. imio/smartweb/core/contents/rest/configure.zcml +1 -0
  12. imio/smartweb/core/interfaces.py +4 -0
  13. imio/smartweb/core/overrides.zcml +10 -0
  14. imio/smartweb/core/profiles/default/metadata.xml +1 -1
  15. imio/smartweb/core/profiles/ideabox/browserlayer.xml +7 -0
  16. imio/smartweb/core/profiles/ideabox/metadata.xml +5 -0
  17. imio/smartweb/core/profiles/ideabox/registry/iaideabox.xml +9 -0
  18. imio/smartweb/core/profiles/ideabox/types/imio.smartweb.CampaignView.xml +40 -0
  19. imio/smartweb/core/profiles/ideabox/types/imio.smartweb.Folder.xml +71 -0
  20. imio/smartweb/core/profiles/ideabox/types.xml +17 -0
  21. imio/smartweb/core/profiles/ideabox_uninstall/browserlayer.xml +7 -0
  22. imio/smartweb/core/profiles/ideabox_uninstall/types/imio.smartweb.Folder.xml +25 -0
  23. imio/smartweb/core/profiles/ideabox_uninstall/types.xml +4 -0
  24. imio/smartweb/core/profiles/testing/metadata.xml +1 -0
  25. imio/smartweb/core/profiles/testing/registry.xml +2 -2
  26. imio/smartweb/core/profiles.zcml +18 -0
  27. imio/smartweb/core/subscribers.py +27 -1
  28. imio/smartweb/core/subscribers.zcml +8 -0
  29. imio/smartweb/core/tests/resources/json_ideabox_campaign.json +222 -0
  30. imio/smartweb/core/tests/resources/json_ideabox_campaigns.json +425 -0
  31. imio/smartweb/core/tests/resources/json_ideabox_projects.json +1871 -0
  32. imio/smartweb/core/tests/test_iadeliberations.py +38 -40
  33. imio/smartweb/core/tests/test_ideabox.py +120 -0
  34. imio/smartweb/core/tests/test_procedure.py +7 -3
  35. imio/smartweb/core/tests/test_rest.py +7 -0
  36. imio/smartweb/core/tests/test_vocabularies.py +8 -10
  37. imio/smartweb/core/upgrades/configure.zcml +16 -1
  38. imio/smartweb/core/upgrades/upgrades.py +64 -0
  39. imio/smartweb/core/utils.py +33 -0
  40. imio/smartweb/core/viewlets/ogptags.py +9 -0
  41. imio/smartweb/core/vocabularies.py +35 -4
  42. imio/smartweb/core/vocabularies.zcml +6 -0
  43. imio/smartweb/core/webcomponents/build/css/373.smartweb-webcomponents-compiled.css +1 -1
  44. imio/smartweb/core/webcomponents/build/css/420.smartweb-webcomponents-compiled.css +1 -0
  45. imio/smartweb/core/webcomponents/build/css/486.smartweb-webcomponents-compiled.css +1 -1
  46. imio/smartweb/core/webcomponents/build/css/666.smartweb-webcomponents-compiled.css +1 -0
  47. imio/smartweb/core/webcomponents/build/css/884.smartweb-webcomponents-compiled.css +1 -1
  48. imio/smartweb/core/webcomponents/build/css/smartweb-webcomponents-compiled.css +1 -1
  49. imio/smartweb/core/webcomponents/build/js/141.smartweb-webcomponents-compiled.js +2 -0
  50. imio/smartweb/core/webcomponents/build/js/{828.smartweb-webcomponents-compiled.js.LICENSE.txt → 141.smartweb-webcomponents-compiled.js.LICENSE.txt} +3 -3
  51. imio/smartweb/core/webcomponents/build/js/15.smartweb-webcomponents-compiled.js +2 -0
  52. imio/smartweb/core/webcomponents/build/js/21.smartweb-webcomponents-compiled.js +1 -0
  53. imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js +1 -1
  54. imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js.LICENSE.txt +0 -5
  55. imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js +1 -1
  56. imio/smartweb/core/webcomponents/build/js/486.smartweb-webcomponents-compiled.js +1 -1
  57. imio/smartweb/core/webcomponents/build/js/666.smartweb-webcomponents-compiled.js +1 -0
  58. imio/smartweb/core/webcomponents/build/js/799.smartweb-webcomponents-compiled.js +1 -1
  59. imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js +1 -1
  60. imio/smartweb/core/webcomponents/build/js/884.smartweb-webcomponents-compiled.js +1 -1
  61. imio/smartweb/core/webcomponents/build/js/919.smartweb-webcomponents-compiled.js +1 -1
  62. imio/smartweb/core/webcomponents/build/js/922.smartweb-webcomponents-compiled.js +1 -0
  63. imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js +1 -1
  64. imio/smartweb/core/webcomponents/package.json +80 -80
  65. imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.scss +1 -0
  66. imio/smartweb/core/webcomponents/src/components/Campaign/Campaign.jsx +306 -0
  67. imio/smartweb/core/webcomponents/src/components/Campaign/Campaign.scss +672 -0
  68. imio/smartweb/core/webcomponents/src/components/Campaign/CampaignCard/CampaignCard.jsx +79 -0
  69. imio/smartweb/core/webcomponents/src/components/Campaign/CampaignContent/CampaignContent.jsx +193 -0
  70. imio/smartweb/core/webcomponents/src/components/Campaign/CampaignList/CampaignList.jsx +67 -0
  71. imio/smartweb/core/webcomponents/src/components/Campaign/Filters/Filter.jsx +259 -0
  72. imio/smartweb/core/webcomponents/src/components/Campaign/index.js +2 -0
  73. imio/smartweb/core/webcomponents/src/components/Filters/MainFilter.scss +1 -0
  74. imio/smartweb/core/webcomponents/src/components/News/NewsContent/NewsContent.jsx +0 -1
  75. imio/smartweb/core/webcomponents/src/hooks/useAxios.js +45 -9
  76. imio/smartweb/core/webcomponents/src/index.jsx +2 -0
  77. imio/smartweb/core/webcomponents/src/index.scss +2 -2
  78. imio/smartweb/core/webcomponents/src/utils/CampaignMap.jsx +177 -0
  79. imio/smartweb/core/webcomponents/src/utils/Map.jsx +1 -1
  80. imio/smartweb/core/webcomponents/src/utils/Map.scss +15 -1
  81. imio/smartweb/core/webcomponents/src/utils/translation.js +235 -199
  82. {imio.smartweb.core-1.2.91.dist-info → imio.smartweb.core-1.3.dist-info}/METADATA +8 -1
  83. {imio.smartweb.core-1.2.91.dist-info → imio.smartweb.core-1.3.dist-info}/RECORD +90 -57
  84. imio/smartweb/core/webcomponents/build/js/499.smartweb-webcomponents-compiled.js +0 -2
  85. imio/smartweb/core/webcomponents/build/js/828.smartweb-webcomponents-compiled.js +0 -2
  86. /imio/smartweb/core/webcomponents/build/js/{499.smartweb-webcomponents-compiled.js.LICENSE.txt → 15.smartweb-webcomponents-compiled.js.LICENSE.txt} +0 -0
  87. /imio.smartweb.core-1.2.91-py3.12-nspkg.pth → /imio.smartweb.core-1.3-py3.12-nspkg.pth +0 -0
  88. {imio.smartweb.core-1.2.91.dist-info → imio.smartweb.core-1.3.dist-info}/LICENSE.GPL +0 -0
  89. {imio.smartweb.core-1.2.91.dist-info → imio.smartweb.core-1.3.dist-info}/LICENSE.rst +0 -0
  90. {imio.smartweb.core-1.2.91.dist-info → imio.smartweb.core-1.3.dist-info}/WHEEL +0 -0
  91. {imio.smartweb.core-1.2.91.dist-info → imio.smartweb.core-1.3.dist-info}/namespace_packages.txt +0 -0
  92. {imio.smartweb.core-1.2.91.dist-info → imio.smartweb.core-1.3.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,425 @@
1
+ {
2
+ "data": [
3
+ {
4
+ "uuid": "5adbe1ab-66cb-4fb3-b9d6-4dd32aac7dcb",
5
+ "id": "3",
6
+ "internal_id": "3",
7
+ "display_id": "21-3",
8
+ "display_name": "iMio - IDEABOX - Campagne - n°21-3",
9
+ "text": "Texte de la nouvelle campagne",
10
+ "url": "https://staging3-formulaires.guichet-citoyen.be/backoffice/data/imio-ideabox-campagne/3/",
11
+ "receipt_time": "2024-10-08T11:31:45",
12
+ "last_update_time": "2024-10-09T11:26:35",
13
+ "criticality_level": 0,
14
+ "api_url": "https://staging3-formulaires.guichet-citoyen.be/api/cards/imio-ideabox-campagne/3/",
15
+ "backoffice_url": "https://staging3-formulaires.guichet-citoyen.be/backoffice/data/imio-ideabox-campagne/3/",
16
+ "fields": {
17
+ "titre": "Une nouvelle campagne",
18
+ "description": "<h3>Ma campagne</h3><h4>Kamoulox</h4><p>Ceci est une campagne.</p>",
19
+ "debut": "1988-06-18",
20
+ "fin": null,
21
+ "themes_raw": null,
22
+ "themes": null,
23
+ "zones_raw": null,
24
+ "zones": null
25
+ },
26
+ "workflow": {
27
+ "status": {
28
+ "id": "0",
29
+ "name": "Active",
30
+ "endpoint": false,
31
+ "first_arrival_datetime": "2024-10-09T09:26:35.562791+00:00",
32
+ "latest_arrival_datetime": "2024-10-09T09:26:35.562791+00:00"
33
+ },
34
+ "real_status": {
35
+ "id": "0",
36
+ "name": "Active",
37
+ "endpoint": false,
38
+ "first_arrival_datetime": "2024-10-09T09:26:35.562791+00:00",
39
+ "latest_arrival_datetime": "2024-10-09T09:26:35.562791+00:00"
40
+ }
41
+ },
42
+ "actions": {},
43
+ "roles": {
44
+ "_editor": [
45
+ {
46
+ "name": "Debug",
47
+ "text": "Debug",
48
+ "allows_backoffice_access": true,
49
+ "emails": [],
50
+ "details": "",
51
+ "emails_to_members": true,
52
+ "slug": "debug",
53
+ "id": "6d2c55fe2ea44e41b7f8111b93f1930a"
54
+ }
55
+ ],
56
+ "_api": [
57
+ {
58
+ "name": "API IDEABox",
59
+ "text": "API IDEABox",
60
+ "allows_backoffice_access": false,
61
+ "emails": [],
62
+ "details": "",
63
+ "emails_to_members": true,
64
+ "slug": "api-ideabox",
65
+ "id": "c2ce2ec872814abb99e5e24a02b1e31c"
66
+ }
67
+ ],
68
+ "concerned": [
69
+ {
70
+ "name": "Debug",
71
+ "text": "Debug",
72
+ "allows_backoffice_access": true,
73
+ "emails": [],
74
+ "details": "",
75
+ "emails_to_members": true,
76
+ "slug": "debug",
77
+ "id": "6d2c55fe2ea44e41b7f8111b93f1930a"
78
+ },
79
+ {
80
+ "name": "API IDEABox",
81
+ "text": "API IDEABox",
82
+ "allows_backoffice_access": false,
83
+ "emails": [],
84
+ "details": "",
85
+ "emails_to_members": true,
86
+ "slug": "api-ideabox",
87
+ "id": "c2ce2ec872814abb99e5e24a02b1e31c"
88
+ }
89
+ ],
90
+ "actions": []
91
+ },
92
+ "submission": {
93
+ "backoffice": false,
94
+ "channel": "web",
95
+ "parent": {
96
+ "url": "https://staging3-formulaires.guichet-citoyen.be/creer-une-campagne/1/",
97
+ "backoffice_url": "https://staging3-formulaires.guichet-citoyen.be/backoffice/management/creer-une-campagne/1/",
98
+ "api_url": "https://staging3-formulaires.guichet-citoyen.be/api/forms/creer-une-campagne/1/"
99
+ }
100
+ },
101
+ "evolution": [
102
+ {
103
+ "time": "2024-10-08T09:31:45.897632+00:00",
104
+ "last_jump_datetime": null,
105
+ "who_id": "_submitter",
106
+ "status": "recorded"
107
+ },
108
+ {
109
+ "time": "2024-10-09T09:26:35.562791+00:00",
110
+ "last_jump_datetime": null,
111
+ "who_id": "1",
112
+ "status": "0",
113
+ "who": {
114
+ "id": 1,
115
+ "name": "Admin oob",
116
+ "email": "admints@imio.be",
117
+ "NameID": [
118
+ "e59ba0ecbab04791959cb9bda8d9ac31"
119
+ ]
120
+ }
121
+ }
122
+ ],
123
+ "digest": "Campagne de la mort qui tue"
124
+ },
125
+ {
126
+ "uuid": "fbbd1edb-ab7f-4089-b281-1ee96235b6df",
127
+ "id": "2",
128
+ "internal_id": "2",
129
+ "display_id": "21-2",
130
+ "display_name": "iMio - IDEABOX - Campagne - n°21-2",
131
+ "text": "Sprint iMio Fall 2024",
132
+ "url": "https://staging3-formulaires.guichet-citoyen.be/backoffice/data/imio-ideabox-campagne/2/",
133
+ "receipt_time": "2024-10-08T11:02:14",
134
+ "last_update_time": "2024-10-09T11:26:41",
135
+ "criticality_level": 0,
136
+ "api_url": "https://staging3-formulaires.guichet-citoyen.be/api/cards/imio-ideabox-campagne/2/",
137
+ "backoffice_url": "https://staging3-formulaires.guichet-citoyen.be/backoffice/data/imio-ideabox-campagne/2/",
138
+ "fields": {
139
+ "titre": "Sprint iMio Fall 2024",
140
+ "description": "<h3>Sprint iMio</h3><h4>Fall 2024</h4><p>Nouveau test.</p>",
141
+ "debut": "2025-01-01",
142
+ "fin": "2025-01-02",
143
+ "themes_raw": [
144
+ "1",
145
+ "4",
146
+ "2"
147
+ ],
148
+ "themes": "Domaine Expension, Grotte de Han, Ma femme, mon fils et",
149
+ "themes_structured": [
150
+ {
151
+ "id": 1,
152
+ "text": "Domaine Expension",
153
+ "nom": "Domaine Expension"
154
+ },
155
+ {
156
+ "id": 4,
157
+ "text": "Grotte de Han",
158
+ "nom": "Grotte de Han"
159
+ },
160
+ {
161
+ "id": 2,
162
+ "text": "Ma femme, mon fils et",
163
+ "nom": "Ma femme, mon fils et"
164
+ }
165
+ ],
166
+ "zones_raw": [
167
+ "1",
168
+ "2"
169
+ ],
170
+ "zones": "A, Rouge",
171
+ "zones_structured": [
172
+ {
173
+ "id": 1,
174
+ "text": "A",
175
+ "nom": "A"
176
+ },
177
+ {
178
+ "id": 2,
179
+ "text": "Rouge",
180
+ "nom": "Rouge"
181
+ }
182
+ ]
183
+ },
184
+ "workflow": {
185
+ "status": {
186
+ "id": "0",
187
+ "name": "Active",
188
+ "endpoint": false,
189
+ "first_arrival_datetime": "2024-10-09T09:26:41.469588+00:00",
190
+ "latest_arrival_datetime": "2024-10-09T09:26:41.469588+00:00"
191
+ },
192
+ "real_status": {
193
+ "id": "0",
194
+ "name": "Active",
195
+ "endpoint": false,
196
+ "first_arrival_datetime": "2024-10-09T09:26:41.469588+00:00",
197
+ "latest_arrival_datetime": "2024-10-09T09:26:41.469588+00:00"
198
+ }
199
+ },
200
+ "actions": {},
201
+ "roles": {
202
+ "_editor": [
203
+ {
204
+ "name": "Debug",
205
+ "text": "Debug",
206
+ "allows_backoffice_access": true,
207
+ "emails": [],
208
+ "details": "",
209
+ "emails_to_members": true,
210
+ "slug": "debug",
211
+ "id": "6d2c55fe2ea44e41b7f8111b93f1930a"
212
+ }
213
+ ],
214
+ "_api": [
215
+ {
216
+ "name": "API IDEABox",
217
+ "text": "API IDEABox",
218
+ "allows_backoffice_access": false,
219
+ "emails": [],
220
+ "details": "",
221
+ "emails_to_members": true,
222
+ "slug": "api-ideabox",
223
+ "id": "c2ce2ec872814abb99e5e24a02b1e31c"
224
+ }
225
+ ],
226
+ "concerned": [
227
+ {
228
+ "name": "Debug",
229
+ "text": "Debug",
230
+ "allows_backoffice_access": true,
231
+ "emails": [],
232
+ "details": "",
233
+ "emails_to_members": true,
234
+ "slug": "debug",
235
+ "id": "6d2c55fe2ea44e41b7f8111b93f1930a"
236
+ },
237
+ {
238
+ "name": "API IDEABox",
239
+ "text": "API IDEABox",
240
+ "allows_backoffice_access": false,
241
+ "emails": [],
242
+ "details": "",
243
+ "emails_to_members": true,
244
+ "slug": "api-ideabox",
245
+ "id": "c2ce2ec872814abb99e5e24a02b1e31c"
246
+ }
247
+ ],
248
+ "actions": []
249
+ },
250
+ "submission": {
251
+ "backoffice": true,
252
+ "channel": "web",
253
+ "agent": {
254
+ "id": 1,
255
+ "name": "Admin oob",
256
+ "email": "admints@imio.be",
257
+ "NameID": [
258
+ "e59ba0ecbab04791959cb9bda8d9ac31"
259
+ ]
260
+ }
261
+ },
262
+ "evolution": [
263
+ {
264
+ "time": "2024-10-08T09:02:14.186791+00:00",
265
+ "last_jump_datetime": "2024-10-09T09:24:24.188920+00:00",
266
+ "who_id": "1",
267
+ "status": "recorded",
268
+ "who": {
269
+ "id": 1,
270
+ "name": "Admin oob",
271
+ "email": "admints@imio.be",
272
+ "NameID": [
273
+ "e59ba0ecbab04791959cb9bda8d9ac31"
274
+ ]
275
+ }
276
+ },
277
+ {
278
+ "time": "2024-10-09T09:26:41.469588+00:00",
279
+ "last_jump_datetime": null,
280
+ "who_id": "1",
281
+ "status": "0",
282
+ "who": {
283
+ "id": 1,
284
+ "name": "Admin oob",
285
+ "email": "admints@imio.be",
286
+ "NameID": [
287
+ "e59ba0ecbab04791959cb9bda8d9ac31"
288
+ ]
289
+ }
290
+ }
291
+ ],
292
+ "digest": "Sprint iMio Fall 2024"
293
+ },
294
+ {
295
+ "uuid": "1be25c35-f9db-4d5f-a056-d0fbcd407601",
296
+ "id": "1",
297
+ "internal_id": "1",
298
+ "display_id": "21-1",
299
+ "display_name": "iMio - IDEABOX - Campagne - n°21-1",
300
+ "text": "Plone 2022",
301
+ "url": "https://staging3-formulaires.guichet-citoyen.be/backoffice/data/imio-ideabox-campagne/1/",
302
+ "receipt_time": "2024-10-08T10:55:52",
303
+ "last_update_time": "2024-10-08T10:55:52",
304
+ "criticality_level": 0,
305
+ "api_url": "https://staging3-formulaires.guichet-citoyen.be/api/cards/imio-ideabox-campagne/1/",
306
+ "backoffice_url": "https://staging3-formulaires.guichet-citoyen.be/backoffice/data/imio-ideabox-campagne/1/",
307
+ "fields": {
308
+ "titre": "Plone 2022",
309
+ "description": "<h3>Super convention</h3><h4>Plone</h4><p>Pour plone 6</p><ul><li><p>A Namur</p></li><li><p>iMio</p></li><li><p>Belgique</p></li></ul><p><em>Viendez</em></p><p>C'est <strong>Super</strong></p><p><a href=\"https://plone.fr/\" rel=\"nofollow\">https://plone.fr/</a></p>",
310
+ "debut": "2022-06-12",
311
+ "fin": "2022-12-14",
312
+ "themes_raw": null,
313
+ "themes": null,
314
+ "zones_raw": null,
315
+ "zones": null
316
+ },
317
+ "workflow": {
318
+ "status": {
319
+ "id": "recorded",
320
+ "name": "Enregistrée",
321
+ "endpoint": false,
322
+ "first_arrival_datetime": "2024-10-08T08:55:52.570774+00:00",
323
+ "latest_arrival_datetime": "2024-10-08T08:55:52.570774+00:00"
324
+ },
325
+ "real_status": {
326
+ "id": "recorded",
327
+ "name": "Enregistrée",
328
+ "endpoint": false,
329
+ "first_arrival_datetime": "2024-10-08T08:55:52.570774+00:00",
330
+ "latest_arrival_datetime": "2024-10-08T08:55:52.570774+00:00"
331
+ }
332
+ },
333
+ "actions": {},
334
+ "roles": {
335
+ "_editor": [
336
+ {
337
+ "name": "Debug",
338
+ "text": "Debug",
339
+ "allows_backoffice_access": true,
340
+ "emails": [],
341
+ "details": "",
342
+ "emails_to_members": true,
343
+ "slug": "debug",
344
+ "id": "6d2c55fe2ea44e41b7f8111b93f1930a"
345
+ }
346
+ ],
347
+ "_api": [
348
+ {
349
+ "name": "API IDEABox",
350
+ "text": "API IDEABox",
351
+ "allows_backoffice_access": false,
352
+ "emails": [],
353
+ "details": "",
354
+ "emails_to_members": true,
355
+ "slug": "api-ideabox",
356
+ "id": "c2ce2ec872814abb99e5e24a02b1e31c"
357
+ }
358
+ ],
359
+ "concerned": [
360
+ {
361
+ "name": "Debug",
362
+ "text": "Debug",
363
+ "allows_backoffice_access": true,
364
+ "emails": [],
365
+ "details": "",
366
+ "emails_to_members": true,
367
+ "slug": "debug",
368
+ "id": "6d2c55fe2ea44e41b7f8111b93f1930a"
369
+ },
370
+ {
371
+ "name": "API IDEABox",
372
+ "text": "API IDEABox",
373
+ "allows_backoffice_access": false,
374
+ "emails": [],
375
+ "details": "",
376
+ "emails_to_members": true,
377
+ "slug": "api-ideabox",
378
+ "id": "c2ce2ec872814abb99e5e24a02b1e31c"
379
+ }
380
+ ],
381
+ "actions": [
382
+ {
383
+ "name": "Debug",
384
+ "text": "Debug",
385
+ "allows_backoffice_access": true,
386
+ "emails": [],
387
+ "details": "",
388
+ "emails_to_members": true,
389
+ "slug": "debug",
390
+ "id": "6d2c55fe2ea44e41b7f8111b93f1930a"
391
+ }
392
+ ]
393
+ },
394
+ "submission": {
395
+ "backoffice": true,
396
+ "channel": "web",
397
+ "agent": {
398
+ "id": 1,
399
+ "name": "Admin oob",
400
+ "email": "admints@imio.be",
401
+ "NameID": [
402
+ "e59ba0ecbab04791959cb9bda8d9ac31"
403
+ ]
404
+ }
405
+ },
406
+ "evolution": [
407
+ {
408
+ "time": "2024-10-08T08:55:52.570774+00:00",
409
+ "last_jump_datetime": null,
410
+ "who_id": "1",
411
+ "status": "recorded",
412
+ "who": {
413
+ "id": 1,
414
+ "name": "Admin oob",
415
+ "email": "admints@imio.be",
416
+ "NameID": [
417
+ "e59ba0ecbab04791959cb9bda8d9ac31"
418
+ ]
419
+ }
420
+ }
421
+ ],
422
+ "digest": "Plone 2022"
423
+ }
424
+ ]
425
+ }