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

@@ -61,7 +61,7 @@ Main page styles
display: inline-block;
width: 347px;
height: 497px;
background: url('/content/images/jhipster_family_member_0.svg') no-repeat center top;
background: url('/content/images/artegna.png') no-repeat center top;
background-size: contain;
}
@@ -73,7 +73,7 @@ Main page styles
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
.hipster {
background: url('/content/images/jhipster_family_member_0.svg') no-repeat center top;
background: url('/content/images/artegna.png') no-repeat center top;
background-size: contain;
}
}