- 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>
63 lines
1.3 KiB
JSON
63 lines
1.3 KiB
JSON
{
|
|
"annotations": {
|
|
"changelogDate": "20251210161126"
|
|
},
|
|
"applications": ["*"],
|
|
"dto": "mapstruct",
|
|
"fields": [
|
|
{
|
|
"fieldName": "nome",
|
|
"fieldType": "String"
|
|
},
|
|
{
|
|
"fieldName": "descrizione",
|
|
"fieldType": "String"
|
|
},
|
|
{
|
|
"fieldName": "indirizzo",
|
|
"fieldType": "String"
|
|
},
|
|
{
|
|
"fieldName": "capienzaMax",
|
|
"fieldType": "Integer"
|
|
},
|
|
{
|
|
"fieldName": "attiva",
|
|
"fieldType": "Boolean"
|
|
},
|
|
{
|
|
"fieldName": "fotoUrl",
|
|
"fieldType": "String"
|
|
},
|
|
{
|
|
"fieldName": "createdAt",
|
|
"fieldType": "Instant"
|
|
},
|
|
{
|
|
"fieldName": "updatedAt",
|
|
"fieldType": "Instant"
|
|
}
|
|
],
|
|
"jpaMetamodelFiltering": true,
|
|
"name": "Struttura",
|
|
"pagination": "pagination",
|
|
"relationships": [
|
|
{
|
|
"relationshipSide": "right",
|
|
"relationshipType": "one-to-many",
|
|
"otherEntityName": "disponibilita",
|
|
"otherEntityRelationshipName": "struttura",
|
|
"relationshipName": "disponibilita"
|
|
},
|
|
{
|
|
"relationshipSide": "right",
|
|
"relationshipType": "one-to-many",
|
|
"otherEntityName": "modelloLiberatoria",
|
|
"otherEntityRelationshipName": "struttura",
|
|
"relationshipName": "moduliLiberatorie"
|
|
}
|
|
],
|
|
"searchEngine": "no",
|
|
"service": "serviceImpl"
|
|
}
|