From d206185afb56bd15e4158384f25eaec2c9050734 Mon Sep 17 00:00:00 2001 From: tristan Date: Thu, 26 Mar 2026 17:41:19 +0100 Subject: [PATCH] =?UTF-8?q?feat=20:=20ajout=20d'un=20syst=C3=A8me=20de=20s?= =?UTF-8?q?canner=20bovin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 36 ++-- frontend/composables/useBarcodeScanner.ts | 113 +++++++++++ frontend/i18n/locales/fr.json | 6 + frontend/layouts/default.vue | 21 +- frontend/pages/scan.vue | 229 ++++++++++++++++++++++ frontend/services/bovine.ts | 29 +++ frontend/services/dto/bovine-data.ts | 14 ++ 7 files changed, 425 insertions(+), 23 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..3687c7d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,18 +5,10 @@ - - - - - - - - - - + +