94ebe338a0
feat: vue BibliothequeView + route /bibliotheque + nav + endpoint media/all
...
- backend: ajoute GET /api/media/all (filtrable par entity_type, trié par date desc) dans media.py ; importe Optional depuis typing
- frontend: crée BibliothequeView.vue (grille photo, filtres par type, lightbox, modal PhotoIdentifyModal)
- frontend: ajoute la route /bibliotheque dans router/index.ts
- frontend: ajoute le lien "📷 Bibliothèque" dans AppDrawer.vue
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-02-22 12:35:46 +01:00
2065ff7c8a
test(backend): tests endpoint /api/identify — PlantNet, YOLO fallback, cache
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-02-22 12:23:41 +01:00
883299272f
feat(backend): champs identified_* sur Media pour stocker l'identification
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-02-22 12:20:32 +01:00
560fa63a45
feat(backend): endpoint POST /api/identify PlantNet + YOLO fallback + cache
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-02-22 12:18:56 +01:00
2e67e9cb02
feat(backend): services PlantNet et YOLO pour identification de plantes
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-02-22 12:17:23 +01:00
6ca233d720
feat(backend): service cache Redis pour identifications
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-02-22 12:14:31 +01:00
0057a3cbcc
feat(backend): settings, upload media, seed données démo
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-02-21 21:25:29 +01:00
4787f044e5
feat(backend): CRUD variétés, plantations, tâches + tests
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-02-21 21:22:58 +01:00
aa379aa1b4
feat(backend): CRUD jardins + tests
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-02-21 21:20:02 +01:00
26b5a3dbdf
feat(backend): modèles SQLModel (10 tables)
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-02-21 21:17:09 +01:00
cf4fbfd4a0
feat(backend): setup FastAPI + SQLite + config
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-02-21 21:14:10 +01:00
041b96aa60
chore: scaffold projet + docker-compose
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-02-21 21:09:59 +01:00