- Created new user-friendly reservation form component (prenotazione-form-user) - Added getCurrentUser() method to UtenteAppService - Added route /prenotazione/nuova for user reservation form - Added Italian translations for new UI elements - Form includes booking details and auto-populated user data - Radio button toggle for private/company data display - Form validation with required facility selection - Created comprehensive documentation in frontend-changes.md 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
53 lines
1.1 KiB
JSON
53 lines
1.1 KiB
JSON
{
|
|
"annotations": {
|
|
"changelogDate": "20251210161123"
|
|
},
|
|
"applications": ["*"],
|
|
"dto": "mapstruct",
|
|
"fields": [
|
|
{
|
|
"fieldName": "tipoCanale",
|
|
"fieldType": "TipoCanaleNotifica",
|
|
"fieldValues": "EMAIL,WHATSAPP,SISTEMA"
|
|
},
|
|
{
|
|
"fieldName": "tipoEvento",
|
|
"fieldType": "TipoEventoNotifica",
|
|
"fieldValues": "RICHIESTA_CREATA,PRENOTAZIONE_CONFERMATA,PRENOTAZIONE_RIFIUTATA,REMINDER,ANNULLAMENTO"
|
|
},
|
|
{
|
|
"fieldName": "messaggio",
|
|
"fieldType": "String"
|
|
},
|
|
{
|
|
"fieldName": "inviata",
|
|
"fieldType": "Boolean"
|
|
},
|
|
{
|
|
"fieldName": "inviataAt",
|
|
"fieldType": "Instant"
|
|
},
|
|
{
|
|
"fieldName": "errore",
|
|
"fieldType": "String"
|
|
},
|
|
{
|
|
"fieldName": "createdAt",
|
|
"fieldType": "Instant"
|
|
}
|
|
],
|
|
"jpaMetamodelFiltering": true,
|
|
"name": "Notifica",
|
|
"pagination": "pagination",
|
|
"relationships": [
|
|
{
|
|
"relationshipSide": "left",
|
|
"relationshipType": "many-to-one",
|
|
"otherEntityName": "conferma",
|
|
"relationshipName": "conferma"
|
|
}
|
|
],
|
|
"searchEngine": "no",
|
|
"service": "serviceImpl"
|
|
}
|