10 Commits

Author SHA1 Message Date
Surya Paolo
41fa886bc8 aggiornamento... 2023-04-07 21:10:16 +02:00
Surya Paolo
a8eb6344ef Revert "Aggiornamento a 0.6.1"
This reverts commit 701e1f1968.
2023-04-07 20:07:56 +02:00
Surya Paolo
9c08ebaacd Revert "Aggiornamento a 0.6.1"
This reverts commit 701e1f1968.
2023-04-07 18:38:46 +02:00
Surya Paolo
eb4998dcd2 Revert "Aggiornamento a 0.6.1"
This reverts commit 701e1f1968.
2023-04-07 18:38:22 +02:00
Surya Paolo
799a8a0e15 Revert "nuova veste grafica: myskills, mygoods, mybachecas, myhosps,"
This reverts commit 6fad472211.
2023-04-07 18:24:15 +02:00
Surya Paolo
6e6e363059 Revert "Aggiornamento a 0.6.1"
This reverts commit 701e1f1968.
2023-04-07 18:01:48 +02:00
Surya Paolo
7148b773ea Revert "cambio nome ai circuiti"
This reverts commit 0365c58326.
2023-04-07 17:21:22 +02:00
Surya Paolo
701e1f1968 Aggiornamento a 0.6.1 2023-04-07 17:14:51 +02:00
Surya Paolo
6fad472211 nuova veste grafica: myskills, mygoods, mybachecas, myhosps,
- cambiato id (da numero a stringa)
2023-04-07 02:46:27 +02:00
Surya Paolo
edcd244397 new version Visualizzazione Service 2023-04-04 15:27:03 +02:00
40 changed files with 496 additions and 192 deletions

View File

@@ -1,8 +1,4 @@
<<<<<<< HEAD
APP_VERSION="0.5.83"
=======
APP_VERSION="0.5.85" APP_VERSION="0.5.85"
>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1)
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,4 @@
<<<<<<< HEAD
APP_VERSION="0.5.83"
=======
APP_VERSION="0.5.85" APP_VERSION="0.5.85"
>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1)
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,4 @@
<<<<<<< HEAD
APP_VERSION="0.5.83"
=======
APP_VERSION="0.5.85" APP_VERSION="0.5.85"
>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1)
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,4 @@
<<<<<<< HEAD
APP_VERSION="0.5.83"
=======
APP_VERSION="0.5.85" APP_VERSION="0.5.85"
>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1)
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,4 @@
<<<<<<< HEAD APP_VERSION="0.6.2"
APP_VERSION="0.5.83"
=======
APP_VERSION="0.5.85"
>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1)
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,4 @@
<<<<<<< HEAD APP_VERSION="0.6.2"
APP_VERSION="0.5.83"
=======
APP_VERSION="0.5.85"
>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1)
SERVICE_WORKER_FILE="service-worker.js" SERVICE_WORKER_FILE="service-worker.js"
APP_ID="14" APP_ID="14"
DIRECTORY_LOCAL="newfreeplanet" DIRECTORY_LOCAL="newfreeplanet"

View File

@@ -123,18 +123,6 @@
"crypto": false "crypto": false
}, },
"browserslist": [ "browserslist": [
<<<<<<< HEAD
"last 20 Chrome versions",
"last 20 Firefox versions",
"last 10 Edge versions",
"last 15 Safari versions",
"last 60 Android versions",
"last 180 ChromeAndroid versions",
"last 40 FirefoxAndroid versions",
"last 20 iOS versions",
"last 10 Opera versions",
"> 0.1%",
=======
"last 40 Chrome versions", "last 40 Chrome versions",
"last 40 Firefox versions", "last 40 Firefox versions",
"last 10 Edge versions", "last 10 Edge versions",
@@ -145,7 +133,6 @@
"last 30 iOS versions", "last 30 iOS versions",
"last 10 Opera versions", "last 10 Opera versions",
"> 0.05%", "> 0.05%",
>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1)
"not dead" "not dead"
], ],
"engines": { "engines": {

View File

@@ -170,6 +170,14 @@ export const shared_consts = {
TABLES_MYGOODS: 'mygoods', TABLES_MYGOODS: 'mygoods',
TABLES_MYEVENTS: 'myevents', TABLES_MYEVENTS: 'myevents',
MYTABS: [{id: 0, table: 'none' },
{id: 1, table: 'myskills'},
{id: 2, table: 'mybachecas' },
{id: 3, table: 'myhosps'} ,
{id: 4, table: 'mygoods'},
{id: 5, table: 'myevents'}
],
TABLES_ENABLE_GETREC_BYID: ['mybachecas', 'myhosps'], TABLES_ENABLE_GETREC_BYID: ['mybachecas', 'myhosps'],
TABLES_USER_INCLUDE_MY: ['mygroups'], TABLES_USER_INCLUDE_MY: ['mygroups'],
@@ -181,6 +189,7 @@ export const shared_consts = {
TABLES_WITH_DATE: ['mybachecas', 'myhosps'], TABLES_WITH_DATE: ['mybachecas', 'myhosps'],
TABLES_WITH_SORTING: ['mybachecas', 'myhosps'], TABLES_WITH_SORTING: ['mybachecas', 'myhosps'],
TABLES_REC_ID: ['skills', 'goods', 'subskills', 'myskills', 'mybachecas', 'myhosps', 'mygoods'], TABLES_REC_ID: ['skills', 'goods', 'subskills', 'myskills', 'mybachecas', 'myhosps', 'mygoods'],
TABLES_FAVORITE_BOOKMARK: ['myskills', 'mygoods', 'mybachecas', 'myhosps'],
// costanti.VISUTABLE_SCHEDA_USER, VISUTABLE_SCHEDA_GROUP, VISUTABLE_USER_TABGROUP, VISUTABLE_USER_TABCIRCUIT, VISUTABLE_GROUP_CIRCUIT // costanti.VISUTABLE_SCHEDA_USER, VISUTABLE_SCHEDA_GROUP, VISUTABLE_USER_TABGROUP, VISUTABLE_USER_TABCIRCUIT, VISUTABLE_GROUP_CIRCUIT
VERTIC_SHOW_GRID: [-1, 2, -3, -4, -5, -6], VERTIC_SHOW_GRID: [-1, 2, -3, -4, -5, -6],
@@ -531,6 +540,14 @@ export const shared_consts = {
value: 23, value: 23,
label: 'Asciugacapelli', label: 'Asciugacapelli',
}, },
{
value: 24,
label: 'Riscaldamento a legna',
},
{
value: 25,
label: 'Riscaldamento a gas',
},
], ],
Regions: [ Regions: [
@@ -1538,4 +1555,41 @@ export const shared_consts = {
return ['_id', 'username', 'group', 'email', 'name', 'surname', 'perm', 'date_reg', 'verified_email', 'notask_verif', 'verified_by_aportador', 'trust_modified', 'img', 'ipaddr', 'lasttimeonline', 'profile', 'news_on'] return ['_id', 'username', 'group', 'email', 'name', 'surname', 'perm', 'date_reg', 'verified_email', 'notask_verif', 'verified_by_aportador', 'trust_modified', 'img', 'ipaddr', 'lasttimeonline', 'profile', 'news_on']
}, },
getProjectForAll(proj_add: any) {
let proj = {
idContribType: 1,
idCity: 1,
pub_to_share: 1,
adType: 1,
photos: 1,
note: 1,
descr: 1,
date_created: 1,
date_updated: 1,
userId: 1,
username: 1,
name: 1,
surname: 1,
lasttimeonline: 1,
comune: 1,
mycities: 1,
'profile.img': 1,
'profile.mygroups': 1,
'profile.mycircuits': 1,
'profile.qualifica': 1,
'profile.resid_province': 1,
'profile.username_telegram': 1,
'profile.favorite': 1,
'profile.bookmark': 1,
reported: 1,
date_report: 1,
username_who_report: 1,
};
if (proj_add)
proj = Object.assign({}, proj, proj_add);
return proj;
},
} }

