bugfix di alcuni problemi di interfaccia
All checks were successful
Build and Publish / build (push) Successful in 3m8s

This commit is contained in:
Simone Bierti
2026-04-11 22:00:48 +02:00
parent 45968b28e2
commit 35e3c51623
19 changed files with 119 additions and 62 deletions

View File

@@ -37,11 +37,11 @@
"pagination": "pagination", "pagination": "pagination",
"relationships": [ "relationships": [
{ {
"relationshipSide": "left", "otherEntityField": "username",
"relationshipType": "many-to-one",
"otherEntityName": "utenteApp", "otherEntityName": "utenteApp",
"relationshipName": "utente", "relationshipName": "utente",
"otherEntityField": "username" "relationshipSide": "left",
"relationshipType": "many-to-one"
} }
], ],
"searchEngine": "no", "searchEngine": "no",

View File

@@ -20,18 +20,18 @@
"pagination": "pagination", "pagination": "pagination",
"relationships": [ "relationships": [
{ {
"relationshipSide": "left", "otherEntityField": "username",
"relationshipType": "many-to-one",
"otherEntityName": "utenteApp", "otherEntityName": "utenteApp",
"relationshipName": "confermataDa", "relationshipName": "confermataDa",
"otherEntityField": "username" "relationshipSide": "left",
"relationshipType": "many-to-one"
}, },
{ {
"relationshipSide": "right",
"relationshipType": "one-to-one",
"otherEntityName": "prenotazione", "otherEntityName": "prenotazione",
"otherEntityRelationshipName": "conferma", "otherEntityRelationshipName": "conferma",
"relationshipName": "prenotazione" "relationshipName": "prenotazione",
"relationshipSide": "right",
"relationshipType": "one-to-one"
} }
], ],
"searchEngine": "no", "searchEngine": "no",

View File

@@ -44,12 +44,12 @@
"pagination": "infinite-scroll", "pagination": "infinite-scroll",
"relationships": [ "relationships": [
{ {
"relationshipSide": "left", "otherEntityField": "nome",
"relationshipType": "many-to-one",
"otherEntityName": "struttura", "otherEntityName": "struttura",
"otherEntityRelationshipName": "disponibilita", "otherEntityRelationshipName": "disponibilita",
"relationshipName": "struttura", "relationshipName": "struttura",
"otherEntityField": "nome" "relationshipSide": "left",
"relationshipType": "many-to-one"
} }
], ],
"searchEngine": "no", "searchEngine": "no",

View File

@@ -13,18 +13,18 @@
"name": "Liberatoria", "name": "Liberatoria",
"relationships": [ "relationships": [
{ {
"relationshipSide": "left", "otherEntityField": "username",
"relationshipType": "many-to-one",
"otherEntityName": "utenteApp", "otherEntityName": "utenteApp",
"otherEntityRelationshipName": "liberatorie", "otherEntityRelationshipName": "liberatorie",
"relationshipName": "utente", "relationshipName": "utente",
"otherEntityField": "username" "relationshipSide": "left",
"relationshipType": "many-to-one"
}, },
{ {
"relationshipSide": "left",
"relationshipType": "many-to-one",
"otherEntityName": "modelloLiberatoria", "otherEntityName": "modelloLiberatoria",
"relationshipName": "modelloLiberatoria" "relationshipName": "modelloLiberatoria",
"relationshipSide": "left",
"relationshipType": "many-to-one"
} }
], ],
"searchEngine": "no", "searchEngine": "no",

View File

@@ -21,11 +21,11 @@
"name": "Messaggio", "name": "Messaggio",
"relationships": [ "relationships": [
{ {
"relationshipSide": "left", "otherEntityField": "username",
"relationshipType": "many-to-one",
"otherEntityName": "utenteApp", "otherEntityName": "utenteApp",
"relationshipName": "utente", "relationshipName": "utente",
"otherEntityField": "username" "relationshipSide": "left",
"relationshipType": "many-to-one"
} }
], ],
"searchEngine": "no", "searchEngine": "no",

View File

