Skip to content

Commit d93e354

Browse files
committed
feat: add videoprojecteur
1 parent f24bcc2 commit d93e354

5 files changed

Lines changed: 109 additions & 0 deletions

File tree

public/icons/videoprojecteur.svg

Lines changed: 76 additions & 0 deletions
Loading

public/kit/illustrations.zip

6.74 KB
Binary file not shown.

src/data/categories/numerique.ts

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,4 +335,29 @@ export const numeriques = [
335335
},
336336
end: 1.63,
337337
},
338+
{
339+
slug: 'videoprojecteur',
340+
category: 1,
341+
ecv: [
342+
{
343+
id: 4,
344+
value: 1.32115,
345+
},
346+
{
347+
id: 5,
348+
value: 39.2,
349+
},
350+
],
351+
usage: {
352+
peryear: 1.89435,
353+
defaultyears: 8,
354+
},
355+
end: 3.26,
356+
sources: [
357+
{
358+
label: 'Étude ADEME/ARCEP - mise à jour 2025',
359+
href: 'https://librairie.ademe.fr/changement-climatique/7880-evaluation-de-l-impact-environnemental-du-numerique-en-france.html',
360+
},
361+
],
362+
},
338363
]

src/utils/Equivalent/values.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,6 +1177,13 @@
11771177
"en": "box[s]",
11781178
"es": "caja de internet"
11791179
},
1180+
"videoprojecteur": {
1181+
"category": 1,
1182+
"value": 58935.95,
1183+
"fr": "vidéoprojecteur[s]",
1184+
"en": "projector[s]",
1185+
"es": "proyector[s]"
1186+
},
11801187
"repasavecduboeuf": {
11811188
"category": 2,
11821189
"value": 4970,

src/utils/publicodes/extractNumeriqueValues.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const numeriqueEquipmentMapping = {
1919
television: 'TV',
2020
ordinateurfixeprofessionnel: 'ordinateur fixe pro',
2121
ordinateurfixeparticulier: 'ordinateur fixe',
22+
videoprojecteur: 'videoprojecteur',
2223
}
2324

2425
const ecvMapping = {

0 commit comments

Comments
 (0)