- 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>
42 lines
816 B
JSON
42 lines
816 B
JSON
{
|
|
"annotations": {
|
|
"changelogDate": "20251210161129"
|
|
},
|
|
"applications": ["*"],
|
|
"dto": "mapstruct",
|
|
"fields": [
|
|
{
|
|
"fieldName": "nome",
|
|
"fieldType": "String"
|
|
},
|
|
{
|
|
"fieldName": "testo",
|
|
"fieldType": "String"
|
|
},
|
|
{
|
|
"fieldName": "documento",
|
|
"fieldType": "Blob"
|
|
},
|
|
{
|
|
"fieldName": "validoDal",
|
|
"fieldType": "Instant"
|
|
},
|
|
{
|
|
"fieldName": "validoAl",
|
|
"fieldType": "Instant"
|
|
}
|
|
],
|
|
"name": "ModelloLiberatoria",
|
|
"relationships": [
|
|
{
|
|
"relationshipSide": "left",
|
|
"relationshipType": "many-to-one",
|
|
"otherEntityName": "struttura",
|
|
"otherEntityRelationshipName": "moduliLiberatorie",
|
|
"relationshipName": "struttura"
|
|
}
|
|
],
|
|
"searchEngine": "no",
|
|
"service": "serviceImpl"
|
|
}
|