From cdb150cc26f65997dad347444e75f2b4e6a79b62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Guillois?= Date: Mon, 16 Dec 2024 12:01:02 +0100 Subject: [PATCH 1/2] feat: rename LOVAC filter labels --- frontend/src/models/HousingFilters.tsx | 40 +++++++++++++------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/frontend/src/models/HousingFilters.tsx b/frontend/src/models/HousingFilters.tsx index d2bce007f..3cb00277d 100644 --- a/frontend/src/models/HousingFilters.tsx +++ b/frontend/src/models/HousingFilters.tsx @@ -270,28 +270,28 @@ export const dataFileYearsIncludedOptions: SelectOption[] = [ }, { value: 'lovac-2019', - label: 'ZLV 2019 (>2 ans)', - badgeLabel: 'ZLV 2019 (>2 ans)' + label: 'LOVAC 2019 (>2 ans)', + badgeLabel: 'LOVAC 2019 (>2 ans)' }, { value: 'lovac-2020', - label: 'ZLV 2020 (>2 ans)', - badgeLabel: 'ZLV 2020 (>2 ans)' + label: 'LOVAC 2020 (>2 ans)', + badgeLabel: 'LOVAC 2020 (>2 ans)' }, { value: 'lovac-2021', - label: 'ZLV 2021 (>2 ans)', - badgeLabel: 'ZLV 2021 (>2 ans)' + label: 'LOVAC 2021 (>2 ans)', + badgeLabel: 'LOVAC 2021 (>2 ans)' }, { value: 'lovac-2022', - label: 'ZLV 2022 (>2 ans)', - badgeLabel: 'ZLV 2022 (>2 ans)' + label: 'LOVAC 2022 (>2 ans)', + badgeLabel: 'LOVAC 2022 (>2 ans)' }, { value: 'lovac-2023', - label: 'ZLV 2023 (>2 ans)', - badgeLabel: 'ZLV 2023 (>2 ans)' + label: 'LOVAC 2023 (>2 ans)', + badgeLabel: 'LOVAC 2023 (>2 ans)' }, { value: 'lovac-2024', @@ -308,28 +308,28 @@ export const dataFileYearsExcludedOptions: SelectOption[] = [ }, { value: 'lovac-2019', - label: 'ZLV 2019 (>2 ans)', - badgeLabel: 'ZLV 2019 (>2 ans) exclu' + label: 'LOVAC 2019 (>2 ans)', + badgeLabel: 'LOVAC 2019 (>2 ans) exclu' }, { value: 'lovac-2020', - label: 'ZLV 2020 (>2 ans)', - badgeLabel: 'ZLV 2020 (>2 ans) exclu' + label: 'LOVAC 2020 (>2 ans)', + badgeLabel: 'LOVAC 2020 (>2 ans) exclu' }, { value: 'lovac-2021', - label: 'ZLV 2021 (>2 ans)', - badgeLabel: 'ZLV 2021 (>2 ans) exclu' + label: 'LOVAC 2021 (>2 ans)', + badgeLabel: 'LOVAC 2021 (>2 ans) exclu' }, { value: 'lovac-2022', - label: 'ZLV 2022 (>2 ans)', - badgeLabel: 'ZLV 2022 (>2 ans) exclu' + label: 'LOVAC 2022 (>2 ans)', + badgeLabel: 'LOVAC 2022 (>2 ans) exclu' }, { value: 'lovac-2023', - label: 'ZLV 2023 (>2 ans)', - badgeLabel: 'ZLV 2023 (>2 ans) exclu' + label: 'LOVAC 2023 (>2 ans)', + badgeLabel: 'LOVAC 2023 (>2 ans) exclu' }, { value: 'lovac-2024', From 3301724ff0b80044f3699fbe336072a88a368695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Guillois?= Date: Tue, 17 Dec 2024 11:10:16 +0100 Subject: [PATCH 2/2] feat: rename 'Fichiers fonciers' label to 'Fichier fonciers (locatif)' --- frontend/src/models/HousingFilters.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/models/HousingFilters.tsx b/frontend/src/models/HousingFilters.tsx index 3cb00277d..24c21cb83 100644 --- a/frontend/src/models/HousingFilters.tsx +++ b/frontend/src/models/HousingFilters.tsx @@ -265,8 +265,8 @@ export const localityKindsOptions: SelectOption[] = [ export const dataFileYearsIncludedOptions: SelectOption[] = [ { value: 'ff-2023', - label: 'Fichiers fonciers 2023', - badgeLabel: 'Fichiers fonciers 2023 inclus' + label: 'Fichiers fonciers 2023 (locatif)', + badgeLabel: 'Fichiers fonciers 2023 (locatif) inclus' }, { value: 'lovac-2019', @@ -303,8 +303,8 @@ export const dataFileYearsIncludedOptions: SelectOption[] = [ export const dataFileYearsExcludedOptions: SelectOption[] = [ { value: 'ff-2023', - label: 'Fichiers fonciers 2023', - badgeLabel: 'Fichiers fonciers 2023 exclus' + label: 'Fichiers fonciers 2023 (locatif)', + badgeLabel: 'Fichiers fonciers 2023 (locatif) exclus' }, { value: 'lovac-2019',