View File

@@ -1,12 +1,8 @@
<template> <template>
<div class="bordo_stondato_blu"> <div class="">
<CTitleBanner class="column" title="Tipi di ospitalità"></CTitleBanner>
<div class=""> <div class="">
<q-btn
v-if="isInModif"
rounded label="Aggiungi Letti" color="positive" @click="add_newbed()">
</q-btn>
<div v-for="(myaccom, index) in getlist()" :key="index"> <div v-for="(myaccom, index) in getlist()" :key="index">
<div v-if="isInModif" class="row justify-center bordo_stondato_small"> <div v-if="isInModif" class="row justify-center bordo_stondato_small">
@@ -17,6 +13,8 @@
v-model:value="myaccom.num" v-model:value="myaccom.num"
optval="value" optval="value"
optlab="label" optlab="label"
style="min-width:80px;"
:sola_lettura="!isInModif" :sola_lettura="!isInModif"
:options="shared_consts.People" :useinput="false" :options="shared_consts.People" :useinput="false"
> >
@@ -58,6 +56,10 @@
</div> </div>
</div> </div>
</div> </div>
<q-btn
v-if="isInModif"
rounded label="Aggiungi Letti" color="positive" @click="add_newbed()">
</q-btn>
</div> </div>
</div> </div>
</template> </template>

View File

