================================================= infrastructure/web/handlers/dashboard_handlers.rs ================================================= :Fichier: ``backend/src/infrastructure/web/handlers/dashboard_handlers.rs`` :Type: RUST :Lignes de Code: 63 :Couche: Infrastructure (Adaptateurs) :Tests: ❌ Non À quoi sert ce fichier ? ======================== Handlers HTTP (Actix-web) pour **dashboard**. Gestion des requêtes REST API avec authentification, validation et gestion d'erreurs. API Publique ============ Structures ---------- - ``RecentTransactionsQuery`` Fonctions --------- - ``get_accountant_stats()`` - ``get_recent_transactions()`` Code Source =========== Voir: ``backend/src/infrastructure/web/handlers/dashboard_handlers.rs`` Documentation Connexe ===================== .. seealso:: - :doc:`/CLAUDE` - :doc:`/ARCHITECTURE`