feat: update frontend path to '/badge' and adjust related documentation

This commit is contained in:
EmanueleAlfano
2026-02-04 13:12:15 +01:00
parent 77bea025fa
commit 458b074f45
10 changed files with 471 additions and 37 deletions

View File

@@ -38,7 +38,7 @@ VotoFocolari/
```bash
./dev.sh server
# App completa: http://localhost:8000
# App completa: http://localhost:8000/badge
```
### Altri Comandi
@@ -97,7 +97,7 @@ Il watch mode è utile durante lo sviluppo:
```bash
./dev.sh test:dev
```
Questo avvia sia il server (http://localhost:8000) che i test in watch mode, così puoi:
Questo avvia sia il server (http://localhost:8000/badge) che i test in watch mode, così puoi:
- Testare manualmente nel browser
- Vedere i test automatici aggiornarsi in tempo reale
@@ -183,8 +183,14 @@ Questo garantisce che anche se il frontend ha bug, il backend fa da ultimo balua
## 📚 Documentazione
Per dettagli tecnici, consulta la cartella `ai-prompts/`:
Per dettagli tecnici, consulta:
### Guide:
- **`PATH_STRUCTURE.md`** - Struttura path del sistema (`/badge` per frontend, `/api/*` per API)
- **`CHANGE_BASE_PATH.md`** - Come cambiare il path base del frontend o delle API
- **`NETWORK_ACCESS.md`** - Come accedere al server da altri dispositivi (tablet)
### Piani di sviluppo (`ai-prompts/`):
- `00-welcome-agent.md` - Panoramica progetto
- `01-backend-plan.md` - Piano sviluppo backend
- `02-frontend-plan.md` - Piano sviluppo frontend