The Campionato page showed hardcoded demo data. It now reads the real 2025/26 season (Campionato Open Misto Eccellenza, project 767, team 3359, Girone B) from the Livescore CSI Bologna portal. The portal has no documented API: we call the same endpoints its own pages call over ajax, so parsing must degrade gracefully. A single server route fetches them, caches for 6 hours and serves the last good payload on failure; the page falls back to the previous data when nothing is available. No browser ever contacts the portal, keeping the request count independent of how many players open the app. Also fixes the header, which claimed "Girone C - CSI Milano". Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
46 lines
662 B
Markdown
46 lines
662 B
Markdown
# Roadmap
|
|
|
|
## Versione 1.0
|
|
|
|
- [x] Gestione squadra
|
|
- [x] Calendario
|
|
- [x] Presenze
|
|
- [x] Scout Live
|
|
- [x] Badge
|
|
- [x] Obiettivi di squadra
|
|
- [x] Notifiche Push
|
|
|
|
---
|
|
|
|
## Versione 1.1
|
|
|
|
- [ ] Certificati medici
|
|
- [ ] Gestione tesseramenti CSI
|
|
- [ ] Dashboard amministratore
|
|
- [ ] Download CSV dati
|
|
|
|
---
|
|
|
|
## Versione 1.2
|
|
|
|
- [ ] Database esercizi
|
|
- [ ] AI Allenamenti
|
|
- [ ] Archivio allenamenti
|
|
|
|
---
|
|
|
|
## Versione 2.0
|
|
|
|
- [x] Collegamento CSI (stagione 2025/26)
|
|
- [x] Classifica automatica
|
|
- [x] Risultati campionato
|
|
- [ ] Calendario ufficiale
|
|
|
|
---
|
|
|
|
## Idee future
|
|
|
|
- [ ] Gestione quote
|
|
- [ ] Calendario Google
|
|
- [ ] Backup automatici
|
|
- [ ] Analisi statistiche avanzate |