From 7f78454553561352349190ac0b9a2f8e1a82ddf0 Mon Sep 17 00:00:00 2001 From: tristan Date: Thu, 26 Mar 2026 16:51:27 +0000 Subject: [PATCH] =?UTF-8?q?[#FER-13]=20Faire=20des=20recherches=20sur=20le?= =?UTF-8?q?=20scanner=20des=20b=C3=AAtes=20(!42)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | Numéro du ticket | Titre du ticket | |------------------|-----------------| | | | ## Description de la PR ## Modification du .env ## Check list - [x] Pas de régression - [x] TU/TI/TF rédigée - [x] TU/TI/TF OK - [x] CHANGELOG modifié Reviewed-on: https://gitea.malio.fr/MALIO-DEV/Ferme/pulls/42 Co-authored-by: tristan Co-committed-by: tristan --- .idea/workspace.xml | 95 ++++----- CHANGELOG.md | 1 + CLAUDE.md | 9 + frontend/composables/useBarcodeScanner.ts | 113 +++++++++++ frontend/i18n/locales/fr.json | 6 + frontend/layouts/default.vue | 22 ++- frontend/pages/scan.vue | 229 ++++++++++++++++++++++ frontend/services/bovine.ts | 29 +++ frontend/services/dto/bovine-data.ts | 14 ++ frontend/services/dto/building-data.ts | 2 + src/Entity/Building.php | 2 + src/Entity/BuildingCase.php | 4 + 12 files changed, 471 insertions(+), 55 deletions(-) create mode 100644 frontend/composables/useBarcodeScanner.ts create mode 100644 frontend/pages/scan.vue create mode 100644 frontend/services/bovine.ts create mode 100644 frontend/services/dto/bovine-data.ts diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 1f96075..fcaf55f 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,20 +4,7 @@