- Accepted and Refused Group Entering

- Report a User
This commit is contained in:
paoloar77
2022-08-04 17:30:01 +02:00
parent 1144177168
commit 66ee007e92
22 changed files with 378 additions and 341 deletions

17
grp.js
View File

@@ -80,7 +80,8 @@ db.getCollection('mygoods').aggregate(
"mycities": 1,
"profile.img": 1,
"profile.mygroups": 1,
"profile.qualifica": 1
"profile.qualifica": 1,
reported: 1,
}
},
{
@@ -132,8 +133,9 @@ db.getCollection('mygoods').aggregate(
"comune": 1,
"mycities": 1,
"profile.img": 1,
reported: 1,
"profile.mygroups": 1,
"profile.qualifica": 1
"profile.qualifica": 1,
}
},
{
@@ -185,8 +187,10 @@ db.getCollection('mygoods').aggregate(
"comune": 1,
"mycities": 1,
"profile.img": 1,
reported: 1,
"profile.mygroups": 1,
"profile.qualifica": 1
"profile.qualifica": 1,
}
},
{
@@ -239,7 +243,8 @@ db.getCollection('mygoods').aggregate(
"mycities": 1,
"profile.img": 1,
"profile.mygroups": 1,
"profile.qualifica": 1
"profile.qualifica": 1,
reported: 1,
}
},
{
@@ -262,7 +267,7 @@ db.getCollection('mygoods').aggregate(
}
}
},
{
{
"pub_to_share": 1,
}
]
@@ -309,4 +314,4 @@ db.getCollection('mygoods').aggregate(
}
}
]
)
)