add achats import and hardware analyse
This commit is contained in:
10
doc_dev/41_etape34_wal_footer_themes.md
Normal file
10
doc_dev/41_etape34_wal_footer_themes.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Etape 34 - WAL + footer versions + themes
|
||||
|
||||
## Backend
|
||||
- Activation WAL SQLite via PRAGMA au demarrage.
|
||||
- `/healthz` renvoie maintenant `version`.
|
||||
|
||||
## Frontend
|
||||
- Footer affiche versions backend/frontend.
|
||||
- Themes light/dark/monokai/gruvbox-dark via `data-theme`.
|
||||
- Toggle de theme dans Settings.
|
||||
10
doc_dev/42_etape35_imports_achats.md
Normal file
10
doc_dev/42_etape35_imports_achats.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Etape 35 - Imports achats CSV/JSON
|
||||
|
||||
## Backend
|
||||
- Ajout `POST /v1/imports/achats` (multipart ou JSON).
|
||||
- Parsing CSV/JSON (Amazon/AliExpress/generique) + normalisation prix/date.
|
||||
- Dedoublonnage simple (nom + boutique + date + prix) + retour resume.
|
||||
|
||||
## Frontend
|
||||
- Page `/achats` : choix boutique, upload fichier ou JSON manuel.
|
||||
- Resume import (importes, crees, doublons, erreurs).
|
||||
9
doc_dev/43_etape36_analyse_hardware.md
Normal file
9
doc_dev/43_etape36_analyse_hardware.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Etape 36 - Analyse hardware (lspci/lsusb)
|
||||
|
||||
## Backend
|
||||
- Ajout `POST /v1/analyse-hardware` avec detection auto lspci/lsusb.
|
||||
- Parsing des sorties (slot, classe, description, driver/module, IDs USB).
|
||||
|
||||
## Frontend
|
||||
- Page `/analyse` : textarea + type + rendu JSON formate.
|
||||
- Bouton copie du resultat.
|
||||
Reference in New Issue
Block a user