Files
smartbooking/.jhipster/Disponibilita.json
Simone Bierti e0816bab45 Add user reservation form feature
- 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>
2025-12-11 19:23:01 +01:00

58 lines
1.2 KiB
JSON

{
"annotations": {
"changelogDate": "20251210161122"
},
"applications": ["*"],
"dto": "mapstruct",
"fields": [
{
"fieldName": "giornoSettimana",
"fieldType": "GiornoSettimana",
"fieldValues": "LUNEDI,MARTEDI,MERCOLEDI,GIOVEDI,VENERDI,SABATO,DOMENICA"
},
{
"fieldName": "dataSpecifica",
"fieldType": "LocalDate"
},
{
"fieldName": "oraInizio",
"fieldType": "Instant"
},
{
"fieldName": "oraFine",
"fieldType": "Instant"
},
{
"fieldName": "orarioInizio",
"fieldType": "String"
},
{
"fieldName": "orarioFine",
"fieldType": "String"
},
{
"fieldName": "tipo",
"fieldType": "TipoDisponibilita",
"fieldValues": "DISPONIBILE,CHIUSURA"
},
{
"fieldName": "note",
"fieldType": "String"
}
],
"name": "Disponibilita",
"pagination": "infinite-scroll",
"relationships": [
{
"relationshipSide": "left",
"relationshipType": "many-to-one",
"otherEntityName": "struttura",
"otherEntityRelationshipName": "disponibilita",
"relationshipName": "struttura",
"otherEntityField": "nome"
}
],
"searchEngine": "no",
"service": "serviceImpl"
}