@@ -29,11 +29,11 @@
"name": "ModelloLiberatoria", "name": "ModelloLiberatoria",
"relationships": [ "relationships": [
{ {
"relationshipSide": "left",
"relationshipType": "many-to-one",
"otherEntityName": "struttura", "otherEntityName": "struttura",
"otherEntityRelationshipName": "moduliLiberatorie", "otherEntityRelationshipName": "moduliLiberatorie",
"relationshipName": "struttura" "relationshipName": "struttura",
"relationshipSide": "left",
"relationshipType": "many-to-one"
} }
], ],
"searchEngine": "no", "searchEngine": "no",

View File

@@ -41,10 +41,10 @@
"pagination": "pagination", "pagination": "pagination",
"relationships": [ "relationships": [
{ {
"relationshipSide": "left",
"relationshipType": "many-to-one",
"otherEntityName": "conferma", "otherEntityName": "conferma",
"relationshipName": "conferma" "relationshipName": "conferma",
"relationshipSide": "left",
"relationshipType": "many-to-one"
} }
], ],
"searchEngine": "no", "searchEngine": "no",

View File

@@ -36,25 +36,25 @@
"pagination": "pagination", "pagination": "pagination",
"relationships": [ "relationships": [
{ {
"relationshipSide": "left",
"relationshipType": "one-to-one",
"otherEntityName": "conferma", "otherEntityName": "conferma",
"otherEntityRelationshipName": "prenotazione", "otherEntityRelationshipName": "prenotazione",
"relationshipName": "conferma" "relationshipName": "conferma",
"relationshipSide": "left",
"relationshipType": "one-to-one"
}, },
{ {
"relationshipSide": "left", "otherEntityField": "username",
"relationshipType": "many-to-one",
"otherEntityName": "utenteApp", "otherEntityName": "utenteApp",
"relationshipName": "utente", "relationshipName": "utente",
"otherEntityField": "username" "relationshipSide": "left",
"relationshipType": "many-to-one"
}, },
{ {
"relationshipSide": "left", "otherEntityField": "nome",
"relationshipType": "many-to-one",
"otherEntityName": "struttura", "otherEntityName": "struttura",
"relationshipName": "struttura", "relationshipName": "struttura",
"otherEntityField": "nome" "relationshipSide": "left",
"relationshipType": "many-to-one"
} }
], ],
"searchEngine": "no", "searchEngine": "no",

View File

@@ -43,18 +43,18 @@
"pagination": "pagination", "pagination": "pagination",
"relationships": [ "relationships": [
{ {
"relationshipSide": "right",
"relationshipType": "one-to-many",
"otherEntityName": "disponibilita", "otherEntityName": "disponibilita",
"otherEntityRelationshipName": "struttura", "otherEntityRelationshipName": "struttura",
"relationshipName": "disponibilita" "relationshipName": "disponibilita",
"relationshipSide": "right",
"relationshipType": "one-to-many"
}, },
{ {
"relationshipSide": "right",
"relationshipType": "one-to-many",
"otherEntityName": "modelloLiberatoria", "otherEntityName": "modelloLiberatoria",
"otherEntityRelationshipName": "struttura", "otherEntityRelationshipName": "struttura",
"relationshipName": "moduliLiberatorie" "relationshipName": "moduliLiberatorie",
"relationshipSide": "right",
"relationshipType": "one-to-many"
} }
], ],
"searchEngine": "no", "searchEngine": "no",

View File

