# Visualiser le back office RenoValid

## Interface back office MVP

Le premier écran back office est ici :

`reno-app/backoffice/admin/index.html`

Depuis un navigateur, si le dossier `www/workspace` est servi publiquement, l’URL correspondante sera probablement proche de :

`/workspace/reno-app/backoffice/admin/index.html`

ou selon la configuration serveur :

`https://ton-domaine/.../workspace/reno-app/backoffice/admin/index.html`

## App mobile MVP concernée

Le MVP actif est ici :

`reno-app/mobile-lite/`

L’ancienne app web et l’ancien dossier `mobile/` sont hors périmètre et archivés dans :

`reno-app/_archive_unused/2026-05-05/`

## Lien back office → mobile-lite

Le back office doit piloter les référentiels utilisés par l’app mobile :

- `reno-app/mobile-lite/src/data/pricing-catalog.js`
- `reno-app/mobile-lite/src/data/postal-codes.js`
- `reno-app/mobile-lite/src/data/region-profiles.js`
- `reno-app/mobile-lite/src/utils/project-estimate.js`

## État MVP

Pour l’instant, l’interface admin est visible et la structure back office existe.

Le pilotage complet de `mobile-lite` n’est pas encore terminé : il faut encore raccorder les réglages du back office au moteur de calcul mobile-lite.
