feat: app complète - tous les modules
This commit is contained in:
23
AGENTS.md
23
AGENTS.md
@ -2,22 +2,23 @@
|
||||
|
||||
## État actuel
|
||||
- [x] Docker + PocketBase configuré et lancé
|
||||
- [x] Migration collections créée
|
||||
- [ ] Migration appliquée avec succès
|
||||
- [ ] App Expo initialisée
|
||||
- [ ] Auth fonctionnelle
|
||||
- [ ] Navigation complète
|
||||
- [ ] Module Prospection
|
||||
- [ ] Module Fiche bien + Calculateur
|
||||
- [ ] Module Contacts
|
||||
- [ ] Module Visites + IA
|
||||
- [ ] Module Agenda
|
||||
- [ ] Dashboard
|
||||
- [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+
|
||||
|
||||
Reference in New Issue
Block a user