@@ -22,8 +22,8 @@
{ {
"fieldName": "ruolo", "fieldName": "ruolo",
"fieldType": "Ruolo", "fieldType": "Ruolo",
"fieldValues": "USER,INCARICATO,ADMIN", "fieldValidateRules": ["required"],
"fieldValidateRules": ["required"] "fieldValues": "USER,INCARICATO,ADMIN"
}, },
{ {
"fieldName": "attivo", "fieldName": "attivo",
@@ -74,19 +74,19 @@
"name": "UtenteApp", "name": "UtenteApp",
"relationships": [ "relationships": [
{ {
"relationshipSide": "left", "otherEntityField": "login",
"relationshipType": "one-to-one",
"otherEntityName": "user", "otherEntityName": "user",
"relationshipName": "internalUser", "relationshipName": "internalUser",
"otherEntityField": "login", "relationshipSide": "left",
"relationshipType": "one-to-one",
"relationshipWithBuiltInEntity": true "relationshipWithBuiltInEntity": true
}, },
{ {
"relationshipSide": "right",
"relationshipType": "one-to-many",
"otherEntityName": "liberatoria", "otherEntityName": "liberatoria",
"otherEntityRelationshipName": "utente", "otherEntityRelationshipName": "utente",
"relationshipName": "liberatorie" "relationshipName": "liberatorie",
"relationshipSide": "right",
"relationshipType": "one-to-many"
} }
], ],
"searchEngine": "no", "searchEngine": "no",

View File

@@ -35,6 +35,7 @@
"lastLiquibaseTimestamp": 1765383090000, "lastLiquibaseTimestamp": 1765383090000,
"microfrontend": null, "microfrontend": null,
"microfrontends": [], "microfrontends": [],
"monorepository": true,
"nativeLanguage": "it", "nativeLanguage": "it",
"packageName": "it.sw.pa.comune.artegna", "packageName": "it.sw.pa.comune.artegna",
"prodDatabaseType": "postgresql", "prodDatabaseType": "postgresql",
@@ -42,10 +43,9 @@
"rememberMeKey": "c3201ccf39b5d82ef696ad12b95009f33d980fc0468a86e957ad91487d1fe80d9440f72a1d09721585bc96b11048fda07240", "rememberMeKey": "c3201ccf39b5d82ef696ad12b95009f33d980fc0468a86e957ad91487d1fe80d9440f72a1d09721585bc96b11048fda07240",
"serverPort": null, "serverPort": null,
"serviceDiscoveryType": null, "serviceDiscoveryType": null,
"skipCommitHook": true,
"syncUserWithIdp": null, "syncUserWithIdp": null,
"testFrameworks": ["cypress"], "testFrameworks": ["cypress"],
"withAdminUi": true, "withAdminUi": true
"monorepository": true,
"skipCommitHook": true
} }
} }

View File

@@ -0,0 +1,10 @@
{
"generator-jhipster": {
"appsFolders": ["smartbooking"],
"deploymentType": "docker-compose",
"directoryPath": "../../",
"jwtSecretKey": "MDQwNzk2YjgyMzE3NjQxNWViNzQyZThjNmJjNjI1YzBmZGRiYzBmYzMxNjg2ODM4MGMxOTFjM2NiNGUxMDE1ZWFiODA0ZTA1M2JkZjM5NThhNTc3YzViY2MxY2IxYTNiYWQ0Zg==",
"monitoring": "no",
"serviceDiscoveryType": "no"
}
}

View File

@@ -0,0 +1,14 @@
# JHipster generated Docker-Compose configuration
## Usage
Launch all your infrastructure by running: `docker compose up -d`.
## Configured Docker services
### Applications and dependencies:
- smartbooking (monolith application)
- smartbooking's postgresql database
### Additional Services:

View File

@@ -0,0 +1,31 @@
services:
smartbooking:
image: git.bigc.it/sbierti/smartbooking:latest
environment:
- _JAVA_OPTIONS=-Xmx512m -Xms256m
- SPRING_PROFILES_ACTIVE=prod,api-docs
- MANAGEMENT_PROMETHEUS_METRICS_EXPORT_ENABLED=true
- SPRING_DATASOURCE_URL=jdbc:postgresql://smartbooking-postgresql:5432/smartbooking
- SPRING_LIQUIBASE_URL=jdbc:postgresql://smartbooking-postgresql:5432/smartbooking
- JHIPSTER_SLEEP=30
ports:
- 8080:8080
depends_on:
- postgresql
postgresql:
image: postgres:18.1
# volumes:
# - ~/volumes/jhipster/smartbooking/postgresql/:/var/lib/postgresql/data/
environment:
- POSTGRES_USER=smartbooking
- POSTGRES_HOST_AUTH_METHOD=trust
healthcheck:
test: [ 'CMD-SHELL', 'pg_isready -U $${POSTGRES_USER}' ]
interval: 5s
timeout: 5s
retries: 10
# If you want to expose these ports outside your dev PC,
# remove the "127.0.0.1:" prefix
ports:
- 127.0.0.1:5432:5432

View File

