- 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.4 KiB
JSON
63 lines
1.4 KiB
JSON
{
|
|
"annotations": {
|
|
"changelogDate": "20251210161124"
|
|
},
|
|
"applications": ["*"],
|
|
"dto": "mapstruct",
|
|
"fields": [
|
|
{
|
|
"fieldName": "oraInizio",
|
|
"fieldType": "Instant"
|
|
},
|
|
{
|
|
"fieldName": "oraFine",
|
|
"fieldType": "Instant"
|
|
},
|
|
{
|
|
"fieldName": "stato",
|
|
"fieldType": "StatoPrenotazione",
|
|
"fieldValues": "RICHIESTA,CONFERMATA,RIFIUTATA,ANNULLATA"
|
|
},
|
|
{
|
|
"fieldName": "motivoEvento",
|
|
"fieldType": "String"
|
|
},
|
|
{
|
|
"fieldName": "numeroPartecipanti",
|
|
"fieldType": "Integer"
|
|
},
|
|
{
|
|
"fieldName": "noteUtente",
|
|
"fieldType": "String"
|
|
}
|
|
],
|
|
"jpaMetamodelFiltering": true,
|
|
"name": "Prenotazione",
|
|
"pagination": "pagination",
|
|
"relationships": [
|
|
{
|
|
"relationshipSide": "left",
|
|
"relationshipType": "one-to-one",
|
|
"otherEntityName": "conferma",
|
|
"otherEntityRelationshipName": "prenotazione",
|
|
"relationshipName": "conferma"
|
|
},
|
|
{
|
|
"relationshipSide": "left",
|
|
"relationshipType": "many-to-one",
|
|
"otherEntityName": "utenteApp",
|
|
"relationshipName": "utente",
|
|
"otherEntityField": "username"
|
|
},
|
|
{
|
|
"relationshipSide": "left",
|
|
"relationshipType": "many-to-one",
|
|
"otherEntityName": "struttura",
|
|
"relationshipName": "struttura",
|
|
"otherEntityField": "nome"
|
|
}
|
|
],
|
|
"searchEngine": "no",
|
|
"service": "serviceImpl"
|
|
}
|