- 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>
34 lines
640 B
JSON
34 lines
640 B
JSON
{
|
|
"annotations": {
|
|
"changelogDate": "20251210161130"
|
|
},
|
|
"applications": ["*"],
|
|
"dto": "mapstruct",
|
|
"fields": [
|
|
{
|
|
"fieldName": "spedito",
|
|
"fieldType": "Instant"
|
|
},
|
|
{
|
|
"fieldName": "testo",
|
|
"fieldType": "String"
|
|
},
|
|
{
|
|
"fieldName": "letto",
|
|
"fieldType": "Instant"
|
|
}
|
|
],
|
|
"name": "Messaggio",
|
|
"relationships": [
|
|
{
|
|
"relationshipSide": "left",
|
|
"relationshipType": "many-to-one",
|
|
"otherEntityName": "utenteApp",
|
|
"relationshipName": "utente",
|
|
"otherEntityField": "username"
|
|
}
|
|
],
|
|
"searchEngine": "no",
|
|
"service": "serviceImpl"
|
|
}
|