fix lista MySkill

Ver_0.2.3
This commit is contained in:
paoloar77
2022-02-14 16:53:39 +01:00
parent 056ef6f3ca
commit e7f65ceb16
20 changed files with 92 additions and 44 deletions

View File

@@ -1,4 +1,4 @@
APP_VERSION="0.2.2" APP_VERSION="0.2.4"
SERVICE_WORKER_FILE="service-worker.js" SERVICE_WORKER_FILE="service-worker.js"
APP_ID="13" APP_ID="13"
DIRECTORY_LOCAL="newfreeplanet" DIRECTORY_LOCAL="newfreeplanet"

View File

@@ -1,4 +1,4 @@
APP_VERSION="0.2.2" APP_VERSION="0.2.4"
SERVICE_WORKER_FILE="service-worker.js" SERVICE_WORKER_FILE="service-worker.js"
APP_ID="1" APP_ID="1"
DIRECTORY_LOCAL="newfreeplanet" DIRECTORY_LOCAL="newfreeplanet"

View File

@@ -1,4 +1,4 @@
APP_VERSION="0.2.2" APP_VERSION="0.2.4"
SERVICE_WORKER_FILE="service-worker.js" SERVICE_WORKER_FILE="service-worker.js"
APP_ID="13" APP_ID="13"
DIRECTORY_LOCAL="newfreeplanet" DIRECTORY_LOCAL="newfreeplanet"

View File

