🏗️ Architecture¶
Documentation de l'architecture, des refactorisations et des migrations techniques de l’app mobile.
📚 Documents disponibles¶
Refactorisations majeures¶
| Document | Description | Impact | Statut |
|---|---|---|---|
| ARCHITECTURE_REFACTOR.md | Refonte hooks → Zustand stores | Structure complète | Complété |
| STORE_FUSION.md | Fusion 6 stores → 2 stores | Simplification | Complété |
| RESTRUCTURATION_COMPLETE.md | Réorganisation dossiers/fichiers | Organisation | Complété |
| CLEANUP_COMPLETE.md | Suppression code obsolète | Maintenance | Complété |
Migrations techniques¶
| Document | Description | Statut |
|---|---|---|
| Historique crypto | Migrations cryptographiques V2 → V3 → V4 | Complété |
🎯 Ordre de lecture recommandé¶
Pour comprendre l'architecture actuelle, lisez dans cet ordre :
- ARCHITECTURE_REFACTOR.md - Vision globale
- STORE_FUSION.md - État global Zustand
- Historique crypto - Migrations V2→V3→V4
- RESTRUCTURATION_COMPLETE.md - Organisation du code
- CLEANUP_COMPLETE.md - Nettoyage final