25 lines
1.0 KiB
Markdown
25 lines
1.0 KiB
Markdown
# AGENTS — Suivi du projet
|
|
|
|
## État actuel
|
|
- [x] Docker + PocketBase configuré et lancé
|
|
- [x] Migration collections (fichiers `pb_migrations`) — à appliquer au démarrage serveur si besoin
|
|
- [x] App Expo initialisée
|
|
- [x] Auth fonctionnelle
|
|
- [x] Navigation complète
|
|
- [x] Module Prospection (pipeline / biens)
|
|
- [x] Module Fiche bien + Calculateur
|
|
- [x] Module Contacts (liste par catégorie, recherche, fiche + biens liés)
|
|
- [x] Module Visites + IA (`pb_hooks/generate_rapport.pb.js`, route `POST /api/mdb/generate-rapport`)
|
|
- [x] Module Agenda (tâches, snooze, création modal)
|
|
- [x] Dashboard (alertes, KPIs, pipeline, derniers biens, tâches du jour)
|
|
|
|
## Infos techniques
|
|
- PocketBase : http://localhost:8090
|
|
- Admin : http://localhost:8090/_/ (admin@mdb.fr)
|
|
- Binaire : /usr/local/bin/pocketbase
|
|
- Données : /pb_data
|
|
- Hooks JS : volume `pb_hooks` → `--hooksDir=/pb_hooks` (image muchobien)
|
|
- Variable IA : `ANTHROPIC_API_KEY` dans `.env.local` (chargée par Docker pour PocketBase)
|
|
- OS : Windows Git Bash (MSYS_NO_PATHCONV=1)
|
|
- PocketBase : v0.23+
|