@@ -1158,6 +1158,7 @@ export default defineComponent({
mygood: 1, mygood: 1,
idStatusSkill: 1, idStatusSkill: 1,
idContribType: 1, idContribType: 1,
'profile.username_telegram': 1,
idCity: 1, idCity: 1,
pub_to_share: 1, pub_to_share: 1,
numLevel: 1, numLevel: 1,
@@ -1179,6 +1180,7 @@ export default defineComponent({
'profile.img': 1, 'profile.img': 1,
'profile.mygroups': 1, 'profile.mygroups': 1,
'profile.qualifica': 1, 'profile.qualifica': 1,
'profile.resid_province': 1,
reported: 1, reported: 1,
date_report: 1, date_report: 1,
username_who_report: 1, username_who_report: 1,
@@ -1225,6 +1227,7 @@ export default defineComponent({
myskill: 1, myskill: 1,
idStatusSkill: 1, idStatusSkill: 1,
idContribType: 1, idContribType: 1,
'profile.username_telegram': 1,
idCity: 1, idCity: 1,
pub_to_share: 1, pub_to_share: 1,
dateTimeStart: 1, dateTimeStart: 1,
@@ -1248,6 +1251,7 @@ export default defineComponent({
'profile.img': 1, 'profile.img': 1,
'profile.mygroups': 1, 'profile.mygroups': 1,
'profile.qualifica': 1, 'profile.qualifica': 1,
'profile.resid_province': 1,
reported: 1, reported: 1,
date_report: 1, date_report: 1,
username_who_report: 1, username_who_report: 1,
@@ -1300,6 +1304,7 @@ export default defineComponent({
accomodation: 1, accomodation: 1,
preferences: 1, preferences: 1,
idContribType: 1, idContribType: 1,
'profile.username_telegram': 1,
photos: 1, photos: 1,
idCity: 1, idCity: 1,
pub_to_share: 1, pub_to_share: 1,
@@ -1346,6 +1351,7 @@ export default defineComponent({
myskill: 1, myskill: 1,
idStatusSkill: 1, idStatusSkill: 1,
idContribType: 1, idContribType: 1,
'profile.username_telegram': 1,
idCity: 1, idCity: 1,
pub_to_share: 1, pub_to_share: 1,
numLevel: 1, numLevel: 1,
@@ -1367,6 +1373,7 @@ export default defineComponent({
'profile.img': 1, 'profile.img': 1,
'profile.mygroups': 1, 'profile.mygroups': 1,
'profile.qualifica': 1, 'profile.qualifica': 1,
'profile.resid_province': 1,
reported: 1, reported: 1,
date_report: 1, date_report: 1,
username_who_report: 1, username_who_report: 1,

View File

@@ -36,6 +36,7 @@ import { costanti } from '@costanti'
import translate from '@/globalroutines/util' import translate from '@/globalroutines/util'
import { toolsext } from '@store/Modules/toolsext' import { toolsext } from '@store/Modules/toolsext'
import { CMyCardPopup } from '@/components/CMyCardPopup' import { CMyCardPopup } from '@/components/CMyCardPopup'
import { CMyCardService } from '@/components/CMyCardService'
import { CMyCardGrpPopup } from '@/components/CMyCardGrpPopup' import { CMyCardGrpPopup } from '@/components/CMyCardGrpPopup'
import { CMyCardCircuitPopup } from '@/components/CMyCardCircuitPopup' import { CMyCardCircuitPopup } from '@/components/CMyCardCircuitPopup'
import { useRouter } from 'vue-router' import { useRouter } from 'vue-router'
@@ -287,7 +288,7 @@ export default defineComponent({
components: { components: {
CMyPopupEdit, CTitleBanner, CMyFieldDb, CMySelect, CMyFriends, CMyGroups, CMyPopupEdit, CTitleBanner, CMyFieldDb, CMySelect, CMyFriends, CMyGroups,
CMyUser, CMyRecCard, CMyCardPopup, CMyRecGrpCard, CMyCardGrpPopup, CMyCardCircuitPopup, CMyUser, CMyRecCard, CMyCardPopup, CMyRecGrpCard, CMyCardGrpPopup, CMyCardCircuitPopup,
CMyRecCircuitCard CMyRecCircuitCard, CMyCardService
}, },
setup(props, { emit }) { setup(props, { emit }) {
const $q = useQuasar() const $q = useQuasar()
@@ -661,7 +662,7 @@ export default defineComponent({
for (const item of searchList.value) { for (const item of searchList.value) {
if (!item.notinsearch) { if (!item.notinsearch) {
if (item.value && item.value !== -100) { if (item.value && item.value !== -100) {
console.log(item.label, item.value) // console.log(item.label, item.value)
numfilter++ numfilter++
} }
} }

View File

@@ -1090,6 +1090,7 @@
@hide="hidewindow" @hide="hidewindow"
:maximized="$q.screen.lt.sm" :maximized="$q.screen.lt.sm"
> >
<CMyCardGrpPopup <CMyCardGrpPopup
v-if="mytable === toolsext.TABMYGROUPS" v-if="mytable === toolsext.TABMYGROUPS"
:table="mytable" :table="mytable"
@@ -1102,18 +1103,9 @@
:prop_myrec="myrecdialog" :prop_myrec="myrecdialog"
> >
</CMyCardCircuitPopup> </CMyCardCircuitPopup>
<<<<<<< HEAD <CMyCardService v-else-if="shared_consts.TABLES_FAVORITE_BOOKMARK.includes(mytable)"
=======
<CMyCardService v-else-if="mytable === 'myskills'"
:table="mytable" :prop_myrec="myrecdialog"> :table="mytable" :prop_myrec="myrecdialog">
</CMyCardService> </CMyCardService>
<CMyCardService v-else-if="mytable === 'mygoods'"
:table="mytable" :prop_myrec="myrecdialog">
</CMyCardService>
<CMyCardService v-else-if="mytable === 'myhosps'"
:table="mytable" :prop_myrec="myrecdialog">
</CMyCardService>
>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1)
<CMyCardPopup v-else :table="mytable" :prop_myrec="myrecdialog"> <CMyCardPopup v-else :table="mytable" :prop_myrec="myrecdialog">
</CMyCardPopup> </CMyCardPopup>
</q-dialog> </q-dialog>

View File

@@ -91,30 +91,15 @@
myclass="myshad" myclass="myshad"
:canopen="true" :canopen="true"
> >
<<<<<<< HEAD
<div v-for="(card, ind) of mycards" :key="ind" :name="card.table">
<q-card class="q-my-md">
<div v-if="card.table === 'mygroups'">
<q-list>
<span
v-for="(grp, index) in listgroupsfiltered"
:key="index"
class="q-my-sm q-mx-none"
clickable
>
<CMyGroup
:mygrp="grp"
:visu="costanti.USER_GROUPS"
=======
<q-tabs <q-tabs
v-model="mytab" v-model="mytab"
inline-label inline-label
dense dense
class="text-black shadow-2" class="shadow-2"
> >
<q-tab name="my" icon="far fa-user" /> <q-tab name="my" icon="far fa-user" />
<q-tab name="favorite" icon="far fa-heart" /> <q-tab name="favorite" icon="favorite" content-class="text-red" />
<q-tab name="bookmark" icon="far fa-bookmark" /> <q-tab name="bookmark" icon="bookmark" content-class="text-teal" />
</q-tabs> </q-tabs>
<q-tab-panels <q-tab-panels
@@ -173,43 +158,55 @@
:filtercustom="filtroutente" :filtercustom="filtroutente"
:butt_modif_new="isMyRecord(myuser.username)" :butt_modif_new="isMyRecord(myuser.username)"
:visuinpage="true" :visuinpage="true"
>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1)
:noaut="true" :noaut="true"
> :title="card.title"
</CMyGroup> />
</span> </div>
</q-list> </q-card>
</div> </div>
<div v-else-if="card.table === 'circuits'"> </q-tab-panel>
<div class="text-h6">{{ card.title }}</div> <q-tab-panel name="favorite">
<q-list> <div
<span v-for="(card, ind) of mycards"
v-for="(circuit, index) in listcircuitsfiltered" :key="ind"
:key="index" :name="card.table"
class="q-my-sm q-mx-none" >
clickable <q-card class="q-my-md">
>
<CMyCircuit <div v-if="card.showfavorite && filtrofavorite(card.table)">
:mycircuit="circuit" <CSkill
:visu="costanti.USER_CIRCUITS" :table="card.table"
:filtercustom="filtrofavorite(card.table)"
:butt_modif_new="false"
:visuinpage="true"
:noaut="false"
:title="card.title"
/>
</div>
</q-card>
</div>
</q-tab-panel>
<q-tab-panel name="bookmark">
<div
v-for="(card, ind) of mycards"
:key="ind"
:name="card.table"
>
<q-card class="q-my-md">
<div v-if="card.showfavorite && filtrobookmark(card.table)">
<CSkill
:table="card.table"
:filtercustom="filtrobookmark(card.table)"
:butt_modif_new="isMyRecord(myuser.username)"
:visuinpage="true"
:noaut="true" :noaut="true"
> :title="card.title"
</CMyCircuit> />
</span> </div>
</q-list> </q-card>
</div> </div>
<div v-else> </q-tab-panel>
<CSkill </q-tab-panels>
:table="card.table"
:filtercustom="filtroutente"
:butt_modif_new="isMyRecord(myuser.username)"
:visuinpage="true"
:noaut="true"
:title="card.title"
/>
</div>
</q-card>
</div>
</CTitleBanner> </CTitleBanner>
</div> </div>
</div> </div>

View File

@@ -34,9 +34,9 @@ export default defineComponent({
default: null, default: null,
}, },
idRec: { idRec: {
type: Number, type: String,
required: false, required: false,
default: 0 default: ''
}, },
nopopup: { nopopup: {
type: Boolean, type: Boolean,
@@ -66,7 +66,7 @@ export default defineComponent({
function load() { function load() {
// Carica il profilo di quest'utente // Carica il profilo di quest'utente
if (props.idRec > 0) { if (props.idRec) {
userStore.loadGeneric(props.table, props.idRec, idnotif.value).then((ris) => { userStore.loadGeneric(props.table, props.idRec, idnotif.value).then((ris) => {
myrec.value = ris myrec.value = ris
notifStore.setAsRead(idnotif.value) notifStore.setAsRead(idnotif.value)

View File

@@ -1,6 +1,6 @@
<template> <template>
<q-card class="dialog_card q-mb-lg" v-if="myrec._id"> <q-card class="dialog_card q-mb-lg" v-if="myrec && myrec._id">
<q-footer <q-footer
v-if="!nopopup" v-if="!nopopup"

View File

@@ -0,0 +1,127 @@
.profile {
width: 100%;
margin: 0 auto;
max-width: 450px;
}
.myrow{
display: flex;
@media (max-width: 600px) {
flex-flow: column;
}
}
.qualifica{
border: solid 2px #4198ef;
border-radius: 1rem;
padding: 5px;
}
.text-bacheca{
margin: 10px;
border: solid 2px #4198ef;
border-radius: 1rem;
padding: 10px;
}
.note-bacheca{
border: solid 2px #C10015;
border-radius: 1rem;
padding: 10px;
}
.img {
margin-left: auto;
margin-right: auto;
max-height: 500px;
max-width: 350px;
@media (max-width: 500px) {
max-height: 500px;
max-width: 400px;
}
}
$graytext: #555;
.cal {
color: black;
font-size: 1rem;
font-weight: 400;
line-height: 1.25rem;
letter-spacing: 0.03333em;
&__title {
color: white;
font-weight: 700;
font-size: 1rem;
padding-bottom: 10px;
}
&__details {
color: black;
}
&__hours {
color: blue;
&-title {
color: $graytext;
}
&-content {
font-weight: 400;
}
}
&__where {
margin-top: 5px;
color: blue;
&-title {
color: $graytext;
}
&-content {
color: darkblue !important;
}
}
&__when {
margin-top: 5px;
color: blue;
&-title {
color: $graytext;
}
&-content {
color: darkblue !important;;
}
}
&__teacher {
margin-top: 5px;
&-title {
color: $graytext;
}
&-content {
color: darkblue !important;;
}
}
&__quota {
margin-top: 5px;
&-title {
color: $graytext;
}
&-content {
}
}
&__img {
width: 100px;
height: 100px;
padding: 10px;
}
}

View File

@@ -14,9 +14,9 @@
<q-btn <q-btn
flat flat
round round
:color="userStore.isFavorite(myrec._id, table) ? 'red' : ''" color="red"
icon="favorite" :icon="userStore.isFavorite(myrec._id, table) ? 'favorite' : 'far fa-heart'"
@click="clicca(costanti.TIPOFAVBOOK.FAVORITE, true)" @click="clicca(costanti.TIPOFAVBOOK.FAVORITE, true, '')"
> >
<q-badge <q-badge
v-if="myrec.myfav" v-if="myrec.myfav"
@@ -31,9 +31,9 @@
<q-btn <q-btn
flat flat
round round
:color="userStore.isBookmarked(myrec._id, table) ? 'teal' : ''" color="teal"
icon="bookmark" :icon="userStore.isBookmarked(myrec._id, table) ? 'bookmark' : 'far fa-bookmark'"
@click="clicca(costanti.TIPOFAVBOOK.BOOKMARK, true)" @click="clicca(costanti.TIPOFAVBOOK.BOOKMARK, true, '')"
> >
<q-badge <q-badge
v-if="myrec.mybook" v-if="myrec.mybook"
@@ -56,7 +56,19 @@
<div> <div>
<q-btn flat round icon="fas fa-ellipsis-h"> <q-btn flat round icon="fas fa-ellipsis-h">
<q-menu> <q-menu>
<q-list v-if="true" style="min-width: 150px"> <q-list v-if="true" style="min-width: 200px">
<q-item
v-if="myrec.profile.username_telegram"
clickable
v-close-popup
>
<q-item-section avatar>
<q-icon color="blue" name="far fa-comment" />
</q-item-section>
<q-item-section>
<a :href="tools.getHttpForTelegram(myrec.profile.username_telegram)" target="_blank">{{ $t('dialog.contact') }} - {{tools.getNomeUtenteByRecUser(myrec)}}</a>
</q-item-section>
</q-item>
<q-item <q-item
v-if="!nopopup" v-if="!nopopup"
clickable clickable
@@ -78,7 +90,7 @@
clicca( clicca(
costanti.TIPOFAVBOOK.FAVORITE, costanti.TIPOFAVBOOK.FAVORITE,
false, false,
$t('cmd.favorite') $t('cmd.favorite', {num: myrec.myfav ? myrec.myfav.length : 0})
) )
" "
> >
@@ -86,7 +98,7 @@
<q-icon color="red" name="favorite" /> <q-icon color="red" name="favorite" />
</q-item-section> </q-item-section>
<q-item-section> <q-item-section>
{{ $t('cmd.favorite') }} {{ $t('cmd.favorite', {num: myrec.myfav ? myrec.myfav.length : 0}) }}
</q-item-section> </q-item-section>
</q-item> </q-item>
<q-item <q-item
@@ -96,7 +108,7 @@
clicca( clicca(
costanti.TIPOFAVBOOK.BOOKMARK, costanti.TIPOFAVBOOK.BOOKMARK,
false, false,
$t('cmd.bookmark') $t('cmd.bookmark', {num: myrec.mybook ? myrec.mybook.length : 0})
) )
" "
> >
@@ -104,7 +116,7 @@
<q-icon color="teal" name="bookmark" /> <q-icon color="teal" name="bookmark" />
</q-item-section> </q-item-section>
<q-item-section> <q-item-section>
{{ $t('cmd.bookmark') }} {{ $t('cmd.bookmark', {num: myrec.mybook ? myrec.mybook.length : 0}) }}
</q-item-section> </q-item-section>
</q-item> </q-item>
</q-list> </q-list>
@@ -142,6 +154,29 @@
</q-item-section> </q-item-section>
</q-item> </q-item>
<q-item v-if="myrec.dateTimeStart">
<q-item-section avatar>
<q-icon color="green" name="far fa-calendar-alt" />
</q-item-section>
<q-item-section>
<q-item-label>
<span>{{tools.getstrDateMonthTimeLong(myrec.dateTimeStart)}}</span>
</q-item-label>
</q-item-section>
</q-item>
<q-item v-if="myrec.dateTimeEnd">
<q-item-section avatar>
<q-icon color="red" name="far fa-calendar-alt" />
</q-item-section>
<q-item-section>
<q-item-label>
<span>{{tools.getstrDateMonthTimeLong(myrec.dateTimeEnd)}}</span>
</q-item-label>
</q-item-section>
</q-item>
<q-item v-if="getSectorByRec(myrec)"> <q-item v-if="getSectorByRec(myrec)">
<q-item-section avatar> <q-item-section avatar>
<q-icon color="blue" name="category" /> <q-icon color="blue" name="category" />
@@ -371,7 +406,7 @@
</q-card-actions> </q-card-actions>
</q-card> </q-card>
<div <div
v-if="!$q.screen.gt.sm || !nopopup" v-if="!$q.screen.gt.sm && !nopopup"
class="row absolute-bottom text-shadow custom-caption q-px-md buttons_bottom" class="row absolute-bottom text-shadow custom-caption q-px-md buttons_bottom"
> >
<q-btn <q-btn

View File

@@ -0,0 +1 @@
export { default as CMyCardService } from './CMyCardService.vue'

View File

@@ -88,7 +88,7 @@ export default defineComponent({
}) })
function load() { function load() {
console.log('load', mypathin.value) // console.log('load', mypathin.value)
if (mypathin.value !== '') { if (mypathin.value !== '') {
globalStore.loadPage('/' + mypathin.value, 'cmypageelem').then(ris => { globalStore.loadPage('/' + mypathin.value, 'cmypageelem').then(ris => {
@@ -102,7 +102,7 @@ export default defineComponent({
} }
watch(() => props.mypath, (to: string, from: string) => { watch(() => props.mypath, (to: string, from: string) => {
console.log('... load', mypathin.value, props.mypath) // console.log('... load', mypathin.value, props.mypath)
selElem.value = {} selElem.value = {}
load() load()
}) })
@@ -116,7 +116,7 @@ export default defineComponent({
}) })
function selElemClick(myelem: IMyElem) { function selElemClick(myelem: IMyElem) {
console.log('mypageelem selElemClick', myelem) // console.log('mypageelem selElemClick', myelem)
selElem.value = {} selElem.value = {}
selElem.value = myelem selElem.value = myelem
visuEditor.value = !!myelem visuEditor.value = !!myelem

View File

@@ -13,7 +13,7 @@
:optlab="fieldsTable.getLabelByTable(jointable)" :optlab="fieldsTable.getLabelByTable(jointable)"
:options="globalStore.getTableJoinByName(jointable, false, false, '')" :options="globalStore.getTableJoinByName(jointable, false, false, '')"
:useinput="false" :useinput="false"
:dark="true" :dark="$q.dark.isActive"
@update:value="changevalRec" @update:value="changevalRec"
> >
</CMySelect> </CMySelect>

View File

@@ -43,6 +43,7 @@
<q-item-label v-if="labelFooter" lines="1" <q-item-label v-if="labelFooter" lines="1"
><em>{{ labelFooter }}</em></q-item-label ><em>{{ labelFooter }}</em></q-item-label
> >
<span v-if="contact.profile.resid_province" class="show_province_title">Prov: <span class="show_province">{{ contact.profile.resid_province }}</span></span>
<q-item-label v-if="contact.account" caption lines="2"> <q-item-label v-if="contact.account" caption lines="2">
<CSaldo <CSaldo
:small="true" :small="true"

View File

@@ -24,7 +24,7 @@
label="Circuito" label="Circuito"
> >
</q-select> </q-select>
<div v-else>{{ circuitname }}</div> <div v-else>Circuito: {{ circuitname }}</div>
<q-banner <q-banner
rounded rounded

View File

@@ -114,6 +114,7 @@ export default defineComponent({
myskill: 1, myskill: 1,
idStatusSkill: 1, idStatusSkill: 1,
idContribType: 1, idContribType: 1,
'profile.username_telegram': 1,
idCity: 1, idCity: 1,
pub_to_share: 1, pub_to_share: 1,
numLevel: 1, numLevel: 1,
@@ -135,6 +136,7 @@ export default defineComponent({
'profile.img': 1, 'profile.img': 1,
'profile.mygroups': 1, 'profile.mygroups': 1,
'profile.qualifica': 1, 'profile.qualifica': 1,
'profile.resid_province': 1,
reported: 1, reported: 1,
} }
}, },
@@ -152,6 +154,7 @@ export default defineComponent({
myskill: 1, myskill: 1,
idStatusSkill: 1, idStatusSkill: 1,
idContribType: 1, idContribType: 1,
'profile.username_telegram': 1,
idCity: 1, idCity: 1,
pub_to_share: 1, pub_to_share: 1,
numLevel: 1, numLevel: 1,
@@ -173,6 +176,7 @@ export default defineComponent({
'profile.img': 1, 'profile.img': 1,
'profile.mygroups': 1, 'profile.mygroups': 1,
'profile.qualifica': 1, 'profile.qualifica': 1,
'profile.resid_province': 1,
reported: 1, reported: 1,
} }
}, },
@@ -190,6 +194,7 @@ export default defineComponent({
myskill: 1, myskill: 1,
idStatusSkill: 1, idStatusSkill: 1,
idContribType: 1, idContribType: 1,
'profile.username_telegram': 1,
idCity: 1, idCity: 1,
pub_to_share: 1, pub_to_share: 1,
numLevel: 1, numLevel: 1,
@@ -210,6 +215,7 @@ export default defineComponent({
'profile.img': 1, 'profile.img': 1,
'profile.mygroups': 1, 'profile.mygroups': 1,
'profile.qualifica': 1, 'profile.qualifica': 1,
'profile.resid_province': 1,
reported: 1, reported: 1,
} }
}, },
@@ -252,6 +258,7 @@ export default defineComponent({
myskill: 1, myskill: 1,
idStatusSkill: 1, idStatusSkill: 1,
idContribType: 1, idContribType: 1,
'profile.username_telegram': 1,
idCity: 1, idCity: 1,
pub_to_share: 1, pub_to_share: 1,
numLevel: 1, numLevel: 1,
@@ -272,6 +279,7 @@ export default defineComponent({
'profile.img': 1, 'profile.img': 1,
'profile.mygroups': 1, 'profile.mygroups': 1,
'profile.qualifica': 1, 'profile.qualifica': 1,
'profile.resid_province': 1,
reported: 1, reported: 1,
} }
}, },
@@ -291,6 +299,7 @@ export default defineComponent({
myskill: 1, myskill: 1,
idStatusSkill: 1, idStatusSkill: 1,
idContribType: 1, idContribType: 1,
'profile.username_telegram': 1,
idCity: 1, idCity: 1,
pub_to_share: 1, pub_to_share: 1,
numLevel: 1, numLevel: 1,
@@ -311,6 +320,7 @@ export default defineComponent({
'profile.img': 1, 'profile.img': 1,
'profile.mygroups': 1, 'profile.mygroups': 1,
'profile.qualifica': 1, 'profile.qualifica': 1,
'profile.resid_province': 1,
reported: 1, reported: 1,
} }
}, },
@@ -330,6 +340,7 @@ export default defineComponent({
myskill: 1, myskill: 1,
idStatusSkill: 1, idStatusSkill: 1,
idContribType: 1, idContribType: 1,
'profile.username_telegram': 1,
idCity: 1, idCity: 1,
pub_to_share: 1, pub_to_share: 1,
numLevel: 1, numLevel: 1,
@@ -351,6 +362,7 @@ export default defineComponent({
'profile.img': 1, 'profile.img': 1,
'profile.mygroups': 1, 'profile.mygroups': 1,
'profile.qualifica': 1, 'profile.qualifica': 1,
'profile.resid_province': 1,
} }
}, },
lookup4: { lookup4: {

View File

@@ -679,6 +679,18 @@ h3 {
border: #666cf6 solid 5px; border: #666cf6 solid 5px;
} }
.clBorderService {
border-radius: 16px;
font-size: 1rem;
padding: 6px;
}
.clBorderUser {
border-radius: 16px;
font-size: 1rem;
margin-top: 2px;
padding: 0px !important;
}
.clBorderTutor { .clBorderTutor {
border-radius: 16px; border-radius: 16px;
border: #f634b5 solid 2px; border: #f634b5 solid 2px;
@@ -1570,17 +1582,14 @@ h3 {
max-width: 100%; max-width: 100%;
height: auto; height: auto;
} }
<<<<<<< HEAD
=======
.show_province_title { .show_province_title{
font-size: 0.85rem; font-size: 0.85rem;
font-style: italic; font-style: italic;
text-align: right; text-align: right;
color: #A0A0A0; color:#A0A0A0;
} }
.show_province{
.show_province {
font-size: 0.85rem; font-size: 0.85rem;
font-style: italic; font-style: italic;
text-align: right; text-align: right;
@@ -1619,4 +1628,21 @@ h3 {
color: grey; color: grey;
font-size: 0.8rem; font-size: 0.8rem;
} }
>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1)
.butt_rounded{
border-radius: 12px;
}
.body--light {
.butt_rounded{
background-color: rgb(234, 241, 244);
}
}.body--dark {
.butt_rounded{
background-color: black;
}
}
.q-mx-xxs {
margin-left: 2px;
}

View File

@@ -69,6 +69,7 @@ export interface IContribtype {
_id: any _id: any
label: string label: string
showprice: boolean showprice: boolean
color: string
} }
export interface ILabelValue { export interface ILabelValue {

View File

@@ -955,7 +955,7 @@ export interface IProvince {
} }
export interface IMySkill extends IMyMain { export interface IMySkill extends IMyMain {
_id: number _id: string
idSector: number idSector: number
idSkill: number idSkill: number
// idSubSkill: number[] // idSubSkill: number[]
@@ -980,7 +980,7 @@ export interface IMyMain {
} }
export interface IMyGoods extends IMyMain { export interface IMyGoods extends IMyMain {
_id: number _id: string
idSector: number idSector: number
idSkill: number idSkill: number
idShipping: number[] idShipping: number[]
@@ -1000,7 +1000,7 @@ export interface IMyGoods extends IMyMain {
} }
export interface IMyBacheca extends IMyMain { export interface IMyBacheca extends IMyMain {
_id: number _id: string
idSector: number idSector: number
idSkill: number idSkill: number
// idSubSkill: number[] // idSubSkill: number[]
@@ -1027,7 +1027,7 @@ export interface IAccomodation {
} }
export interface IMyHosp extends IMyMain { export interface IMyHosp extends IMyMain {
_id: number _id: string
visibile: boolean visibile: boolean
typeHosp: number typeHosp: number
numMaxPeopleHosp: number numMaxPeopleHosp: number

View File

@@ -57,6 +57,16 @@ export interface IUserNotifType {
value: number value: number
} }
export interface IBookmark {
id: string
tab: number
}
export interface IFavorite {
id: string
tab: number
}
export interface IUserProfile { export interface IUserProfile {
img?: string img?: string
@@ -117,6 +127,8 @@ export interface IUserProfile {
noNameSurname: boolean noNameSurname: boolean
noCircuit: boolean noCircuit: boolean
noFoto: boolean noFoto: boolean
bookmark: IBookmark[]
favorite: IFavorite[]
// in memory // in memory
asked_friends: any[] asked_friends: any[]

View File

@@ -193,6 +193,7 @@ const msg_it = {
indietro: 'Indietro', indietro: 'Indietro',
finish: 'Fine', finish: 'Fine',
sendmsg: 'Invia Messaggio', sendmsg: 'Invia Messaggio',
contact: 'Messaggia',
sendonlymsg: 'Invia solo un Msg', sendonlymsg: 'Invia solo un Msg',
msg: { msg: {
titledeleteTask: 'Elimina Task', titledeleteTask: 'Elimina Task',
@@ -1199,7 +1200,6 @@ const msg_it = {
lista_ricev_title: 'Questa è la lista degli Utenti che hanno cliccato su "Ricevi RIS" nelle ultime 8 ore', lista_ricev_title: 'Questa è la lista degli Utenti che hanno cliccato su "Ricevi RIS" nelle ultime 8 ore',
info: 'Informazioni su questo Circuito', info: 'Informazioni su questo Circuito',
aggiuntive: 'Il Circuito è una una rete di individui, che fanno riferimento ad un territorio provinciale, nella quale ciascuno può offrire i propri talenti, competenze e produzioni (Beni, Servizi, Ospitalità, ecc.) e riceverne da altri, utilizzando anche i <strong>RIS</strong> come metodo di scambio, sulla base di <strong>relazioni di fiducia</strong>.', aggiuntive: 'Il Circuito è una una rete di individui, che fanno riferimento ad un territorio provinciale, nella quale ciascuno può offrire i propri talenti, competenze e produzioni (Beni, Servizi, Ospitalità, ecc.) e riceverne da altri, utilizzando anche i <strong>RIS</strong> come metodo di scambio, sulla base di <strong>relazioni di fiducia</strong>.',
collettivi_info: 'Il Conto Collettivo è affidato ad un gruppo di persone, attivo nel territorio provinciale, che lo utilizza per organizzare iniziative di interesse comune, nello spirito di Riso.',
name: 'Nome Circuito', name: 'Nome Circuito',
path: 'Nome Pagina', path: 'Nome Pagina',
subname: 'SottoNome', subname: 'SottoNome',
@@ -1482,8 +1482,6 @@ const msg_it = {
step_fine_title: 'Fine', step_fine_title: 'Fine',
step_fine: 'Hai completato l\'aggiornamento del tuo Profilo. Ricorda che potrai modificarlo, cliccando sulla prima icona in alto a destra 🙎🏻‍♂️ .', step_fine: 'Hai completato l\'aggiornamento del tuo Profilo. Ricorda che potrai modificarlo, cliccando sulla prima icona in alto a destra 🙎🏻‍♂️ .',
}, },
<<<<<<< HEAD
=======
cmd: { cmd: {
favorite_set: 'Aggiunto ai Preferiti', favorite_set: 'Aggiunto ai Preferiti',
@@ -1493,7 +1491,6 @@ const msg_it = {
favorite: 'Utenti Favoriti', favorite: 'Utenti Favoriti',
bookmark: 'Utenti Segnalibri', bookmark: 'Utenti Segnalibri',
}, },
>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1)
}, },
}; };

View File

@@ -88,6 +88,11 @@ export const useCalendarStore = defineStore('CalendarStore', {
const ctrec = mystate.contribtype.find((mycontr) => mycontr._id === id) const ctrec = mystate.contribtype.find((mycontr) => mycontr._id === id)
return (ctrec) ? ctrec.label : '' return (ctrec) ? ctrec.label : ''
},
getColByContribType: (mystate: ICalendarState) => (id: string) => {
const ctrec = mystate.contribtype.find((mycontr) => mycontr._id === id)
return (ctrec && ctrec.color) ? ctrec.color : 'green'
}, },
getContribtypeRecByLabel: (mystate: ICalendarState) => (label: string) => { getContribtypeRecByLabel: (mystate: ICalendarState) => (label: string) => {
const ctrec = mystate.contribtype.find((mycontr) => mycontr.label === label) const ctrec = mystate.contribtype.find((mycontr) => mycontr.label === label)

View File

@@ -17,6 +17,11 @@ export const costanti = {
CERCO: 2, CERCO: 2,
}, },
TIPOFAVBOOK: {
FAVORITE: 1,
BOOKMARK: 2,
},
ENABLE_FRIENDS: false, ENABLE_FRIENDS: false,
ENABLE_CONTI_COLLETTIVI: true, ENABLE_CONTI_COLLETTIVI: true,
@@ -105,6 +110,7 @@ export const costanti = {
table: 'mygoods', table: 'mygoods',
visuonstat: true, visuonstat: true,
small: false, small: false,
showfavorite: true,
}, },
{ {
visible: true, visible: true,
@@ -118,6 +124,7 @@ export const costanti = {
table: 'myskills', table: 'myskills',
visuonstat: true, visuonstat: true,
small: false, small: false,
showfavorite: true,
}, },
{ {
visible: true, visible: true,
@@ -133,6 +140,7 @@ export const costanti = {
small: false, small: false,
table: 'myhosps', table: 'myhosps',
visuonstat: true, visuonstat: true,
showfavorite: true,
}, },
{ {
visible: false, visible: false,
@@ -186,6 +194,7 @@ export const costanti = {
table: 'mybachecas', table: 'mybachecas',
visuonstat: true, visuonstat: true,
small: false, small: false,
showfavorite: true,
}, },
{ {
visible: false, visible: false,

View File

@@ -3177,6 +3177,17 @@ export const tools = {
return '' return ''
}, },
getstrDateMonthTimeLong(mytimestamp: Date | number | string | undefined) {
// console.log('getstrDate', mytimestamp)
if (mytimestamp) return date.formatDate(mytimestamp, 'DD MMM YY - HH:mm')
return ''
},
getstrDateMonthLong(mytimestamp: Date | number | string | undefined) {
// console.log('getstrDate', mytimestamp)
if (mytimestamp) return date.formatDate(mytimestamp, 'DD MMMM YYYY')
return ''
},
getstrDateMonthWeekTimeShort(mytimestamp: Date | number | string | undefined) { getstrDateMonthWeekTimeShort(mytimestamp: Date | number | string | undefined) {
// console.log('getstrDate', mytimestamp) // console.log('getstrDate', mytimestamp)
if (mytimestamp) return `${this.getDayOfWeek(mytimestamp)} ${date.formatDate(mytimestamp, 'DD MMM - HH:mm')}` if (mytimestamp) return `${this.getDayOfWeek(mytimestamp)} ${date.formatDate(mytimestamp, 'DD MMM - HH:mm')}`
@@ -6827,7 +6838,6 @@ export const tools = {
getdefaultnewrec_MySkill(): any { getdefaultnewrec_MySkill(): any {
return { return {
_id: 0,
idSector: tools.getSelectionByTable('sectors', 0, true), idSector: tools.getSelectionByTable('sectors', 0, true),
idSkill: tools.getSelectionByTable('skills', 0, true), idSkill: tools.getSelectionByTable('skills', 0, true),
idStatusSkill: tools.getSelectionByTable('statusSkills', [1]), idStatusSkill: tools.getSelectionByTable('statusSkills', [1]),
@@ -6846,8 +6856,6 @@ export const tools = {
getdefaultnewrec_MyGoods(): any { getdefaultnewrec_MyGoods(): any {
return { return {
_id: 0,
// idSectorGood: 0, // idSectorGood: 0,
// idGood: 0, // idGood: 0,
// idStatusSkill: [], // idStatusSkill: [],
@@ -6877,7 +6885,6 @@ export const tools = {
getdefaultnewrec_MyGroup(): any { getdefaultnewrec_MyGroup(): any {
return { return {
_id: 0,
groupname: '', groupname: '',
photos: [], photos: [],
visibility: 0, visibility: 0,
@@ -6912,7 +6919,6 @@ export const tools = {
getdefaultnewrec_MyBacheca(): any { getdefaultnewrec_MyBacheca(): any {
return { return {
_id: 0,
idSector: tools.getSelectionByTable('sectors', 0, true), idSector: tools.getSelectionByTable('sectors', 0, true),
idSkill: tools.getSelectionByTable('skills', 0, true), idSkill: tools.getSelectionByTable('skills', 0, true),
idStatusSkill: tools.getSelectionByTable('statusSkills', []), idStatusSkill: tools.getSelectionByTable('statusSkills', []),
@@ -6935,12 +6941,12 @@ export const tools = {
getdefaultnewrec_MyHosp(): any { getdefaultnewrec_MyHosp(): any {
return { return {
visibile: true, visibile: true,
_id: 0,
typeHosp: tools.getSelectionByTable(toolsext.TABTYPEHOSP, 2), typeHosp: tools.getSelectionByTable(toolsext.TABTYPEHOSP, 2),
idContribType: tools.getSelectionByTable('contribtypes', []), idContribType: tools.getSelectionByTable('contribtypes', []),
idCity: this.getCitySel(), idCity: this.getCitySel(),
pub_to_share: tools.getSelectionByTable('pub_to_share', shared_consts.PUBTOSHARE.ALL, true), pub_to_share: tools.getSelectionByTable('pub_to_share', shared_consts.PUBTOSHARE.ALL, true),
photos: [], photos: [],
accomodation: [],
descr: '', descr: '',
note: '', note: '',
website: '', website: '',
@@ -7749,6 +7755,18 @@ export const tools = {
getPagination(table: string): IPagination { getPagination(table: string): IPagination {
return { sortBy: 'desc', descending: true, page: 1, rowsNumber: 0, rowsPerPage: 10 } return { sortBy: 'desc', descending: true, page: 1, rowsNumber: 0, rowsPerPage: 10 }
},
getNumTabByTable(table: string) {
return shared_consts.MYTABS.findIndex((rec: any) => rec.table === table)
},
removeItemOnce(arr: any, value: any) {
const index = arr.indexOf(value)
if (index > -1) {
arr.splice(index, 1)
}
return arr;
} }
// FINE ! // FINE !

View File

@@ -35,12 +35,17 @@ import { Router } from 'vue-router'
import { useProjectStore } from '@store/Projects' import { useProjectStore } from '@store/Projects'
import { shared_consts } from '@/common/shared_vuejs' import { shared_consts } from '@/common/shared_vuejs'
import { costanti } from '@costanti' import { costanti } from '@costanti'
import { IGroupShort, IMyGroup, IUserAdmins } from '@model/UserStore' import { IBookmark, IGroupShort, IMyGroup, IUserAdmins } from '@model/UserStore'
import globalroutines from '../globalroutines/index' import globalroutines from '../globalroutines/index'
import { useNotifStore } from '@store/NotifStore' import { useNotifStore } from '@store/NotifStore'
import { useCircuitStore } from './CircuitStore' import { useCircuitStore } from './CircuitStore'
export const CMD_USER = {
SET_FAVORITE: 1,
SET_BOOKMARK: 2,
}
export const DefaultUser: IUserFields = { export const DefaultUser: IUserFields = {
_id: '', _id: '',
email: '', email: '',
@@ -76,6 +81,8 @@ export const DefaultUser: IUserFields = {
asked_groups: [], asked_groups: [],
refused_groups: [], refused_groups: [],
notifs: [], notifs: [],
bookmark: [],
favorite: [],
notif_idCities: [], notif_idCities: [],
notif_provinces: [], notif_provinces: [],
notif_regions: [], notif_regions: [],
@@ -141,6 +148,8 @@ export const DefaultProfile: IUserProfile = {
asked_groups: [], asked_groups: [],
refused_groups: [], refused_groups: [],
notifs: [], notifs: [],
bookmark: [],
favorite: [],
notif_idCities: [], notif_idCities: [],
notif_provinces: [], notif_provinces: [],
notif_regions: [], notif_regions: [],
@@ -236,7 +245,7 @@ export const useUserStore = defineStore('UserStore', {
return { sortBy: 'name,username', descending: '1,1', page: 1, rowsNumber: 0, rowsPerPage: 10 } return { sortBy: 'name,username', descending: '1,1', page: 1, rowsNumber: 0, rowsPerPage: 10 }
}, },
getSortFieldsAvailable(): any[] { getSortFieldsAvailable(): any[] {
return [{ label: 'Username', value: {'username': 1, 'name': 1} }, { label: 'Nome', value: {'name': 1, 'username': 1} }, { label: 'Ultimi reg.', value: {'date_reg': -1, 'username': 1} }] return [{ label: 'Username', value: { 'username': 1, 'name': 1 } }, { label: 'Nome', value: { 'name': 1, 'username': 1 } }, { label: 'Ultimi reg.', value: { 'date_reg': -1, 'username': 1 } }]
}, },
IsMyFriendByUsername(username: string): boolean { IsMyFriendByUsername(username: string): boolean {
@@ -865,7 +874,7 @@ export const useUserStore = defineStore('UserStore', {
value: step, value: step,
} }
this.my.profile.stepTutorial = step this.my.profile.stepTutorial = step
const ris = await this.execDbOpUser({mydata}) const ris = await this.execDbOpUser({ mydata })
return ris return ris
}, },
@@ -877,7 +886,7 @@ export const useUserStore = defineStore('UserStore', {
} }
if (this.my.profile.noNameSurname !== val) { if (this.my.profile.noNameSurname !== val) {
this.my.profile.noNameSurname = val this.my.profile.noNameSurname = val
return await this.execDbOpUser({mydata}) return await this.execDbOpUser({ mydata })
} }
}, },
async savenoCircuit(val: boolean) { async savenoCircuit(val: boolean) {
@@ -888,7 +897,7 @@ export const useUserStore = defineStore('UserStore', {
} }
if (this.my.profile.noCircuit !== val) { if (this.my.profile.noCircuit !== val) {
this.my.profile.noCircuit = val this.my.profile.noCircuit = val
return await this.execDbOpUser({mydata}) return await this.execDbOpUser({ mydata })
} }
}, },
async savenoFoto(val: boolean) { async savenoFoto(val: boolean) {
@@ -899,7 +908,7 @@ export const useUserStore = defineStore('UserStore', {
} }
if (this.my.profile.noFoto !== val) { if (this.my.profile.noFoto !== val) {
this.my.profile.noFoto = val this.my.profile.noFoto = val
return await this.execDbOpUser({mydata}) return await this.execDbOpUser({ mydata })
} }
}, },
@@ -1472,7 +1481,7 @@ export const useUserStore = defineStore('UserStore', {
}, },
async loadGeneric(table: string, id: number, idnotif: string) { async loadGeneric(table: string, id: any, idnotif: string) {
const data = { const data = {
table, table,
id, id,
@@ -1629,6 +1638,59 @@ export const useUserStore = defineStore('UserStore', {
return {} return {}
}) })
} },
async setFavorite($q: any, t: any, id: any, table: string) {
let value = {}
const tab = tools.getNumTabByTable(table)
return await Api.SendReq('/users/cmd', 'POST', { cmd: CMD_USER.SET_FAVORITE, id, tab, value })
.then((res) => {
if (res && res.data.state === 1) {
this.my.profile.favorite.push({ id, tab })
tools.showPositiveNotif($q, t('cmd.favorite_set'))
} else if (res && res.data.state === -1) {
this.my.profile.favorite = tools.removeItemOnce(this.my.profile.favorite, { id, tab })
tools.showPositiveNotif($q, t('db.favorite_unset'))
}
}).catch((error) => {
tools.showNegativeNotif($q, t('db.recfailed'))
return {}
})
},
isBookmarked(id: string, table: string) {
const tab = tools.getNumTabByTable(table)
const mybookmark = this.my.profile.bookmark.find((rec: IBookmark) => ((rec.id === id) && (rec.tab === tab)))
return mybookmark
},
isFavorite(id: string, table: string) {
const tab = tools.getNumTabByTable(table)
const myfavorite = this.my.profile.favorite.find((rec: IBookmark) => ((rec.id === id) && (rec.tab === tab)))
return myfavorite
},
async setBookmark($q: any, t: any, id: any, table: string) {
let value = {}
const tab = tools.getNumTabByTable(table)
return await Api.SendReq('/users/cmd', 'POST', { cmd: CMD_USER.SET_BOOKMARK, id, tab, value })
.then((res) => {
if (res && res.data.state === 1) {
tools.showPositiveNotif($q, t('cmd.bookmark_set'))
} else if (res && res.data.state === -1) {
tools.showPositiveNotif($q, t('db.bookmark_unset'))
}
}).catch((error) => {
tools.showNegativeNotif($q, t('db.recfailed'))
return {}
})
},
}, },
}) })

View File

@@ -1025,7 +1025,7 @@ export const useGlobalStore = defineStore('GlobalStore', {
path = path.substring(1) path = path.substring(1)
const mypage = this.getPage(`/${path}`) const mypage = this.getPage(`/${path}`)
console.log('mypage', mypage) // console.log('mypage', mypage)
// Controlla se l'ho già caricato // Controlla se l'ho già caricato
if (!!mypage && (!!mypage.content || mypage.loadFirst || mypage.loaded)) { if (!!mypage && (!!mypage.content || mypage.loadFirst || mypage.loaded)) {

View File

@@ -316,13 +316,6 @@
EseguiFunz('ReplaceUsername', search_username, replace_username) EseguiFunz('ReplaceUsername', search_username, replace_username)
" "
></q-btn> ></q-btn>
<q-btn
label="Replace Circuit"
color="primary"
@click="
EseguiFunz('ReplaceCircuitName', search_username, replace_username)
"
></q-btn>
<br /> <br />
</div> </div>
<div class="row"> <div class="row">
@@ -335,16 +328,6 @@
></q-btn> ></q-btn>
<br /> <br />
</div> </div>
<div class="row">
<q-btn
label="Replace All Circuits with 'Circuito RIS nomeprovincia'"
color="primary"
@click="
EseguiFunz('ReplaceAllCircuits')
"
></q-btn>
<br />
</div>
<div class="row"> <div class="row">
<q-input <q-input
v-model="valmin" v-model="valmin"

View File

@@ -127,7 +127,9 @@
</CMyFieldDb> </CMyFieldDb>
<div class="myrow"> <div class="myrow">
<CMyFieldDb <CMyFieldDb
v-if="false"
:title="$t('reg.nationality')" :title="$t('reg.nationality')"
table="users" table="users"
tablesel="countries" tablesel="countries"

View File

@@ -330,6 +330,7 @@ export default defineComponent({
'profile.img': 1, 'profile.img': 1,
'profile.mycircuits': 1, 'profile.mycircuits': 1,
'profile.qualifica': 1, 'profile.qualifica': 1,
'profile.resid_province': 1,
'account._id': 1, 'account._id': 1,
'account.saldo': 1, 'account.saldo': 1,
'account.fidoConcesso': 1, 'account.fidoConcesso': 1,

View File

@@ -256,9 +256,6 @@
style="max-width: 500px" style="max-width: 500px"
v-if="tools.iCanShowCircuitsMember(circuit)" v-if="tools.iCanShowCircuitsMember(circuit)"
> >
<div class="text-h7 q-mb-sm">
<div v-html="$t('circuit.collettivi_info')"></div>
</div>
<q-tabs <q-tabs
v-show="tools.iAmAdminCircuit(circuit.name)" v-show="tools.iAmAdminCircuit(circuit.name)"
v-model="tabmembers" v-model="tabmembers"

View File

@@ -197,6 +197,7 @@ export default defineComponent({
'profile.img': 1, 'profile.img': 1,
'profile.mygroups': 1, 'profile.mygroups': 1,
'profile.qualifica': 1, 'profile.qualifica': 1,
'profile.resid_province': 1,
reported: 1, reported: 1,
date_report: 1, date_report: 1,
username_who_report: 1, username_who_report: 1,

View File

@@ -619,9 +619,7 @@
<div <div
v-if=" v-if="
userStore.userprofile && userStore.userprofile &&
userStore.userprofile._id && userStore.userprofile._id
(userStore.IsMyFriendByUsername(userStore.userprofile.username) ||
isMyRecord(userStore.userprofile.username))
" "
> >
<CTitleBanner <CTitleBanner
@@ -637,6 +635,13 @@
class="fit column no-wrap justify-evenly content-start" class="fit column no-wrap justify-evenly content-start"
> >
<div class="col-md-6 col-sm-6 q-ma-xs col-xs-12"> <div class="col-md-6 col-sm-6 q-ma-xs col-xs-12">
<CLabel
v-if="!!userStore.userprofile.profile.resid_province"
v-bind="$attrs"
:copy="false"
:value="globalStore.getProvinceByProv(userStore.userprofile.profile.resid_province)"
label="Provincia"
/>
<CDateTime <CDateTime
v-if=" v-if="
checkifShow('profile.dateofbirth') && checkifShow('profile.dateofbirth') &&
@@ -657,13 +662,6 @@
" "
label="Cellulare" label="Cellulare"
/> />
<CLabel
v-if="!!userStore.userprofile.profile.resid_province"
v-bind="$attrs"
:copy="true"
:value="globalStore.getProvinceByProv(userStore.userprofile.profile.resid_province)"
label="Provincia"
/>
<!-- <!--
<CMyFieldRec <CMyFieldRec

View File

@@ -37,7 +37,7 @@ export default defineComponent({
const table = ref(toolsext.TABMYSKILLS) const table = ref(toolsext.TABMYSKILLS)
const idSkill = computed(() => $route.params.idSkill ? $route.params.idSkill.toString() : 0) const idSkill = computed(() => $route.params.idSkill ? $route.params.idSkill.toString() : '')
const filtroutente = ref(<any[]>[]) const filtroutente = ref(<any[]>[])
const showPic = ref(false) const showPic = ref(false)
@@ -57,7 +57,7 @@ export default defineComponent({
function loadSkill() { function loadSkill() {
// Carica il profilo di quest'utente // Carica il profilo di quest'utente
if (idSkill.value) { if (idSkill.value) {
/*
userStore.loadSkill(idSkill.value).then((ris) => { userStore.loadSkill(idSkill.value).then((ris) => {
myskill.value = ris myskill.value = ris
if (ris.userId) { if (ris.userId) {
@@ -65,7 +65,7 @@ export default defineComponent({
} }
}) })
*/
} }
} }