@@ -1,8 +1,8 @@
const msg_website_enUs = { const msg_website_enUs = {
ws: { ws: {
sitename: 'InsiemeSuPuò', sitename: 'InsiemeSiPuò',
siteshortname: 'InsiemeSuPuò', siteshortname: 'InsiemeSiPuò',
botname: 'InsiemeSuPuò BOT', botname: 'InsiemeSiPuò BOT',
}, },
pages: { pages: {
home: 'Home', home: 'Home',

View File

@@ -1,8 +1,8 @@
const msg_website_es = { const msg_website_es = {
ws: { ws: {
sitename: 'InsiemeSuPuò', sitename: 'InsiemeSiPuò',
siteshortname: 'InsiemeSuPuò', siteshortname: 'InsiemeSiPuò',
botname: 'InsiemeSuPuò BOT', botname: 'InsiemeSiPuò BOT',
}, },
pages: { pages: {
home: 'Home', home: 'Home',

View File

@@ -1,8 +1,8 @@
const msg_website_fr = { const msg_website_fr = {
ws: { ws: {
sitename: 'InsiemeSuPuò', sitename: 'InsiemeSiPuò',
siteshortname: 'InsiemeSuPuò', siteshortname: 'InsiemeSiPuò',
botname: 'InsiemeSuPuò BOT', botname: 'InsiemeSiPuò BOT',
}, },
homepage: { homepage: {
titlecontatti: 'CONTACTS', titlecontatti: 'CONTACTS',

View File

@@ -1,8 +1,8 @@
const msg_website_it = { const msg_website_it = {
ws: { ws: {
sitename: 'InsiemeSuPuò', sitename: 'InsiemeSiPuò',
siteshortname: 'InsiemeSuPuò', siteshortname: 'InsiemeSiPuò',
botname: 'il Bot di InsiemeSuPuò', botname: 'il Bot di InsiemeSiPuò',
}, },
products: { products: {
quantity: 'Quantità', quantity: 'Quantità',

View File

@@ -1,8 +1,8 @@
const msg_website_pt = { const msg_website_pt = {
ws: { ws: {
sitename: 'InsiemeSuPuò', sitename: 'InsiemeSiPuò',
siteshortname: 'InsiemeSuPuò', siteshortname: 'InsiemeSiPuò',
botname: 'InsiemeSuPuò BOT', botname: 'InsiemeSiPuò BOT',
}, },
pages: { pages: {
home: 'Home', home: 'Home',

View File

@@ -1,8 +1,8 @@
const msg_website_si = { const msg_website_si = {
ws: { ws: {
sitename: 'InsiemeSuPuò', sitename: 'InsiemeSiPuò',
siteshortname: 'InsiemeSuPuò', siteshortname: 'InsiemeSiPuò',
botname: 'InsiemeSuPuò BOT', botname: 'InsiemeSiPuò BOT',
}, },
pages: { pages: {
home: 'Domača stran', home: 'Domača stran',

View File

@@ -1,4 +1,4 @@
APP_VERSION="0.2.2" APP_VERSION="0.2.4"
SERVICE_WORKER_FILE="service-worker.js" SERVICE_WORKER_FILE="service-worker.js"
APP_ID="12" APP_ID="12"
DIRECTORY_LOCAL="newfreeplanet" DIRECTORY_LOCAL="newfreeplanet"

View File

@@ -314,7 +314,7 @@
</template> </template>
<template v-slot:item="props"> <template v-slot:item="props">
<div v-if="showType === costanti.SHOW_MYSKILL"> <div v-if="showType === costanti.SHOW_MYSKILL || (myvertical === costanti.VISUTABLE_LISTA && tablesel === 'myskills') ">
<CMySkill <CMySkill
:prop_myskill="props.row" :prop_myskill="props.row"
:visu="visufind" :visu="visufind"

View File

@@ -27,7 +27,7 @@
</q-item-label> </q-item-label>
<q-item-label overline lines="1" style="text-align: right"> <q-item-label overline lines="1" style="text-align: right">
<span class="text-weight-bold">{{ myskill.username }}</span> - <span class="text-weight-bold">{{ myskill.username }}</span> -
<span v-for="(rec, ind) of myskill.mycities" :key="ind">{{ rec.comune }}</span> <span v-for="(rec, ind) of myskill.mycities" :key="ind"><span v-if="ind > 0">, </span>{{ rec.comune }}</span>
</q-item-label> </q-item-label>
</q-item-section> </q-item-section>

View File

@@ -140,6 +140,54 @@ export default defineComponent({
'profile.qualifica': 1, 'profile.qualifica': 1,
} }
}, },
lookup3: {
lk_tab: 'skills',
lk_LF: 'idSkill',
lk_FF: '_id',
lk_as: 'recSkill',
af_objId_tab: '',
lk_proj: {
recSkill: 1,
sector: 1,
idSector: 1,
idSkill: 1,
idSubSkill: 1,
myskill: 1,
idStatusSkill: 1,
idContribType: 1,
idCity: 1,
numLevel: 1,
adType: 1,
photos: 1,
note: 1,
descr: 1,
date_created: 1,
date_updated: 1,
userId: 1,
username: 1,
name: 1,
surname: 1,
comune: 1,
mycities: 1,
'profile.img': 1,
'profile.qualifica': 1,
}
},
lookup4: {
lk_tab: 'subskills',
lk_LF: 'idSubSkill',
lk_FF: '_id',
lk_as: 'myskill',
af_objId_tab: '',
},
lookup5: {
lk_tab: 'cities',
lk_LF: 'idCity',
lk_FF: '_id',
lk_as: 'mycities',
af_objId_tab: '',
},
} }
} }

View File

@@ -1,8 +1,8 @@
const msg_website_enUs = { const msg_website_enUs = {
ws: { ws: {
sitename: 'InsiemeSuPuò', sitename: 'InsiemeSiPuò',
siteshortname: 'InsiemeSuPuò', siteshortname: 'InsiemeSiPuò',
botname: 'InsiemeSuPuò BOT', botname: 'InsiemeSiPuò BOT',
}, },
pages: { pages: {
home: 'Home', home: 'Home',

View File

@@ -1,8 +1,8 @@
const msg_website_es = { const msg_website_es = {
ws: { ws: {
sitename: 'InsiemeSuPuò', sitename: 'InsiemeSiPuò',
siteshortname: 'InsiemeSuPuò', siteshortname: 'InsiemeSiPuò',
botname: 'InsiemeSuPuò BOT', botname: 'InsiemeSiPuò BOT',
}, },
pages: { pages: {
home: 'Home', home: 'Home',

View File

@@ -1,8 +1,8 @@
const msg_website_fr = { const msg_website_fr = {
ws: { ws: {
sitename: 'InsiemeSuPuò', sitename: 'InsiemeSiPuò',
siteshortname: 'InsiemeSuPuò', siteshortname: 'InsiemeSiPuò',
botname: 'InsiemeSuPuò BOT', botname: 'InsiemeSiPuò BOT',
}, },
homepage: { homepage: {
titlecontatti: 'CONTACTS', titlecontatti: 'CONTACTS',

View File

@@ -1,8 +1,8 @@
const msg_website_it = { const msg_website_it = {
ws: { ws: {
sitename: 'InsiemeSuPuò', sitename: 'InsiemeSiPuò',
siteshortname: 'InsiemeSuPuò', siteshortname: 'InsiemeSiPuò',
botname: 'il Bot di InsiemeSuPuò', botname: 'il Bot di InsiemeSiPuò',
}, },
products: { products: {
quantity: 'Quantità', quantity: 'Quantità',

View File

@@ -1,8 +1,8 @@
const msg_website_pt = { const msg_website_pt = {
ws: { ws: {
sitename: 'InsiemeSuPuò', sitename: 'InsiemeSiPuò',
siteshortname: 'InsiemeSuPuò', siteshortname: 'InsiemeSiPuò',
botname: 'InsiemeSuPuò BOT', botname: 'InsiemeSiPuò BOT',
}, },
pages: { pages: {
home: 'Home', home: 'Home',

View File

@@ -1,8 +1,8 @@
const msg_website_si = { const msg_website_si = {
ws: { ws: {
sitename: 'InsiemeSuPuò', sitename: 'InsiemeSiPuò',
siteshortname: 'InsiemeSuPuò', siteshortname: 'InsiemeSiPuò',
botname: 'InsiemeSuPuò BOT', botname: 'InsiemeSiPuò BOT',
}, },
pages: { pages: {
home: 'Domača stran', home: 'Domača stran',

View File

@@ -570,7 +570,7 @@ export const colmySkills = [
jointable: 'skills', jointable: 'skills',
filter_table: 'sectors', filter_table: 'sectors',
filter_field: 'idSector', filter_field: 'idSector',
noshowlabel: false, noshowlabel: true,
icon: 'engineering', icon: 'engineering',
showWhen: costanti.showWhen.NewRec + costanti.showWhen.InPage + costanti.showWhen.InEdit + costanti.showWhen.InView, showWhen: costanti.showWhen.NewRec + costanti.showWhen.InPage + costanti.showWhen.InEdit + costanti.showWhen.InView,
allowNewValue: true, allowNewValue: true,
@@ -583,7 +583,7 @@ export const colmySkills = [
jointable: 'subskills', jointable: 'subskills',
filter_table: 'skills', filter_table: 'skills',
filter_field: 'idSkill', filter_field: 'idSkill',
noshowlabel: false, noshowlabel: true,
icon: 'far fa-id-card', icon: 'far fa-id-card',
showWhen: costanti.showWhen.NewRec + costanti.showWhen.InPage + costanti.showWhen.InEdit + costanti.showWhen.InView_OnlyifExist, showWhen: costanti.showWhen.NewRec + costanti.showWhen.InPage + costanti.showWhen.InEdit + costanti.showWhen.InView_OnlyifExist,
allowNewValue: true, allowNewValue: true,