Add Twilio SMS service, enhance booking/confirmation flow, and update home UI
All checks were successful
Build and Publish / build (push) Successful in 3m16s

- Add TwilioService for SMS notifications
- Extend PrenotazioneService and ConfermaServiceImpl with new booking/confirmation logic
- Add phone number support in UtenteAppService and UtenteAppServiceImpl
- Update PrenotazioneRepository with custom queries
- Enhance ConfermaResource and PrenotazioneResource REST endpoints
- Add MailService improvements
- Update application.yml with new config entries
- Update home page (home.vue, home.json, global.scss) and add Artegna logo

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Simone Bierti
2026-04-11 15:34:42 +02:00
parent 78d3e17d02
commit 45968b28e2
18 changed files with 253 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
{
"home": {
"title": "Benvenuto, Java Hipster!",
"subtitle": "Questa è la tua home page",
"title": "Benvenuto!",
"subtitle": "Questa è l'home page del sistema smARTbooking.",
"logged": {
"message": "Autenticato come \"{ username }\"."
},
@@ -11,7 +11,7 @@
"link": "Completa il profilo"
}
},
"question": "In caso di domande su JHipster:",
"question": "Cosa è possibile fare con smARTbooking:",
"link": {
"homepage": "Homepage JHipster",
"stackoverflow": "JHipster su Stack Overflow",
@@ -20,6 +20,7 @@
"follow": "segui {'@'}jhipster su Twitter"
},
"like": "Se ti piace JHipster, non dimenticarti di darci una stella su",
"github": "GitHub"
"github": "GitHub",
"prenotazioni": "Vai alle tue prenotazioni"
}
}