Add Twilio SMS service, enhance booking/confirmation flow, and update home UI
All checks were successful
Build and Publish / build (push) Successful in 3m16s
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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user