@@ -139,11 +139,11 @@
<button type="submit" :disabled="v$.$invalid" class="btn btn-primary" data-cy="submit">{{ t$('register.form.button') }}</button> <button type="submit" :disabled="v$.$invalid" class="btn btn-primary" data-cy="submit">{{ t$('register.form.button') }}</button>
</form> </form>
<p></p> <p></p>
<div class="alert alert-warning"> <!--div class="alert alert-warning">
<span>{{ t$('global.messages.info.authenticated.prefix') }}</span> <span>{{ t$('global.messages.info.authenticated.prefix') }}</span>
<a class="alert-link" @click="showLogin()">{{ t$('global.messages.info.authenticated.link') }}</a <a class="alert-link" @click="showLogin()">{{ t$('global.messages.info.authenticated.link') }}</a
><span v-html="t$('global.messages.info.authenticated.suffix')"></span> ><span v-html="t$('global.messages.info.authenticated.suffix')"></span>
</div> </div-->
</div> </div>
</div> </div>
</div> </div>

View File

@@ -11,20 +11,21 @@
<div class="alert alert-success" v-if="authenticated"> <div class="alert alert-success" v-if="authenticated">
<span v-if="username">{{ t$('home.logged.message', { username }) }}</span> <span v-if="username">{{ t$('home.logged.message', { username }) }}</span>
</div> </div>
<button class="btn btn-primary jhi-create-entity" v-if="authenticated"> <button class="btn btn-primary jh-create-entity create-prenotazione" v-if="authenticated && !profileIncomplete && !checkingProfile">
<router-link to="/prenotazione">{{ t$('home.prenotazioni') }}</router-link> <router-link to="/prenotazione">{{ t$('home.prenotazioni') }}</router-link>
</button> </button>
<div class="alert alert-warning" v-if="authenticated && profileIncomplete && !checkingProfile"> <div class="alert alert-warning" v-if="authenticated && profileIncomplete && !checkingProfile">
<span>{{ t$('home.profile.incomplete.message') }}</span> <span>{{ t$('home.profile.incomplete.message') }}</span>
&nbsp; <div>
<router-link class="alert-link" to="/account/profile">{{ t$('home.profile.incomplete.link') }}</router-link> <router-link class="alert-link" to="/account/profile">{{ t$('home.profile.incomplete.link') }}</router-link>
</div>
</div> </div>
<div class="alert alert-warning" v-if="!authenticated"> <!--div class="alert alert-warning" v-if="!authenticated">
<span>{{ t$('global.messages.info.authenticated.prefix') }}</span> <span>{{ t$('global.messages.info.authenticated.prefix') }}</span>
<a class="alert-link" @click="showLogin()">{{ t$('global.messages.info.authenticated.link') }}</a <a class="alert-link" @click="showLogin()">{{ t$('global.messages.info.authenticated.link') }}</a
><span v-html="t$('global.messages.info.authenticated.suffix')"></span> ><span v-html="t$('global.messages.info.authenticated.suffix')"></span>
</div> </div-->
<div class="alert alert-warning" v-if="!authenticated"> <div class="alert alert-warning" v-if="!authenticated">
<span>{{ t$('global.messages.info.register.noaccount') }}</span <span>{{ t$('global.messages.info.register.noaccount') }}</span
>&nbsp; >&nbsp;

View File

@@ -125,8 +125,8 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
<span ref="infiniteScrollEl"></span>
</table> </table>
<span ref="infiniteScrollEl"></span>
</div> </div>
<b-modal ref="removeEntity" id="removeEntity"> <b-modal ref="removeEntity" id="removeEntity">
<template #title> <template #title>

View File

@@ -311,7 +311,7 @@
class="btn btn-sm btn-outline-primary" class="btn btn-sm btn-outline-primary"
> >
<font-awesome-icon icon="download"></font-awesome-icon> <font-awesome-icon icon="download"></font-awesome-icon>
{{ t$('entity.action.download') }} {{ t$('smartbookingApp.modelloLiberatoria.download') }}
</a> </a>
</div> </div>

View File

@@ -21,6 +21,7 @@
"nome": "Nome", "nome": "Nome",
"testo": "Testo", "testo": "Testo",
"documento": "Documento", "documento": "Documento",
"download": "Download documento",
"validoDal": "Valido Dal", "validoDal": "Valido Dal",
"validoAl": "Valido Al", "validoAl": "Valido Al",
"struttura": "Struttura" "struttura": "Struttura"