- aggiornata la grafica della Home di RISO
- Profilo Completition - Email Verificata - Invita un Amico (invio di email)
This commit is contained in:
6
src/populate/adtypegoods.js
Normal file
6
src/populate/adtypegoods.js
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
list: [
|
||||
{_id: 1, descr: '🟢 Offro'},
|
||||
{_id: 2, descr: '🔴 Cerco'},
|
||||
],
|
||||
};
|
||||
6
src/populate/adtypes.js
Normal file
6
src/populate/adtypes.js
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
list: [
|
||||
{_id: 1, descr: '🟢 Offro'},
|
||||
{_id: 2, descr: '🔴 Cerco'},
|
||||
],
|
||||
};
|
||||
12
src/populate/catais.js
Normal file
12
src/populate/catais.js
Normal file
@@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
list: [
|
||||
{
|
||||
_id: 1,
|
||||
descr: 'Pubblicare',
|
||||
},
|
||||
{
|
||||
_id: 2,
|
||||
descr: 'Matematica',
|
||||
},
|
||||
],
|
||||
};
|
||||
26
src/populate/catalogs.js
Normal file
26
src/populate/catalogs.js
Normal file
@@ -0,0 +1,26 @@
|
||||
const { ObjectId } = require('mongodb');
|
||||
|
||||
module.exports = {
|
||||
list: [
|
||||
/*{ _id: new ObjectId('605c72e2f9b1a019c1e4f4a1'), idapp: '18', title: 'Alimentazione Sana' },
|
||||
{ _id: new ObjectId('605c72e2f9b1a019c1e4f4a2'), idapp: '18', title: 'Attualità e Informazione Libera' },
|
||||
{ _id: new ObjectId('605c72e2f9b1a019c1e4f4a3'), idapp: '18', title: 'Psicologia e Crescita Personale' },
|
||||
{ _id: new ObjectId('605c72e2f9b1a019c1e4f4a4'), idapp: '18', title: 'Educazione e Formazione' },
|
||||
{ _id: new ObjectId('605c72e2f9b1a019c1e4f4a5'), idapp: '18', title: 'Bambini e Ragazzi Felici' },
|
||||
{ _id: new ObjectId('605c72e2f9b1a019c1e4f4a6'), idapp: '18', title: 'Salute e Benessere Naturali' },
|
||||
{ _id: new ObjectId('605c72e2f9b1a019c1e4f4a7'), idapp: '18', title: 'Nuove Scienze' },
|
||||
{ _id: new ObjectId('605c72e2f9b1a019c1e4f4a8'), idapp: '18', title: 'Spiritualità e Sciamanesimo' },
|
||||
{ _id: new ObjectId('605c72e2f9b1a019c1e4f4a9'), idapp: '18', title: 'Storia e Archeologia Segreta' },
|
||||
{ _id: new ObjectId('605c72e2f9b1a019c1e4f4aa'), idapp: '18', title: 'Autosufficienza, Autoproduzione e Vita Naturale' },
|
||||
{ _id: new ObjectId('605c72e2f9b1a019c1e4f4ab'), idapp: '18', title: 'Yoga' },
|
||||
{ _id: new ObjectId('605c72e2f9b1a019c1e4f4ac'), idapp: '18', title: 'Amici Animali' },
|
||||
{ _id: new ObjectId('605c72e2f9b1a019c1e4f4ad'), idapp: '18', title: 'Corpi Energetici' },
|
||||
{ _id: new ObjectId('605c72e2f9b1a019c1e4f4ae'), idapp: '18', title: 'Erbe, Alberi e Natura' },
|
||||
{ _id: new ObjectId('605c72e2f9b1a019c1e4f4af'), idapp: '18', title: 'Astrologia, Esoterismi e Numerologia' },
|
||||
{ _id: new ObjectId('605c72e2f9b1a019c1e4f4b0'), idapp: '18', title: 'Universo Femminile' },
|
||||
{ _id: new ObjectId('605c72e2f9b1a019c1e4f4b1'), idapp: '18', title: 'Sessualità e Relazione di coppia' },
|
||||
{ _id: new ObjectId('605c72e2f9b1a019c1e4f4b2'), idapp: '18', title: 'Tarocchi, Oracoli e Carte' },
|
||||
{ _id: new ObjectId('605c72e2f9b1a019c1e4f4b3'), idapp: '18', title: 'Techiche per il corpo' },
|
||||
*/
|
||||
],
|
||||
};
|
||||
106
src/populate/catgrps.js
Normal file
106
src/populate/catgrps.js
Normal file
@@ -0,0 +1,106 @@
|
||||
module.exports = {
|
||||
list: [
|
||||
{
|
||||
_id: 1,
|
||||
descr: 'Ospitalità ed accoglienza',
|
||||
color: '#00BCD4',
|
||||
icon: 'fa fa-bed'
|
||||
},
|
||||
{
|
||||
_id: 3,
|
||||
descr: 'Prodotti Alimentari',
|
||||
color: '#4CAF50',
|
||||
icon: 'fa fa-apple-alt'
|
||||
},
|
||||
{
|
||||
_id: 4,
|
||||
descr: 'Prodotti Artigianali e Artistici',
|
||||
color: '#9C27B0',
|
||||
icon: 'fa fa-paint-brush'
|
||||
},
|
||||
{
|
||||
_id: 5,
|
||||
descr: 'Servizi di Assistenza e Integrazione',
|
||||
color: '#2196F3',
|
||||
icon: 'fa fa-hands-helping'
|
||||
},
|
||||
{
|
||||
_id: 8,
|
||||
descr: 'Servizi Formativi ed Educativi',
|
||||
color: '#FFC107',
|
||||
icon: 'fa fa-book'
|
||||
},
|
||||
{
|
||||
_id: 12,
|
||||
descr: 'Tecnologia',
|
||||
color: '#607D8B',
|
||||
icon: 'fa fa-laptop'
|
||||
},
|
||||
{
|
||||
_id: 14,
|
||||
descr: 'Comunità ed Ecovillaggi',
|
||||
color: '#8BC34A',
|
||||
icon: 'fa fa-users'
|
||||
},
|
||||
{
|
||||
_id: 18,
|
||||
descr: 'Salute e Benessere',
|
||||
color: '#E91E63',
|
||||
icon: 'fa fa-heart'
|
||||
},
|
||||
{
|
||||
_id: 20,
|
||||
descr: 'Progetti Umanitari (Volontari)',
|
||||
color: '#F44336',
|
||||
icon: 'fa fa-hands'
|
||||
},
|
||||
{
|
||||
_id: 31,
|
||||
descr: 'Servizi per l\'Agricoltura, orto',
|
||||
color: '#009688',
|
||||
icon: 'fa fa-leaf'
|
||||
},
|
||||
{
|
||||
_id: 32,
|
||||
descr: 'Servizi di Distribuzione e Logistica',
|
||||
color: '#3F51B5',
|
||||
icon: 'fa fa-truck'
|
||||
},
|
||||
{
|
||||
_id: 33,
|
||||
descr: 'Servizi di Consulenza',
|
||||
color: '#CDDC39',
|
||||
icon: 'fa fa-briefcase'
|
||||
},
|
||||
{
|
||||
_id: 34,
|
||||
descr: 'Attività Ricreative e di Intrattenim.',
|
||||
color: '#FF5722',
|
||||
icon: 'fa fa-music'
|
||||
},
|
||||
{
|
||||
_id: 36,
|
||||
descr: 'Manutenzione e riparazioni',
|
||||
color: '#673AB7',
|
||||
icon: 'fa fa-wrench'
|
||||
},
|
||||
{
|
||||
_id: 37,
|
||||
descr: 'Cura della persona',
|
||||
color: '#FFEB3B',
|
||||
icon: 'fa fa-user'
|
||||
},
|
||||
{
|
||||
_id: 40,
|
||||
descr: 'Energia',
|
||||
color: '#03A9F4',
|
||||
icon: 'fa fa-bolt'
|
||||
},
|
||||
{
|
||||
_id: 41,
|
||||
descr: 'Servizi e prodotti per la casa',
|
||||
color: '#FF9800',
|
||||
icon: 'fa fa-home'
|
||||
},
|
||||
],
|
||||
};
|
||||
89313
src/populate/cities.js
Normal file
89313
src/populate/cities.js
Normal file
File diff suppressed because it is too large
Load Diff
3381
src/populate/cities_sardegna.js
Normal file
3381
src/populate/cities_sardegna.js
Normal file
File diff suppressed because it is too large
Load Diff
189
src/populate/contribtypes.js
Normal file
189
src/populate/contribtypes.js
Normal file
@@ -0,0 +1,189 @@
|
||||
const { ObjectId } = require('mongodb');
|
||||
|
||||
module.exports = {
|
||||
list: [
|
||||
{
|
||||
"_id": new ObjectId("615a353c002c8298f4495be7"),
|
||||
"idapp": "1",
|
||||
"label": "Dono",
|
||||
"__v": 0
|
||||
},
|
||||
|
||||
{
|
||||
"_id": new ObjectId("61bc466567de9a1f54b25494"),
|
||||
"idapp": "1",
|
||||
"label": "Offerta Libera",
|
||||
"__v": 0
|
||||
},
|
||||
|
||||
{
|
||||
"_id": new ObjectId("61bc454867de9a1f54b25462"),
|
||||
"idapp": "1",
|
||||
"label": "Baratto (scambio Beni o Servizi)",
|
||||
"__v": 0
|
||||
},
|
||||
{
|
||||
"_id": new ObjectId("61bc482667de9a1f54b2549c"),
|
||||
"idapp": "1",
|
||||
"label": "Scambio Lavoro",
|
||||
"__v": 0
|
||||
},
|
||||
{
|
||||
"_id": new ObjectId("61bc482667de9a1f54b2649c"),
|
||||
"idapp": "1",
|
||||
"label": "Monete Alternative",
|
||||
"__v": 0
|
||||
},
|
||||
{
|
||||
"_id": new ObjectId("61bc482667de9a1f54b3549e"),
|
||||
"idapp": "1",
|
||||
"label": "Euro",
|
||||
"__v": 0
|
||||
},
|
||||
{
|
||||
"_id": new ObjectId("615a353c002c8298f4495bf7"),
|
||||
"idapp": "12",
|
||||
"label": "Dono",
|
||||
"__v": 0
|
||||
},
|
||||
|
||||
{
|
||||
"_id": new ObjectId("61bc466567de9a1f54b254f4"),
|
||||
"idapp": "12",
|
||||
"label": "Offerta Libera",
|
||||
"__v": 0
|
||||
},
|
||||
|
||||
{
|
||||
"_id": new ObjectId("61bc454867de9a1f54b254f2"),
|
||||
"idapp": "12",
|
||||
"label": "Baratto",
|
||||
"__v": 0
|
||||
},
|
||||
{
|
||||
"_id": new ObjectId("61bc482667de9a1f54b25412"),
|
||||
"idapp": "12",
|
||||
"label": "Scambio Lavoro",
|
||||
"__v": 0
|
||||
},
|
||||
{
|
||||
"_id": new ObjectId("61bc482667de9a1f64b254ab"),
|
||||
"idapp": "12",
|
||||
"label": "Monete Alternative",
|
||||
"__v": 0
|
||||
},
|
||||
{
|
||||
"_id": new ObjectId("61bc482667de9a1f64b254fb"),
|
||||
"idapp": "12",
|
||||
"label": "Euro",
|
||||
"__v": 0
|
||||
},
|
||||
{
|
||||
"_id": new ObjectId("5dbc6b0801234f629f75e98d"),
|
||||
"idapp": "2",
|
||||
"__v": 0,
|
||||
"label": "Offerta Libera"
|
||||
},
|
||||
/* 2 */
|
||||
{
|
||||
"_id": new ObjectId("5dbc6b1001234f629f75e98e"),
|
||||
"idapp": "2",
|
||||
"__v": 0,
|
||||
"label": "Ingresso Gratuito"
|
||||
},
|
||||
|
||||
/* 3 */
|
||||
{
|
||||
"_id": new ObjectId("5dbc6b1801234f629f75e98f"),
|
||||
"idapp": "2",
|
||||
"__v": 0,
|
||||
"label": "Contributo",
|
||||
"showprice": true
|
||||
},
|
||||
|
||||
/* 4 */
|
||||
{
|
||||
"_id": new ObjectId("5dbc6b3001234f629f75e990"),
|
||||
"idapp": "2",
|
||||
"__v": 0
|
||||
},
|
||||
|
||||
{
|
||||
"_id": new ObjectId("602c315137d9f0738ded312f"),
|
||||
"idapp": "10",
|
||||
"__v": 0,
|
||||
"label": "Contributo",
|
||||
"showprice": true
|
||||
},
|
||||
|
||||
/* 7 */
|
||||
{
|
||||
"_id": new ObjectId("602c316037d9f0738ded3132"),
|
||||
"idapp": "10",
|
||||
"__v": 0,
|
||||
"label": "Gratuito"
|
||||
},
|
||||
|
||||
/* 8 */
|
||||
{
|
||||
"_id": new ObjectId("60514b3f733ce468d09366f2"),
|
||||
"idapp": "10",
|
||||
"__v": 0,
|
||||
"label": "Evento ONLINE Gratuito"
|
||||
},
|
||||
{
|
||||
"_id": new ObjectId("515a353c002c8298f4495bf7"),
|
||||
"idapp": "13",
|
||||
"label": "🎁 Dono",
|
||||
"__v": 0
|
||||
},
|
||||
{
|
||||
"_id": new ObjectId("51bc466567de9a1f54b254f4"),
|
||||
"idapp": "13",
|
||||
"label": "💸 Offerta Libera",
|
||||
"__v": 0
|
||||
},
|
||||
{
|
||||
"_id": new ObjectId("51bc454867de9a1f54b254f2"),
|
||||
"idapp": "13",
|
||||
"label": "🤝 Baratto",
|
||||
"__v": 0
|
||||
},
|
||||
{
|
||||
"_id": new ObjectId("51bc482667de9a1f54b25412"),
|
||||
"idapp": "13",
|
||||
"label": "💪 Scambio Lavoro",
|
||||
"__v": 0
|
||||
},
|
||||
{
|
||||
"_id": new ObjectId("51bc482667de9a1f64b254ab"),
|
||||
"idapp": "13",
|
||||
"label": "🪙 Monete Alternative",
|
||||
"__v": 0
|
||||
},
|
||||
{
|
||||
"_id": new ObjectId("51bc482667de9a1f64b254ac"),
|
||||
"idapp": "13",
|
||||
"label": "🍚 RIS",
|
||||
"__v": 0
|
||||
},
|
||||
{
|
||||
"_id": new ObjectId("51bc482667de9a1f64b254fb"),
|
||||
"idapp": "13",
|
||||
"label": "💶 Euro",
|
||||
"__v": 0
|
||||
},
|
||||
{
|
||||
"_id": new ObjectId("51bc482667de9a1f64b254ff"),
|
||||
"idapp": "13",
|
||||
"label": "₿ Bitcoin",
|
||||
"__v": 0
|
||||
},
|
||||
{
|
||||
"_id": new ObjectId("51bc482667de9a1f64b255ff"),
|
||||
"idapp": "13",
|
||||
"label": "⏳ Banca del Tempo",
|
||||
"__v": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
82
src/populate/goods.js
Normal file
82
src/populate/goods.js
Normal file
@@ -0,0 +1,82 @@
|
||||
module.exports = {
|
||||
list: [
|
||||
{ _id: 1, idSectorGood: [1], descr: 'Abbigliamento donna', icon: 'fas fa-tshirt', color: 'pink' },
|
||||
{ _id: 2, idSectorGood: [1], descr: 'Abbigliamento uomo', icon: 'fas fa-tshirt', color: 'blue' },
|
||||
{ _id: 3, idSectorGood: [1], descr: 'Accessori', icon: 'fas fa-glasses', color: 'purple' },
|
||||
{ _id: 4, idSectorGood: [1], descr: 'Scarpe donna', icon: 'fas fa-shoe-prints', color: 'pink' },
|
||||
{ _id: 5, idSectorGood: [1], descr: 'Scarpe uomo', icon: 'fas fa-shoe-prints', color: 'blue' },
|
||||
{ _id: 6, idSectorGood: [2], descr: 'Bagno', icon: 'fas fa-bath', color: 'teal' },
|
||||
{ _id: 7, idSectorGood: [2], descr: 'Camera', icon: 'fas fa-bed', color: 'indigo' },
|
||||
{ _id: 8, idSectorGood: [2], descr: 'Complementi d\'arredo', icon: 'fas fa-couch', color: 'brown' },
|
||||
{ _id: 9, idSectorGood: [2], descr: 'Cucina', icon: 'fas fa-utensils', color: 'orange' },
|
||||
{ _id: 10, idSectorGood: [2], descr: 'Esterno', icon: 'fas fa-tree', color: 'green' },
|
||||
{ _id: 11, idSectorGood: [2], descr: 'Soggiorno', icon: 'fas fa-tv', color: 'grey' },
|
||||
{ _id: 12, idSectorGood: [3], descr: 'Altri veicoli', icon: 'fas fa-car', color: 'black' },
|
||||
{ _id: 13, idSectorGood: [3], descr: 'Auto', icon: 'fas fa-car', color: 'red' },
|
||||
{ _id: 14, idSectorGood: [3], descr: 'Moto', icon: 'fas fa-motorcycle', color: 'black' },
|
||||
{ _id: 15, idSectorGood: [3], descr: 'Camper', icon: 'fas fa-caravan', color: 'orange' },
|
||||
{ _id: 16, idSectorGood: [3], descr: 'Van (furgoni camperizzati)', icon: 'fas fa-truck', color: 'blue' },
|
||||
{ _id: 17, idSectorGood: [4], descr: 'Bigiotteria', icon: 'fas fa-gem', color: 'gold' },
|
||||
{ _id: 18, idSectorGood: [4], descr: 'Lavoretti', icon: 'fas fa-paint-brush', color: 'yellow' },
|
||||
{ _id: 19, idSectorGood: [4], descr: 'Altro', icon: 'fas fa-question', color: 'grey' },
|
||||
{ _id: 20, idSectorGood: [5], descr: 'Accessori bellezza', icon: 'fas fa-spa', color: 'pink' },
|
||||
{ _id: 21, idSectorGood: [5], descr: 'Creme e detergenti', icon: 'fas fa-pump-soap', color: 'teal' },
|
||||
{ _id: 22, idSectorGood: [5], descr: 'Trucchi e profumi', icon: 'fas fa-palette', color: 'purple' },
|
||||
{ _id: 23, idSectorGood: [6], descr: 'Giocattoli e giochi di società', icon: 'fas fa-dice', color: 'yellow' },
|
||||
{ _id: 24, idSectorGood: [6], descr: 'Igiene e pannolini', icon: 'fas fa-baby', color: 'pink' },
|
||||
{ _id: 25, idSectorGood: [6], descr: 'Lettini e culle', icon: 'fas fa-baby-carriage', color: 'blue' },
|
||||
{ _id: 26, idSectorGood: [6], descr: 'Passeggini & co', icon: 'fas fa-baby-carriage', color: 'green' },
|
||||
{ _id: 27, idSectorGood: [6], descr: 'Vestiti e scarpe', icon: 'fas fa-socks', color: 'purple' },
|
||||
{ _id: 28, idSectorGood: [7], descr: 'Bere', icon: 'fas fa-glass-cheers', color: 'red' },
|
||||
{ _id: 29, idSectorGood: [7], descr: 'Mangiare', icon: 'fas fa-utensils', color: 'orange' },
|
||||
{ _id: 30, idSectorGood: [8], descr: 'Antiquariato', icon: 'fas fa-history', color: 'brown' },
|
||||
{ _id: 31, idSectorGood: [8], descr: 'Collezionismo', icon: 'fas fa-coins', color: 'gold' },
|
||||
{ _id: 32, idSectorGood: [9], descr: 'Cellulari e accessori', icon: 'fas fa-mobile-alt', color: 'blue' },
|
||||
{ _id: 33, idSectorGood: [9], descr: 'Computer e software', icon: 'fas fa-laptop', color: 'grey' },
|
||||
{ _id: 34, idSectorGood: [9], descr: 'Elettrodomestici', icon: 'fas fa-blender', color: 'green' },
|
||||
{ _id: 35, idSectorGood: [9], descr: 'Fotografia', icon: 'fas fa-camera', color: 'black' },
|
||||
{ _id: 36, idSectorGood: [9], descr: 'Videogiochi e console', icon: 'fas fa-gamepad', color: 'purple' },
|
||||
{ _id: 37, idSectorGood: [10], descr: 'Console', icon: 'fas fa-gamepad', color: 'black' },
|
||||
{ _id: 38, idSectorGood: [10], descr: 'Giochi di società', icon: 'fas fa-dice', color: 'yellow' },
|
||||
{ _id: 39, idSectorGood: [10], descr: 'PC games', icon: 'fas fa-desktop', color: 'blue' },
|
||||
{ _id: 40, idSectorGood: [11], descr: 'Attrezzatura', icon: 'fas fa-tools', color: 'grey' },
|
||||
{ _id: 41, idSectorGood: [11], descr: 'Materiali', icon: 'fas fa-box-open', color: 'brown' },
|
||||
{ _id: 42, idSectorGood: [11], descr: 'Prodotti', icon: 'fas fa-box', color: 'green' },
|
||||
{ _id: 43, idSectorGood: [11], descr: 'Strumentazione', icon: 'fas fa-toolbox', color: 'blue' },
|
||||
{ _id: 44, idSectorGood: [12], descr: ' riviste e fumetti', icon: 'fas fa-book-open', color: 'red' },
|
||||
{ _id: 45, idSectorGood: [13], descr: 'CD e vinili', icon: 'fas fa-compact-disc', color: 'black' },
|
||||
{ _id: 46, idSectorGood: [13], descr: 'Film e DVD', icon: 'fas fa-film', color: 'blue' },
|
||||
{ _id: 47, idSectorGood: [13], descr: 'Strumenti musicali', icon: 'fas fa-guitar', color: 'brown' },
|
||||
{ _id: 48, idSectorGood: [14], descr: 'Arredamento', icon: 'fas fa-couch', color: 'brown' },
|
||||
{ _id: 49, idSectorGood: [14], descr: 'Attrezzature e accessori', icon: 'fas fa-tools', color: 'grey' },
|
||||
{ _id: 50, idSectorGood: [14], descr: 'Cancelleria e cartucce', icon: 'fas fa-print', color: 'blue' },
|
||||
{ _id: 51, idSectorGood: [15], descr: 'Abbigliamento', icon: 'fas fa-tshirt', color: 'purple' },
|
||||
{ _id: 52, idSectorGood: [15], descr: 'Attrezzature e accessori Sport', icon: 'fas fa-football-ball', color: 'green' },
|
||||
{ _id: 53, idSectorGood: [15], descr: 'Bici e accessori', icon: 'fas fa-bicycle', color: 'blue' },
|
||||
{ _id: 54, idSectorGood: [17], descr: 'Edilizia', icon: 'fas fa-hard-hat', color: 'orange' },
|
||||
{ _id: 55, idSectorGood: [17], descr: 'Modellismo', icon: 'fas fa-puzzle-piece', color: 'yellow' },
|
||||
{ _id: 56, idSectorGood: [17], descr: 'Cucito', icon: 'fas fa-cut', color: 'pink' },
|
||||
{ _id: 57, idSectorGood: [17], descr: 'Pulizia', icon: 'fas fa-broom', color: 'green' },
|
||||
{ _id: 58, idSectorGood: [17], descr: 'Per Imbiancare', icon: 'fas fa-paint-roller', color: 'white' },
|
||||
{ _id: 59, idSectorGood: [17], descr: 'Giardinaggio', icon: 'fas fa-seedling', color: 'green' },
|
||||
{ _id: 60, idSectorGood: [17], descr: 'Falegnameria', icon: 'fas fa-hammer', color: 'brown' },
|
||||
{ _id: 61, idSectorGood: [7], descr: 'Pane', icon: 'fas fa-bread-slice', color: 'brown' },
|
||||
{ _id: 62, idSectorGood: [7], descr: 'Pasta', icon: 'fas fa-utensils', color: 'yellow' },
|
||||
{ _id: 63, idSectorGood: [7], descr: 'Formaggi', icon: 'fas fa-cheese', color: 'yellow' },
|
||||
{ _id: 64, idSectorGood: [7], descr: 'Olio', icon: 'fas fa-oil-can', color: 'green' },
|
||||
{ _id: 65, idSectorGood: [7], descr: 'Fervida', icon: 'fas fa-fire', color: 'red' },
|
||||
{ _id: 66, idSectorGood: [7], descr: 'Fermentati', icon: 'fas fa-beer', color: 'brown' },
|
||||
{ _id: 67, idSectorGood: [7], descr: 'Marmellate', icon: 'fas fa-jar', color: 'orange' },
|
||||
{ _id: 68, idSectorGood: [7], descr: 'Salse', icon: 'fas fa-mortar-pestle', color: 'red' },
|
||||
{ _id: 69, idSectorGood: [20], descr: 'Cereali', icon: 'fas fa-wheat', color: 'yellow' },
|
||||
{ _id: 70, idSectorGood: [20], descr: 'Frutta', icon: 'fas fa-apple-alt', color: 'red' },
|
||||
{ _id: 71, idSectorGood: [20], descr: 'Ortaggi', icon: 'fas fa-carrot', color: 'orange' },
|
||||
{ _id: 72, idSectorGood: [20], descr: 'Zootecnia', icon: 'fas fa-paw', color: 'brown' },
|
||||
{ _id: 73, idSectorGood: [20], descr: 'Biologica', icon: 'fas fa-leaf', color: 'green' },
|
||||
{ _id: 74, idSectorGood: [20], descr: 'Permacultura', icon: 'fas fa-recycle', color: 'green' },
|
||||
{ _id: 75, idSectorGood: [20], descr: 'Sinergico', icon: 'fas fa-handshake', color: 'green' },
|
||||
{ _id: 76, idSectorGood: [20], descr: 'Tradizionale', icon: 'fas fa-tractor', color: 'brown' },
|
||||
{ _id: 77, idSectorGood: [20], descr: 'Viticoltura', icon: 'fas fa-wine-glass-alt', color: 'purple' },
|
||||
{ _id: 78, idSectorGood: [20], descr: 'Acquacoltura', icon: 'fas fa-fish', color: 'blue' },
|
||||
],
|
||||
};
|
||||
8
src/populate/levels.js
Normal file
8
src/populate/levels.js
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
list: [
|
||||
{_id: 0, descr: '[Nessuno]', years_of_exp: 0},
|
||||
{_id: 2, descr: 'Elementare', years_of_exp: 1},
|
||||
{_id: 3, descr: 'Intermedio', years_of_exp: 2},
|
||||
{_id: 4, descr: 'Avanzato', years_of_exp: 3},
|
||||
],
|
||||
};
|
||||
446
src/populate/off_subskills.js.off
Normal file
446
src/populate/off_subskills.js.off
Normal file
@@ -0,0 +1,446 @@
|
||||
module.exports = {
|
||||
list: [
|
||||
{idSkill: 1, descr: 'Cucina'},
|
||||
{idSkill: 1, descr: 'Mobili'},
|
||||
{idSkill: 1, descr: 'Divani'},
|
||||
{idSkill: 1, descr: 'Letti'},
|
||||
{idSkill: 1, descr: 'Libreria'},
|
||||
{idSkill: 1, descr: 'Tavoli'},
|
||||
{idSkill: 1, descr: 'Progettazione interni'},
|
||||
{idSkill: 1, descr: 'Specchi su misura'},
|
||||
{idSkill: 2, descr: 'In Terra Cruda'},
|
||||
{idSkill: 2, descr: 'SuperAdobe'},
|
||||
{idSkill: 2, descr: 'Cupole Geodetiche'},
|
||||
{idSkill: 2, descr: 'Metodi Naturali'},
|
||||
{idSkill: 2, descr: 'Bagni in muratura'},
|
||||
{idSkill: 2, descr: 'Carpenteria'},
|
||||
{idSkill: 2, descr: 'Carta parati'},
|
||||
{idSkill: 2, descr: 'Cartongesso'},
|
||||
{idSkill: 2, descr: 'Casette in legno'},
|
||||
{idSkill: 2, descr: 'Controsoffitto'},
|
||||
{idSkill: 2, descr: 'Copertura tetto'},
|
||||
{idSkill: 2, descr: 'Coperture per terrazzi'},
|
||||
{idSkill: 2, descr: 'Corrimano'},
|
||||
{idSkill: 2, descr: 'Costruzione e riparazione piscine'},
|
||||
{idSkill: 2, descr: 'Crepe muri'},
|
||||
{idSkill: 2, descr: 'Demolizione e scavi'},
|
||||
{idSkill: 2, descr: 'Soppalco'},
|
||||
{idSkill: 4, descr: 'Potatura e manutenzione giardini'},
|
||||
{idSkill: 4, descr: 'Progettazione giardini'},
|
||||
{idSkill: 5, descr: 'Antennista'},
|
||||
{idSkill: 6, descr: 'Pozzi artesiani e reti idriche'},
|
||||
{idSkill: 7, descr: 'Addolcitore acqua'},
|
||||
{idSkill: 7, descr: 'Cornici su misura'},
|
||||
{idSkill: 7, descr: 'Decoratore'},
|
||||
{idSkill: 7, descr: 'Depuratore d\'acqua domestico e filtri per acqua'},
|
||||
{idSkill: 7, descr: 'Erba sintetica'},
|
||||
{idSkill: 8, descr: 'Spazzacamino'},
|
||||
{idSkill: 8, descr: 'Caldaia'},
|
||||
{idSkill: 8, descr: 'Climatizzatore'},
|
||||
{idSkill: 8, descr: 'Divani'},
|
||||
{idSkill: 8, descr: 'Grondaie'},
|
||||
{idSkill: 8, descr: 'Impianto riscaldamento'},
|
||||
{idSkill: 8, descr: 'Pannelli solari'},
|
||||
{idSkill: 8, descr: 'Piscina'},
|
||||
{idSkill: 8, descr: 'Condominiali'},
|
||||
{idSkill: 8, descr: 'Domestiche'},
|
||||
{idSkill: 9, descr: 'Persiane'},
|
||||
{idSkill: 9, descr: 'Porte'},
|
||||
{idSkill: 10, descr: 'Macchine per giardinaggio'},
|
||||
{idSkill: 10, descr: 'Saracinesca'},
|
||||
{idSkill: 10, descr: 'Scale'},
|
||||
{idSkill: 10, descr: 'Scarico intasato'},
|
||||
{idSkill: 10, descr: 'Serrature e chiavi'},
|
||||
{idSkill: 10, descr: 'Tutto fare'},
|
||||
{idSkill: 11, descr: 'Amministratore di condominio'},
|
||||
{idSkill: 11, descr: 'Disinfestazioni'},
|
||||
{idSkill: 11, descr: 'Disostruzione reti fognarie'},
|
||||
{idSkill: 11, descr: 'Domotica'},
|
||||
{idSkill: 11, descr: 'Efficientamento energetico'},
|
||||
{idSkill: 11, descr: 'Giardini e terrazze'},
|
||||
{idSkill: 11, descr: 'Interior Design'},
|
||||
{idSkill: 11, descr: 'Design'},
|
||||
{idSkill: 11, descr: 'Intonaco'},
|
||||
{idSkill: 11, descr: 'Irrigazione'},
|
||||
{idSkill: 11, descr: 'Lamatura e levigatura parquet'},
|
||||
{idSkill: 11, descr: 'Lattoniere e grondaie'},
|
||||
{idSkill: 11, descr: 'Lavaggio moquette'},
|
||||
{idSkill: 11, descr: 'Lavaggio tappeti'},
|
||||
{idSkill: 11, descr: 'Lavaggio tende'},
|
||||
{idSkill: 11, descr: 'Levigatura pavimenti'},
|
||||
{idSkill: 11, descr: 'Levigatura pavimenti graniglia'},
|
||||
{idSkill: 11, descr: 'Lucernari'},
|
||||
{idSkill: 11, descr: 'Lucidatura e levigatura marmo'},
|
||||
{idSkill: 11, descr: 'Lucidatura parquet'},
|
||||
{idSkill: 11, descr: 'Manutenzione / riparazione elettrodomestici'},
|
||||
{idSkill: 11, descr: 'Manutenzioni varie (elettriche'},
|
||||
{idSkill: 11, descr: 'Noleggio con conducente'},
|
||||
{idSkill: 11, descr: 'Noleggio escavatori'},
|
||||
{idSkill: 11, descr: 'Noleggio piattaforme aeree'},
|
||||
{idSkill: 11, descr: 'Noleggio ponteggi'},
|
||||
{idSkill: 12, descr: 'Sgombero appartamenti'},
|
||||
{idSkill: 12, descr: 'Sgombero cantine'},
|
||||
{idSkill: 13, descr: 'Sistemi allarme'},
|
||||
{idSkill: 13, descr: 'Allarmi senza fili'},
|
||||
{idSkill: 13, descr: 'Antifurti e allarmi'},
|
||||
{idSkill: 13, descr: 'Automazione cancelli/basculante/tapparelle'},
|
||||
{idSkill: 14, descr: 'Orto Sinergico'},
|
||||
{idSkill: 14, descr: 'Pacciamatura'},
|
||||
{idSkill: 14, descr: 'Orto Tradizionale'},
|
||||
{idSkill: 14, descr: 'Permacultura'},
|
||||
{idSkill: 14, descr: 'Idroponica'},
|
||||
{idSkill: 14, descr: 'Elettrocoltura'},
|
||||
{idSkill: 14, descr: 'Microrganismi Effettivi (E.M.)'},
|
||||
{idSkill: 15, descr: 'Bar'},
|
||||
{idSkill: 15, descr: 'Catering casalingo'},
|
||||
{idSkill: 15, descr: 'Cuoco a domicilio (Home Restaurant)'},
|
||||
{idSkill: 15, descr: 'Catering e pasticceria'},
|
||||
{idSkill: 15, descr: 'Catering matrimonio'},
|
||||
{idSkill: 15, descr: 'Pizzeria al taglio'},
|
||||
{idSkill: 15, descr: 'Produzione e Vendita'},
|
||||
{idSkill: 15, descr: 'Pub'},
|
||||
{idSkill: 15, descr: 'Ristorante'},
|
||||
{idSkill: 15, descr: 'Vendita'},
|
||||
{idSkill: 16, descr: 'Vegetariana'},
|
||||
{idSkill: 16, descr: 'Vegana'},
|
||||
{idSkill: 16, descr: 'Crudista'},
|
||||
{idSkill: 16, descr: 'Fruttariana'},
|
||||
{idSkill: 16, descr: 'Melariana'},
|
||||
{idSkill: 16, descr: 'Respiriana'},
|
||||
{idSkill: 16, descr: 'Tradizionale'},
|
||||
{idSkill: 16, descr: 'Etnica'},
|
||||
{idSkill: 16, descr: 'Francese'},
|
||||
{idSkill: 16, descr: 'Araba'},
|
||||
{idSkill: 16, descr: 'Giapponese'},
|
||||
{idSkill: 16, descr: 'Cinese'},
|
||||
{idSkill: 16, descr: 'Thailandese'},
|
||||
{idSkill: 16, descr: 'Ayurvedica'},
|
||||
{idSkill: 16, descr: 'Naturale'},
|
||||
{idSkill: 18, descr: 'Pane'},
|
||||
{idSkill: 18, descr: 'Latte Vegetale'},
|
||||
{idSkill: 18, descr: 'Frutta'},
|
||||
{idSkill: 18, descr: 'Verdura'},
|
||||
{idSkill: 18, descr: 'Fermentati'},
|
||||
{idSkill: 19, descr: 'Prodotti Vegetariani'},
|
||||
{idSkill: 19, descr: 'Prodotti Vegani'},
|
||||
{idSkill: 19, descr: 'Latte'},
|
||||
{idSkill: 19, descr: 'Formaggi'},
|
||||
{idSkill: 19, descr: 'Verdura'},
|
||||
{idSkill: 19, descr: 'Frutta'},
|
||||
{idSkill: 19, descr: 'Farina'},
|
||||
{idSkill: 19, descr: 'Uova'},
|
||||
{idSkill: 34, descr: 'Scrittore'},
|
||||
{idSkill: 34, descr: 'Editore'},
|
||||
{idSkill: 37, descr: 'Estetista'},
|
||||
{idSkill: 37, descr: 'Ginnastica in gravidanza'},
|
||||
{idSkill: 37, descr: 'Ginnastica posturale'},
|
||||
{idSkill: 37, descr: 'Massaggi'},
|
||||
{idSkill: 37, descr: 'Parrucchiere/a'},
|
||||
{idSkill: 37, descr: 'Personal trainer e benessere'},
|
||||
{idSkill: 37, descr: 'Shiatsu'},
|
||||
{idSkill: 37, descr: 'Pilates'},
|
||||
{idSkill: 37, descr: 'Aerobica'},
|
||||
{idSkill: 37, descr: 'Centro dimagrimento'},
|
||||
{idSkill: 38, descr: 'Trattamenti Energetici'},
|
||||
{idSkill: 38, descr: 'Reiki'},
|
||||
{idSkill: 38, descr: 'Yoga'},
|
||||
{idSkill: 38, descr: 'Feldenkrais'},
|
||||
{idSkill: 38, descr: 'Musicoterapia'},
|
||||
{idSkill: 38, descr: 'Watsu'},
|
||||
{idSkill: 38, descr: 'Educazione visiva'},
|
||||
{idSkill: 38, descr: 'Meditazione'},
|
||||
{idSkill: 38, descr: 'Mindfulness'},
|
||||
{idSkill: 38, descr: 'Qi gong'},
|
||||
{idSkill: 39, descr: 'Bagni di foresta'},
|
||||
{idSkill: 40, descr: 'Ostetrica'},
|
||||
{idSkill: 40, descr: 'Doula'},
|
||||
{idSkill: 40, descr: 'Puericultrici'},
|
||||
{idSkill: 41, descr: 'Terapia Domiciliare'},
|
||||
{idSkill: 41, descr: 'Omeopatia'},
|
||||
{idSkill: 41, descr: 'Fitoterapia'},
|
||||
{idSkill: 41, descr: 'Agopuntura'},
|
||||
{idSkill: 41, descr: 'antroposofica'},
|
||||
{idSkill: 41, descr: 'Ayurvedica'},
|
||||
{idSkill: 41, descr: 'Medicina Tradizionale Cinese (MTC)'},
|
||||
{idSkill: 41, descr: 'Osteopatia'},
|
||||
{idSkill: 41, descr: 'Chiropratica'},
|
||||
{idSkill: 41, descr: 'Iridologia'},
|
||||
{idSkill: 41, descr: 'Kinesiologia'},
|
||||
{idSkill: 41, descr: 'Morfochirologia'},
|
||||
{idSkill: 42, descr: 'Medico di Base'},
|
||||
{idSkill: 42, descr: 'Pediatra'},
|
||||
{idSkill: 42, descr: 'Infermiere/a'},
|
||||
{idSkill: 42, descr: 'Oncologo'},
|
||||
{idSkill: 42, descr: 'Endocrinologo'},
|
||||
{idSkill: 42, descr: 'Chirurgo'},
|
||||
{idSkill: 42, descr: 'Ottico'},
|
||||
{idSkill: 42, descr: 'Oculista'},
|
||||
{idSkill: 42, descr: 'Ginecologo/a'},
|
||||
{idSkill: 42, descr: 'Podologo'},
|
||||
{idSkill: 45, descr: 'OSS'},
|
||||
{idSkill: 46, descr: 'Fisioterapia'},
|
||||
{idSkill: 46, descr: 'Logopedia'},
|
||||
{idSkill: 46, descr: 'Nutrizionista'},
|
||||
{idSkill: 46, descr: 'Osteopata'},
|
||||
{idSkill: 46, descr: 'Dentista'},
|
||||
{idSkill: 46, descr: 'Dermatologo'},
|
||||
{idSkill: 46, descr: 'Dieta a zona'},
|
||||
{idSkill: 46, descr: 'Assistenza Socio Sanitaria'},
|
||||
{idSkill: 46, descr: 'Assistenza infermieristica'},
|
||||
{idSkill: 47, descr: 'Naturopata'},
|
||||
{idSkill: 47, descr: 'Igienismo Naturale'},
|
||||
{idSkill: 48, descr: 'Counseling psicologico'},
|
||||
{idSkill: 48, descr: 'Facilitazione-Orientamento e Tessitura Sociale'},
|
||||
{idSkill: 48, descr: 'Psicanalista'},
|
||||
{idSkill: 48, descr: 'Assistenza Demenze Senili'},
|
||||
{idSkill: 48, descr: 'Psichiatra'},
|
||||
{idSkill: 48, descr: 'Psicologo e coaching'},
|
||||
{idSkill: 48, descr: 'Psicologo infantile'},
|
||||
{idSkill: 48, descr: 'Psicoterapia cognitivo comportamentale'},
|
||||
{idSkill: 49, descr: 'Assistenza anziani'},
|
||||
{idSkill: 50, descr: 'Centro Olistico'},
|
||||
{idSkill: 50, descr: 'Centro Benessere'},
|
||||
{idSkill: 50, descr: 'Centro Anziani'},
|
||||
{idSkill: 51, descr: 'Dichiarazione di conformità impianto elettrico'},
|
||||
{idSkill: 51, descr: 'Dichiarazione di conformità impianto gas'},
|
||||
{idSkill: 51, descr: 'Dichiarazione di rispondenza impianto idrico'},
|
||||
{idSkill: 51, descr: 'Dichiarazione di rispondenza impianto termico'},
|
||||
{idSkill: 2, descr: 'Piastrellista'},
|
||||
{idSkill: 59, descr: 'Impermeabilizzazione balcone'},
|
||||
{idSkill: 59, descr: 'Impermeabilizzazione muri controterra'},
|
||||
{idSkill: 59, descr: 'Impermeabilizzazione terrazzo'},
|
||||
{idSkill: 59, descr: 'Impermeabilizzazione tetto'},
|
||||
{idSkill: 61, descr: 'antifurto casa'},
|
||||
{idSkill: 61, descr: 'aria condizionata'},
|
||||
{idSkill: 61, descr: 'Installazione ascensore'},
|
||||
{
|
||||
idSkill: 61,
|
||||
descr: 'Installazione Assistenza Caldaie/Condizionatori/Camini e stufe',
|
||||
},
|
||||
{idSkill: 61, descr: 'Automazione basculante'},
|
||||
{idSkill: 61, descr: 'Caldaia a condensazione'},
|
||||
{idSkill: 61, descr: 'Camino'},
|
||||
{idSkill: 61, descr: 'Cancello'},
|
||||
{idSkill: 61, descr: 'Canna fumaria'},
|
||||
{idSkill: 61, descr: 'Citofono'},
|
||||
{idSkill: 61, descr: 'Elettrodomestici'},
|
||||
{idSkill: 61, descr: 'Impianti elettrici'},
|
||||
{idSkill: 61, descr: 'Impianto fotovoltaico'},
|
||||
{idSkill: 61, descr: 'Inferriate'},
|
||||
{idSkill: 61, descr: 'Pannelli solari'},
|
||||
{idSkill: 61, descr: 'Parabola e antenna'},
|
||||
{idSkill: 61, descr: 'Pompa di calore'},
|
||||
{idSkill: 61, descr: 'Porta garage'},
|
||||
{idSkill: 61, descr: 'Rampe per disabili'},
|
||||
{idSkill: 61, descr: 'Recinzioni'},
|
||||
{idSkill: 61, descr: 'Sanitari'},
|
||||
{idSkill: 61, descr: 'Scaldabagno a gas'},
|
||||
{idSkill: 61, descr: 'Stufa a legna'},
|
||||
{idSkill: 61, descr: 'Stufa a pellet'},
|
||||
{idSkill: 61, descr: 'Telecamere'},
|
||||
{idSkill: 61, descr: 'Telecamere esterne'},
|
||||
{idSkill: 61, descr: 'Chiusura veranda'},
|
||||
{idSkill: 61, descr: 'Pensiline'},
|
||||
{idSkill: 61, descr: 'Pergolato'},
|
||||
{idSkill: 61, descr: 'Zanzariere'},
|
||||
{idSkill: 62, descr: 'Restauratore mobili'},
|
||||
{idSkill: 62, descr: 'Restauro lampadari'},
|
||||
{idSkill: 62, descr: 'Restauro legno'},
|
||||
{idSkill: 62, descr: 'Restauro mobili'},
|
||||
{idSkill: 62, descr: 'Restauro sedie'},
|
||||
{idSkill: 63, descr: 'Coibentazione tetto'},
|
||||
{idSkill: 65, descr: 'Forniture Legna'},
|
||||
{idSkill: 65, descr: 'Forniture Pellet'},
|
||||
{idSkill: 13, descr: 'Cassaforte'},
|
||||
{idSkill: 13, descr: 'Citofono senza fili'},
|
||||
{idSkill: 13, descr: 'Videocitofono citofono e campanelli'},
|
||||
{idSkill: 66, descr: 'Servizio di smontaggio e montaggio'},
|
||||
{idSkill: 67, descr: 'Piscine'},
|
||||
{idSkill: 67, descr: 'Porte automatiche'},
|
||||
{idSkill: 67, descr: 'Porte e porte blindate'},
|
||||
{idSkill: 67, descr: 'Porte tagliafuoco'},
|
||||
{idSkill: 67, descr: 'Porticati in ferro'},
|
||||
{idSkill: 67, descr: 'Porticato in legno'},
|
||||
{idSkill: 67, descr: 'Portoni'},
|
||||
{idSkill: 67, descr: 'Posa carta da parati'},
|
||||
{idSkill: 67, descr: 'Posa laminato'},
|
||||
{idSkill: 67, descr: 'Posa moquette'},
|
||||
{idSkill: 67, descr: 'Posa parquet'},
|
||||
{idSkill: 67, descr: 'Posa parquet laminato'},
|
||||
{idSkill: 67, descr: 'Posa pavimento pvc'},
|
||||
{idSkill: 67, descr: 'Posa piastrelle'},
|
||||
{idSkill: 18, descr: 'Detergenti'},
|
||||
{idSkill: 18, descr: 'Oggettistica'},
|
||||
{idSkill: 70, descr: 'Produzione Abiti'},
|
||||
{idSkill: 70, descr: 'Abiti usati'},
|
||||
{idSkill: 70, descr: 'Camicie personalizzate'},
|
||||
{idSkill: 70, descr: 'Piccola sartoria'},
|
||||
{idSkill: 70, descr: 'Sartoria e abiti da cerimonia'},
|
||||
{idSkill: 71, descr: 'Broker assicurativo'},
|
||||
{idSkill: 72, descr: 'Badante'},
|
||||
{idSkill: 73, descr: 'Dichiarazione dei redditi'},
|
||||
{idSkill: 74, descr: 'Legale'},
|
||||
{idSkill: 75, descr: 'Diversamente abili'},
|
||||
{idSkill: 75, descr: 'Guardia del corpo'},
|
||||
{idSkill: 77, descr: 'Chitarra per principianti'},
|
||||
{idSkill: 77, descr: 'Cucina'},
|
||||
{idSkill: 77, descr: 'Giardinaggio'},
|
||||
{idSkill: 77, descr: 'Lingue'},
|
||||
{idSkill: 77, descr: 'Massaggio'},
|
||||
{idSkill: 77, descr: 'Teatro e recitazione'},
|
||||
{idSkill: 77, descr: 'Yoga'},
|
||||
{idSkill: 77, descr: 'Tai Chi'},
|
||||
{idSkill: 77, descr: 'Kung Fu'},
|
||||
{idSkill: 77, descr: 'Karate'},
|
||||
{idSkill: 77, descr: 'Aikido'},
|
||||
{idSkill: 77, descr: 'Judo'},
|
||||
{idSkill: 77, descr: 'Yoga della risata'},
|
||||
{idSkill: 77, descr: 'Autostima'},
|
||||
{idSkill: 77, descr: 'Barman'},
|
||||
{idSkill: 77, descr: 'Calligrafia'},
|
||||
{idSkill: 77, descr: 'Comunicazione e public speaking'},
|
||||
{idSkill: 77, descr: 'Cucito'},
|
||||
{idSkill: 77, descr: 'Disegno e pittura'},
|
||||
{idSkill: 77, descr: 'Dizione'},
|
||||
{idSkill: 77, descr: 'Grafica e grafica pubblicitaria'},
|
||||
{idSkill: 77, descr: 'Marketing'},
|
||||
{idSkill: 77, descr: 'Difesa personale'},
|
||||
{idSkill: 77, descr: 'Falegnameria'},
|
||||
{idSkill: 77, descr: 'Makeup artist'},
|
||||
{idSkill: 77, descr: 'Pasticceria'},
|
||||
{idSkill: 77, descr: 'Patente nautica'},
|
||||
{idSkill: 77, descr: 'Public speaking'},
|
||||
{idSkill: 77, descr: 'Riconoscimento Piante'},
|
||||
{idSkill: 77, descr: 'Antichi Mestieri'},
|
||||
{idSkill: 77, descr: 'Produzione di Olii per automedicazione'},
|
||||
{idSkill: 77, descr: 'Orto Sinergico'},
|
||||
{idSkill: 78, descr: 'Corso di Yoga'},
|
||||
{idSkill: 78, descr: 'Corso di Teatro'},
|
||||
{idSkill: 78, descr: 'Corso di Musica'},
|
||||
{idSkill: 78, descr: 'Corso di Canto'},
|
||||
{idSkill: 78, descr: 'Corso di Cucina'},
|
||||
{idSkill: 78, descr: 'Corso di Disegno'},
|
||||
{idSkill: 79, descr: 'Consulenza bancaria e finanziaria'},
|
||||
{idSkill: 80, descr: 'Asilo Nido'},
|
||||
{idSkill: 80, descr: 'Scuola Elementare'},
|
||||
{idSkill: 80, descr: 'Scuola Media'},
|
||||
{idSkill: 80, descr: 'Scuola Superiore'},
|
||||
{idSkill: 80, descr: 'Scuola Universitaria'},
|
||||
{idSkill: 82, descr: 'Parentale e supporto all\'istruzione'},
|
||||
{idSkill: 82, descr: 'Privatista'},
|
||||
{idSkill: 82, descr: 'Ripetizioni elementari'},
|
||||
{idSkill: 82, descr: 'Ripetizioni medie'},
|
||||
{idSkill: 82, descr: 'Ripetizioni superiori'},
|
||||
{idSkill: 82, descr: 'Ripetizioni università'},
|
||||
{idSkill: 82, descr: 'Scuola Parentale'},
|
||||
{idSkill: 82, descr: 'Home Schooling'},
|
||||
{idSkill: 82, descr: 'Lezioni di italiano'},
|
||||
{idSkill: 82, descr: 'Lezioni di musica'},
|
||||
{idSkill: 82, descr: 'Lezioni strumenti musicali'},
|
||||
{idSkill: 82, descr: 'Asili nel Bosco'},
|
||||
{idSkill: 82, descr: 'Asili Montessoriani'},
|
||||
{idSkill: 82, descr: 'Asili Steineriani'},
|
||||
{idSkill: 82, descr: 'Asili Sistemici'},
|
||||
{idSkill: 91, descr: 'Trasporto Solidale'},
|
||||
{idSkill: 93, descr: 'Supporto nella spesa'},
|
||||
{idSkill: 93, descr: 'Volontariato'},
|
||||
{idSkill: 94, descr: 'Agonistico'},
|
||||
{idSkill: 94, descr: 'Escursioni per esperti'},
|
||||
{idSkill: 94, descr: 'Escursioni semplici'},
|
||||
{idSkill: 94, descr: 'Non Agonistico'},
|
||||
{idSkill: 94, descr: 'Corsi di arti marziali'},
|
||||
{idSkill: 95, descr: 'Noleggio furgoni'},
|
||||
{idSkill: 95, descr: 'Noleggio minivan'},
|
||||
{idSkill: 95, descr: 'Autista privato'},
|
||||
{idSkill: 95, descr: 'Car Sharing'},
|
||||
{idSkill: 18, descr: 'Sapone'},
|
||||
{idSkill: 18, descr: 'Cosmesi'},
|
||||
{idSkill: 18, descr: 'Shampoo'},
|
||||
{idSkill: 96, descr: 'Agenzia video'},
|
||||
{idSkill: 96, descr: 'Corso videomaker'},
|
||||
{idSkill: 96, descr: 'Noleggio videoproiettori'},
|
||||
{idSkill: 96, descr: 'Puntamento parabola'},
|
||||
{idSkill: 96, descr: 'Recording studio'},
|
||||
{idSkill: 96, descr: 'Riparazione altoparlanti'},
|
||||
{idSkill: 96, descr: 'Riparazione casse acustiche'},
|
||||
{idSkill: 96, descr: 'Riparazione stereo'},
|
||||
{idSkill: 96, descr: 'Riprese con drone'},
|
||||
{idSkill: 96, descr: 'Service audio'},
|
||||
{idSkill: 96, descr: 'Studio registrazione audio'},
|
||||
{idSkill: 96, descr: 'Tecnico del suono'},
|
||||
{idSkill: 96, descr: 'Videomaking'},
|
||||
{idSkill: 30, descr: 'Book fotografico'},
|
||||
{idSkill: 30, descr: 'Corso di fotografia'},
|
||||
{idSkill: 30, descr: 'Foto e-commerce'},
|
||||
{idSkill: 30, descr: 'Foto prima comunione'},
|
||||
{idSkill: 30, descr: 'Fotografia di moda'},
|
||||
{idSkill: 30, descr: 'Fotografo battesimo'},
|
||||
{idSkill: 30, descr: 'Fotografo industriale'},
|
||||
{idSkill: 30, descr: 'Fotografo interni'},
|
||||
{idSkill: 30, descr: 'Fotografo matrimonio'},
|
||||
{idSkill: 30, descr: 'Fotografo neonati'},
|
||||
{idSkill: 30, descr: 'Recupero foto e video cancellati'},
|
||||
{idSkill: 30, descr: 'Riparazione macchine fotografiche'},
|
||||
{idSkill: 30, descr: 'Servizi fotografici bambini'},
|
||||
{idSkill: 99, descr: 'Esperto Informatico'},
|
||||
{idSkill: 99, descr: 'Assistenza computer/software/stampante'},
|
||||
{idSkill: 99, descr: 'Corsi Informatica'},
|
||||
{idSkill: 99, descr: 'Corso di programmazione'},
|
||||
{idSkill: 99, descr: 'Noleggio fotocopiatrici e stampanti'},
|
||||
{idSkill: 99, descr: 'Realizzazione e-commerce'},
|
||||
{idSkill: 99, descr: 'Realizzazione App per Cellulare'},
|
||||
{idSkill: 99, descr: 'Recupero dati'},
|
||||
{idSkill: 99, descr: 'Rendering 3D'},
|
||||
{idSkill: 99, descr: 'Riparazione iMac'},
|
||||
{idSkill: 99, descr: 'Riparazione notebook'},
|
||||
{idSkill: 99, descr: 'Riparazione plotter'},
|
||||
{idSkill: 99, descr: 'Riparazione stampanti'},
|
||||
{idSkill: 99, descr: 'Riparazione tablet'},
|
||||
{idSkill: 99, descr: 'Sistemista'},
|
||||
{idSkill: 99, descr: 'Soluzioni informatiche'},
|
||||
{idSkill: 99, descr: 'Sviluppatore'},
|
||||
{idSkill: 99, descr: 'Sviluppo app per cellulare'},
|
||||
{idSkill: 99, descr: 'Sviluppo software'},
|
||||
{idSkill: 99, descr: 'Tecnico informatico'},
|
||||
{idSkill: 99, descr: 'Web Agency'},
|
||||
{idSkill: 99, descr: 'Webmaster'},
|
||||
{idSkill: 99, descr: 'WordPress developer'},
|
||||
{idSkill: 100, descr: 'Riparazione Elettrodomestici'},
|
||||
{idSkill: 100, descr: 'Riparazione Strumenti Informatici'},
|
||||
{idSkill: 101, descr: 'Antifurti auto e moto'},
|
||||
{idSkill: 101, descr: 'Gommista'},
|
||||
{idSkill: 101, descr: 'Installazione autoradio'},
|
||||
{idSkill: 101, descr: 'Lavaggio auto'},
|
||||
{idSkill: 101, descr: 'Lavaggio auto a domicilio'},
|
||||
{idSkill: 101, descr: 'Lavaggio moto'},
|
||||
{idSkill: 101, descr: 'Lavaggio tappezzeria auto'},
|
||||
{idSkill: 101, descr: 'Lucidatura auto'},
|
||||
{idSkill: 101, descr: 'Manutenzione Auto'},
|
||||
{idSkill: 101, descr: 'Manutenzione Motocicli/Biciclette'},
|
||||
{idSkill: 101, descr: 'Restauro auto d\'epoca'},
|
||||
{idSkill: 101, descr: 'Restauro moto d\'epoca'},
|
||||
{idSkill: 101, descr: 'Revisione bombole metano'},
|
||||
{idSkill: 101, descr: 'Revisione impianto gpl'},
|
||||
{idSkill: 101, descr: 'Riparazione carrozzeria auto'},
|
||||
{idSkill: 101, descr: 'Riparazione cerchi in lega'},
|
||||
{idSkill: 101, descr: 'Riparazione radiatori'},
|
||||
{idSkill: 101, descr: 'Riparazione sedili auto'},
|
||||
{idSkill: 101, descr: 'Sanificazione auto'},
|
||||
{idSkill: 101, descr: 'Tagliando auto'},
|
||||
{idSkill: 101, descr: 'Tappezziere per auto'},
|
||||
{idSkill: 102, descr: 'Riparazione cellulari e telefoni'},
|
||||
{idSkill: 102, descr: 'Riparazione schede elettroniche'},
|
||||
{idSkill: 95, descr: 'Noleggio auto e veicoli'},
|
||||
{idSkill: 95, descr: 'Noleggio camper'},
|
||||
{idSkill: 95, descr: 'Noleggio Camper e roulotte ad uso vacanze'},
|
||||
{idSkill: 95, descr: 'Noleggio roulotte'},
|
||||
{idSkill: 103, descr: 'Affitto casa'},
|
||||
{idSkill: 103, descr: 'Affitto camera'},
|
||||
{idSkill: 103, descr: 'Agenzia viaggi'},
|
||||
{idSkill: 103, descr: 'Vacanze studio'},
|
||||
{idSkill: 103, descr: 'Offresi ospitalità'},
|
||||
{idSkill: 103, descr: 'Offresi ospitalità (per 1 notte)'},
|
||||
{idSkill: 103, descr: 'Offresi ospitalità (per 3 notti)'},
|
||||
{idSkill: 103, descr: 'Offresi ospitalità (per 7 notti)'},
|
||||
{idSkill: 103, descr: 'B&B'}],
|
||||
};
|
||||
204
src/populate/populate.js
Normal file
204
src/populate/populate.js
Normal file
@@ -0,0 +1,204 @@
|
||||
|
||||
const tools = require('../tools/general');
|
||||
const Path = require('path');
|
||||
|
||||
const mongoose = require('mongoose').set('debug', false)
|
||||
|
||||
const shared_consts = require('../tools/shared_nodejs');
|
||||
|
||||
|
||||
module.exports = {
|
||||
|
||||
async insertIntoDb(tablename, table) {
|
||||
|
||||
try {
|
||||
const pathfile = Path.join(__dirname, tablename + '.js');
|
||||
if (await tools.isFileExistsAsync(pathfile)) {
|
||||
const mydbfile = require(pathfile);
|
||||
|
||||
if (mydbfile && mydbfile.list) {
|
||||
return table.insertMany(mydbfile.list, { ordered: false }).
|
||||
then((ris) => {
|
||||
console.log('Populate table ', tablename);
|
||||
return !!ris;
|
||||
});
|
||||
}
|
||||
}
|
||||
} catch (e) {
|
||||
console.log('error insertIntoDb', e);
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
async insertIntoDb_NoDuplicate(attiva, tablename, table, field, field2) {
|
||||
let numrec = 0;
|
||||
let numupdated = 0;
|
||||
try {
|
||||
if (!attiva && await table.countDocuments({}) > 0) return;
|
||||
|
||||
let primavolta = false;
|
||||
|
||||
const pathfile = Path.join(__dirname, tablename + '.js');
|
||||
if (await tools.isFileExistsAsync(pathfile)) {
|
||||
const mydbfile = require(pathfile);
|
||||
|
||||
if (mydbfile && mydbfile.list) {
|
||||
for (const rec of mydbfile.list) {
|
||||
let query = {};
|
||||
if (field)
|
||||
query[field] = rec[field];
|
||||
if (field2)
|
||||
query[field2] = rec[field2];
|
||||
|
||||
if (rec.hasOwnProperty('_id')) {
|
||||
query._id = rec._id;
|
||||
}
|
||||
|
||||
if (rec.hasOwnProperty('idapp')) {
|
||||
query.idapp = rec.idapp;
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
const existingDoc = await table.findOne(query);
|
||||
if (!existingDoc) {
|
||||
if (!primavolta) {
|
||||
console.log('Tabella: ', tablename);
|
||||
primavolta = true;
|
||||
}
|
||||
|
||||
console.log('ADDING: ', query);
|
||||
|
||||
const newDoc = new table(rec);
|
||||
const insertedDoc = await newDoc.save();
|
||||
if (insertedDoc) {
|
||||
console.log('Inserted document with _id:', insertedDoc._id);
|
||||
|
||||
} else {
|
||||
console.log(' ... Non inserito !');
|
||||
}
|
||||
|
||||
|
||||
} else {
|
||||
// Il documento esiste, lo aggiorniamo
|
||||
const ris = await table.updateOne({ _id: existingDoc._id }, { $set: rec });
|
||||
if (ris && ris.modifiedCount > 0)
|
||||
numupdated++;
|
||||
}
|
||||
} catch (e) {
|
||||
console.log('Error processing record: ', tablename, e);
|
||||
}
|
||||
}
|
||||
|
||||
if (numrec > 0 || numupdated > 0) {
|
||||
console.log(`------- *** Inseriti ${numrec} e aggiornati ${numupdated} record in ${tablename} ------ `);
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (e) {
|
||||
console.log('Error in insertIntoDb_NoDuplicate:', e);
|
||||
}
|
||||
},
|
||||
|
||||
async rewriteTable(table) {
|
||||
|
||||
let mytab = null;
|
||||
let field = '';
|
||||
|
||||
try {
|
||||
const { City } = require('../models/city');
|
||||
const { Province } = require('../models/province');
|
||||
const { Sector } = require('../models/sector');
|
||||
const { SectorGood } = require('../models/sectorgood');
|
||||
const { Skill } = require('../models/skill');
|
||||
const { Good } = require('../models/good');
|
||||
// const {SubSkill} = require('../models/subskill');
|
||||
const { Contribtype } = require('../models/contribtype');
|
||||
const { Level } = require('../models/level');
|
||||
|
||||
if (table === 'cities') {
|
||||
mytab = City;
|
||||
field = 'comune';
|
||||
} else if (table === 'provinces') {
|
||||
mytab = Province;
|
||||
field = 'descr';
|
||||
} else if (table === 'sectors') {
|
||||
mytab = Sector;
|
||||
field = 'descr';
|
||||
} else if (table === 'sectorgoods') {
|
||||
mytab = SectorGood;
|
||||
field = 'descr';
|
||||
} else if (table === 'skills') {
|
||||
mytab = Skill;
|
||||
field = 'descr';
|
||||
} else if (table === 'goods') {
|
||||
mytab = Good;
|
||||
field = 'descr';
|
||||
//} else if (table === 'subskills') {
|
||||
// mytab = SubSkill;
|
||||
// field = 'descr';
|
||||
} else if (table === 'contribtypes') {
|
||||
mytab = Contribtype;
|
||||
field = 'label';
|
||||
} else if (table === 'levels') {
|
||||
mytab = Level;
|
||||
field = 'descr';
|
||||
}
|
||||
|
||||
if (mytab) {
|
||||
await mytab.collection.drop();
|
||||
// mongoose.connection.db.dropCollection(table, function(err) {
|
||||
console.log('Delete ', table);
|
||||
|
||||
this.insertIntoDb_NoDuplicate(false, table, mytab, field);
|
||||
// });
|
||||
}
|
||||
return true;
|
||||
} catch (e) {
|
||||
console.error('Err: ' + e);
|
||||
}
|
||||
return false;
|
||||
},
|
||||
|
||||
async popolaTabelleNuove() {
|
||||
const abilita = true;
|
||||
const scrivi_citta = false;
|
||||
const scrivi_contribtype = false;
|
||||
|
||||
const globalTables = require('../tools/globalTables');
|
||||
|
||||
let ris = null;
|
||||
try {
|
||||
|
||||
console.log('INIZIO - popolaTabelleNuove');
|
||||
|
||||
for (const rec of shared_consts.TABLES_POPULATE_DATA) {
|
||||
let mytable = globalTables.getTableByTableName(rec.table);
|
||||
|
||||
let attiva = abilita;
|
||||
if (rec.table === 'cities' || rec.table === 'province') {
|
||||
attiva = scrivi_citta;
|
||||
}
|
||||
if (rec.table === 'contribtypes') {
|
||||
attiva = scrivi_contribtype;
|
||||
}
|
||||
|
||||
if (mytable) {
|
||||
await this.insertIntoDb_NoDuplicate(attiva, rec.table, mytable, rec.key, rec.key2);
|
||||
} else {
|
||||
console.error('Tabella ', mytable, ' non esistente!')
|
||||
}
|
||||
}
|
||||
|
||||
console.log('FINE - popolaTabelleNuove');
|
||||
|
||||
return true;
|
||||
} catch (e) {
|
||||
console.error('Err: ' + e);
|
||||
return false;
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
122
src/populate/provinces.js
Normal file
122
src/populate/provinces.js
Normal file
@@ -0,0 +1,122 @@
|
||||
module.exports = {
|
||||
list: [
|
||||
{ _id: 1, reg: 'SIC', prov: 'AG', descr: 'Agrigento', link_grp: 'https://t.me/c/1614195634/562?thread=553', link_telegram: '' },
|
||||
{ _id: 2, reg: 'PIE', prov: 'AL', descr: 'Alessandria', link_grp: 'https://t.me/c/1614195634/513?thread=504', link_telegram: '' },
|
||||
{ _id: 3, reg: 'MAR', prov: 'AN', descr: 'Ancona', link_grp: 'https://t.me/c/1614195634/450?thread=446', link_telegram: '' },
|
||||
{ _id: 4, reg: 'VDA', prov: 'AO', descr: 'Aosta', link_grp: 'https://t.me/c/1614195634/521?thread=520', link_telegram: '' },
|
||||
{ _id: 5, reg: 'TOS', prov: 'AR', descr: 'Arezzo', link_grp: 'https://t.me/c/1614195634/583?thread=572', link_telegram: '' },
|
||||
{ _id: 6, reg: 'MAR', prov: 'AP', descr: 'Ascoli Piceno', link_grp: 'https://t.me/c/1614195634/451?thread=447', link_telegram: '' },
|
||||
{ _id: 7, reg: 'PIE', prov: 'AT', descr: 'Asti', link_grp: 'https://t.me/c/1614195634/514?thread=505', link_telegram: '' },
|
||||
{ _id: 8, reg: 'CAM', prov: 'AV', descr: 'Avellino', link_grp: 'https://t.me/c/1614195634/413?thread=409', link_telegram: '' },
|
||||
{ _id: 9, reg: 'PUG', prov: 'BA', descr: 'Bari', link_grp: 'https://t.me/c/1614195634/534?thread=528', link_telegram: '' },
|
||||
{ _id: 10, reg: 'PUG', prov: 'BT', descr: 'Barletta-Andria-Trani', link_grp: 'https://t.me/c/1614195634/535?thread=529', link_telegram: '' },
|
||||
{ _id: 11, reg: 'VEN', prov: 'BL', descr: 'Belluno', link_grp: 'https://t.me/c/1614195634/608?thread=599', link_telegram: '' },
|
||||
{ _id: 12, reg: 'CAM', prov: 'BN', descr: 'Benevento', link_grp: 'https://t.me/c/1614195634/415?thread=411', link_telegram: '' },
|
||||
{ _id: 13, reg: 'LOM', prov: 'BG', descr: 'Bergamo', link_grp: 'https://t.me/c/1614195634/491?thread=477', link_telegram: '' },
|
||||
{ _id: 14, reg: 'PIE', prov: 'BI', descr: 'Biella', link_grp: 'https://t.me/c/1614195634/515?thread=506', link_telegram: '' },
|
||||
{ _id: 15, reg: 'EMR', prov: 'BO', descr: 'Bologna', link_grp: 'https://t.me/c/1614195634/428?thread=419', link_telegram: '' },
|
||||
{ _id: 16, reg: 'TAA', prov: 'BZ', descr: 'Bolzano', link_grp: 'https://t.me/c/1614195634/596?thread=594', link_telegram: '' },
|
||||
{ _id: 17, reg: 'LOM', prov: 'BS', descr: 'Brescia', link_grp: 'https://t.me/c/1614195634/490?thread=478', link_telegram: '' },
|
||||
{ _id: 18, reg: 'PUG', prov: 'BR', descr: 'Brindisi', link_grp: 'https://t.me/c/1614195634/536?thread=530', link_telegram: '' },
|
||||
{ _id: 19, reg: 'SAR', prov: 'CA', descr: 'Cagliari', link_grp: 'https://t.me/+9A0xl58CEI8zMWE0', link_telegram: '' },
|
||||
{ _id: 20, reg: 'SIC', prov: 'CL', descr: 'Caltanissetta', link_grp: 'https://t.me/c/1614195634/563?thread=554', link_telegram: '' },
|
||||
{ _id: 21, reg: 'MOL', prov: 'CB', descr: 'Campobasso', link_grp: 'https://t.me/c/1614195634/398?thread=396', link_telegram: '' },
|
||||
{ _id: 23, reg: 'CAM', prov: 'CE', descr: 'Caserta', link_grp: 'https://t.me/c/1614195634/414?thread=410', link_telegram: '' },
|
||||
{ _id: 24, reg: 'SIC', prov: 'CT', descr: 'Catania', link_grp: 'https://t.me/c/1614195634/564?thread=555', link_telegram: '' },
|
||||
{ _id: 25, reg: 'CAL', prov: 'CZ', descr: 'Catanzaro', link_grp: 'https://t.me/c/1614195634/378?thread=377', link_telegram: '' },
|
||||
{ _id: 26, reg: 'ABR', prov: 'CH', descr: 'Chieti', link_grp: 'https://t.me/c/1614195634/366?thread=365', link_telegram: '' },
|
||||
{ _id: 27, reg: 'LOM', prov: 'CO', descr: 'Como', link_grp: 'https://t.me/c/1614195634/492?thread=479', link_telegram: '' },
|
||||
{ _id: 28, reg: 'CAL', prov: 'CS', descr: 'Cosenza', link_grp: 'https://t.me/c/1614195634/381?thread=379', link_telegram: '' },
|
||||
{ _id: 29, reg: 'LOM', prov: 'CR', descr: 'Cremona', link_grp: 'https://t.me/c/1614195634/493?thread=480', link_telegram: '' },
|
||||
{ _id: 30, reg: 'CAL', prov: 'KR', descr: 'Crotone', link_grp: 'https://t.me/c/1614195634/382?thread=380', link_telegram: '' },
|
||||
{ _id: 31, reg: 'PIE', prov: 'CN', descr: 'Cuneo', link_grp: 'https://t.me/c/1614195634/516?thread=507', link_telegram: '' },
|
||||
{ _id: 32, reg: 'SIC', prov: 'EN', descr: 'Enna', link_grp: 'https://t.me/c/1614195634/565?thread=556', link_telegram: '' },
|
||||
{ _id: 33, reg: 'MAR', prov: 'FM', descr: 'Fermo', link_grp: 'https://t.me/c/1614195634/453?thread=448', link_telegram: '' },
|
||||
{ _id: 34, reg: 'EMR', prov: 'FE', descr: 'Ferrara', link_grp: 'https://t.me/c/1614195634/429?thread=420', link_telegram: '' },
|
||||
{ _id: 35, reg: 'TOS', prov: 'FI', descr: 'Firenze', link_grp: 'https://t.me/c/1614195634/584?thread=573', link_telegram: '' },
|
||||
{ _id: 36, reg: 'PUG', prov: 'FG', descr: 'Foggia', link_grp: 'https://t.me/c/1614195634/537?thread=531', link_telegram: '' },
|
||||
{ _id: 37, reg: 'EMR', prov: 'FC', descr: 'Forli-Cesena', link_grp: 'https://t.me/c/1614195634/430?thread=421', link_telegram: '' },
|
||||
{ _id: 38, reg: 'LAZ', prov: 'FR', descr: 'Frosinone', link_grp: 'https://t.me/c/1614195634/48?thread=44', link_telegram: '' },
|
||||
{ _id: 39, reg: 'LIG', prov: 'GE', descr: 'Genova', link_grp: 'https://t.me/c/1614195634/392?thread=388', link_telegram: '' },
|
||||
{ _id: 40, reg: 'FVG', prov: 'GO', descr: 'Gorizia', link_grp: 'https://t.me/c/1614195634/469?thread=465', link_telegram: '' },
|
||||
{ _id: 41, reg: 'TOS', prov: 'GR', descr: 'Grosseto', link_grp: 'https://t.me/c/1614195634/585?thread=574', link_telegram: '' },
|
||||
{ _id: 42, reg: 'LIG', prov: 'IM', descr: 'Imperia', link_grp: 'https://t.me/c/1614195634/393?thread=389', link_telegram: '' },
|
||||
{ _id: 43, reg: 'MOL', prov: 'IS', descr: 'Isernia', link_grp: 'https://t.me/c/1614195634/399?thread=397', link_telegram: '' },
|
||||
{ _id: 44, reg: 'LIG', prov: 'SP', descr: 'La Spezia', link_grp: 'https://t.me/c/1614195634/394?thread=390', link_telegram: '' },
|
||||
{ _id: 45, reg: 'ABR', prov: 'AQ', descr: 'L\'Aquila', link_grp: 'https://t.me/c/1614195634/364?thread=363', link_telegram: '' },
|
||||
{ _id: 46, reg: 'LAZ', prov: 'LT', descr: 'Latina', link_grp: 'https://t.me/c/1614195634/60?thread=46', link_telegram: '' },
|
||||
{ _id: 47, reg: 'PUG', prov: 'LE', descr: 'Lecce', link_grp: 'https://t.me/c/1614195634/538?thread=532', link_telegram: '' },
|
||||
{ _id: 48, reg: 'LOM', prov: 'LC', descr: 'Lecco', link_grp: 'https://t.me/c/1614195634/494?thread=482', link_telegram: '' },
|
||||
{ _id: 49, reg: 'TOS', prov: 'LI', descr: 'Livorno', link_grp: 'https://t.me/c/1614195634/586?thread=575', link_telegram: '' },
|
||||
{ _id: 50, reg: 'LOM', prov: 'LO', descr: 'Lodi', link_grp: 'https://t.me/c/1614195634/495?thread=483', link_telegram: '' },
|
||||
{ _id: 51, reg: 'TOS', prov: 'LU', descr: 'Lucca', link_grp: 'https://t.me/c/1614195634/587?thread=576', link_telegram: '' },
|
||||
{ _id: 52, reg: 'MAR', prov: 'MC', descr: 'Macerata', link_grp: 'https://t.me/c/1614195634/300?thread=162', link_telegram: '' },
|
||||
{ _id: 53, reg: 'LOM', prov: 'MN', descr: 'Mantova', link_grp: 'https://t.me/c/1614195634/497?thread=484', link_telegram: '' },
|
||||
{ _id: 54, reg: 'TOS', prov: 'MS', descr: 'Massa-Carrara', link_grp: 'https://t.me/c/1614195634/588?thread=577', link_telegram: '' },
|
||||
{ _id: 55, reg: 'BAS', prov: 'MT', descr: 'Matera', link_grp: 'https://t.me/c/1614195634/374?thread=373', link_telegram: '' },
|
||||
{ _id: 56, reg: 'SIC', prov: 'ME', descr: 'Messina', link_grp: 'https://t.me/c/1614195634/566?thread=557', link_telegram: '' },
|
||||
{ _id: 57, reg: 'LOM', prov: 'MI', descr: 'Milano', link_grp: 'https://t.me/c/1614195634/214?thread=173', link_telegram: '' },
|
||||
{ _id: 58, reg: 'EMR', prov: 'MO', descr: 'Modena', link_grp: 'https://t.me/c/1614195634/431?thread=422', link_telegram: '' },
|
||||
{ _id: 59, reg: 'LOM', prov: 'MB', descr: 'Monza e della Brianza', link_grp: 'https://t.me/c/1614195634/498?thread=485', link_telegram: '' },
|
||||
{ _id: 60, reg: 'CAM', prov: 'NA', descr: 'Napoli', link_grp: 'https://t.me/c/1614195634/407?thread=406', link_telegram: '' },
|
||||
{ _id: 61, reg: 'PIE', prov: 'NO', descr: 'Novara', link_grp: 'https://t.me/c/1614195634/517?thread=508', link_telegram: '' },
|
||||
{ _id: 62, reg: 'SAR', prov: 'NU', descr: 'Nuoro', link_grp: 'https://t.me/c/1614195634/548?thread=542', link_telegram: '' },
|
||||
{ _id: 64, reg: 'SAR', prov: 'OR', descr: 'Oristano', link_grp: 'https://t.me/c/1614195634/550?thread=543', link_telegram: '' },
|
||||
{ _id: 65, reg: 'VEN', prov: 'PD', descr: 'Padova', link_grp: 'https://t.me/c/1614195634/610?thread=600', link_telegram: '' },
|
||||
{ _id: 66, reg: 'SIC', prov: 'PA', descr: 'Palermo', link_grp: 'https://t.me/c/1614195634/568?thread=558', link_telegram: '' },
|
||||
{ _id: 67, reg: 'EMR', prov: 'PR', descr: 'Parma', link_grp: 'https://t.me/c/1614195634/432?thread=423', link_telegram: '' },
|
||||
{ _id: 68, reg: 'LOM', prov: 'PV', descr: 'Pavia', link_grp: 'https://t.me/c/1614195634/499?thread=486', link_telegram: '' },
|
||||
{ _id: 69, reg: 'UMB', prov: 'PG', descr: 'Perugia', link_grp: 'https://t.me/c/1614195634/403?thread=401', link_telegram: '' },
|
||||
{ _id: 70, reg: 'MAR', prov: 'PU', descr: 'Pesaro e Urbino', link_grp: 'https://t.me/c/1614195634/454?thread=449', link_telegram: '' },
|
||||
{ _id: 71, reg: 'ABR', prov: 'PE', descr: 'Pescara', link_grp: 'https://t.me/c/1614195634/368?thread=367', link_telegram: '' },
|
||||
{ _id: 72, reg: 'EMR', prov: 'PC', descr: 'Piacenza', link_grp: 'https://t.me/c/1614195634/433?thread=424', link_telegram: '' },
|
||||
{ _id: 73, reg: 'TOS', prov: 'PI', descr: 'Pisa', link_grp: 'https://t.me/c/1614195634/589?thread=578', link_telegram: '' },
|
||||
{ _id: 74, reg: 'TOS', prov: 'PT', descr: 'Pistoia', link_grp: 'https://t.me/c/1614195634/590?thread=579', link_telegram: '' },
|
||||
{ _id: 75, reg: 'FVG', prov: 'PN', descr: 'Pordenone', link_grp: 'https://t.me/c/1614195634/470?thread=466', link_telegram: '' },
|
||||
{ _id: 76, reg: 'BAS', prov: 'PZ', descr: 'Potenza', link_grp: 'https://t.me/c/1614195634/376?thread=375', link_telegram: '' },
|
||||
{ _id: 77, reg: 'TOS', prov: 'PO', descr: 'Prato', link_grp: 'https://t.me/+PzI_p0ao_jU1OGQ0', link_telegram: '' },
|
||||
{ _id: 78, reg: 'SIC', prov: 'RG', descr: 'Ragusa', link_grp: 'https://t.me/c/1614195634/569?thread=559', link_telegram: '' },
|
||||
{ _id: 79, reg: 'EMR', prov: 'RA', descr: 'Ravenna', link_grp: 'https://t.me/c/1614195634/434?thread=425', link_telegram: '' },
|
||||
{ _id: 80, reg: 'CAL', prov: 'RC', descr: 'Reggio Calabria', link_grp: 'https://t.me/c/1614195634/385?thread=383', link_telegram: '' },
|
||||
{ _id: 81, reg: 'EMR', prov: 'RE', descr: 'Reggio Emilia', link_grp: 'https://t.me/c/1614195634/435?thread=426', link_telegram: '' },
|
||||
{ _id: 82, reg: 'LAZ', prov: 'RI', descr: 'Rieti', link_grp: 'https://t.me/c/1614195634/61?thread=45', link_telegram: '' },
|
||||
{ _id: 83, reg: 'EMR', prov: 'RN', descr: 'Rimini', link_grp: 'https://t.me/c/1614195634/436?thread=https://t.me/c/1614195634/64?thread=57427', link_telegram: '' },
|
||||
{ _id: 84, reg: 'LAZ', prov: 'RM', descr: 'Roma', link_grp: '', link_telegram: '' },
|
||||
{ _id: 85, reg: 'VEN', prov: 'RO', descr: 'Rovigo', link_grp: 'https://t.me/c/1614195634/611?thread=601', link_telegram: '' },
|
||||
{ _id: 86, reg: 'CAM', prov: 'SA', descr: 'Salerno', link_grp: 'https://t.me/c/1614195634/416?thread=412', link_telegram: '' },
|
||||
{ _id: 88, reg: 'SAR', prov: 'SS', descr: 'Sassari', link_grp: 'https://t.me/c/1614195634/551?thread=544', link_telegram: '' },
|
||||
{ _id: 89, reg: 'LIG', prov: 'SV', descr: 'Savona', link_grp: 'https://t.me/c/1614195634/395?thread=391', link_telegram: '' },
|
||||
{ _id: 90, reg: 'TOS', prov: 'SI', descr: 'Siena', link_grp: 'https://t.me/c/1614195634/592?thread=581', link_telegram: '' },
|
||||
{ _id: 91, reg: 'SIC', prov: 'SR', descr: 'Siracusa', link_grp: 'https://t.me/c/1614195634/570?thread=560', link_telegram: '' },
|
||||
{ _id: 92, reg: 'LOM', prov: 'SO', descr: 'Sondrio', link_grp: 'https://t.me/c/1614195634/500?thread=487', link_telegram: '' },
|
||||
{ _id: 93, reg: 'PUG', prov: 'TA', descr: 'Taranto', link_grp: 'https://t.me/c/1614195634/539?thread=533', link_telegram: '' },
|
||||
{ _id: 94, reg: 'ABR', prov: 'TE', descr: 'Teramo', link_grp: 'https://t.me/c/1614195634/370?thread=369', link_telegram: '' },
|
||||
{ _id: 95, reg: 'UMB', prov: 'TR', descr: 'Terni', link_grp: 'https://t.me/c/1614195634/404?thread=402', link_telegram: '' },
|
||||
{ _id: 96, reg: 'PIE', prov: 'TO', descr: 'Torino', link_grp: 'https://t.me/c/1614195634/518?thread=509', link_telegram: '' },
|
||||
{ _id: 98, reg: 'SIC', prov: 'TP', descr: 'Trapani', link_grp: 'https://t.me/c/1614195634/571?thread=561', link_telegram: '' },
|
||||
{ _id: 99, reg: 'TAA', prov: 'TN', descr: 'Trento', link_grp: 'https://t.me/c/1614195634/597?thread=595', link_telegram: '' },
|
||||
{ _id: 100, reg: 'VEN', prov: 'TV', descr: 'Treviso', link_grp: 'https://t.me/c/1614195634/612?thread=602', link_telegram: '' },
|
||||
{ _id: 101, reg: 'FVG', prov: 'TS', descr: 'Trieste', link_grp: 'https://t.me/c/1614195634/471?thread=467', link_telegram: '' },
|
||||
{ _id: 102, reg: 'FVG', prov: 'UD', descr: 'Udine', link_grp: 'https://t.me/c/1614195634/472?thread=468', link_telegram: '' },
|
||||
{ _id: 103, reg: 'LOM', prov: 'VA', descr: 'Varese', link_grp: 'https://t.me/c/1614195634/501?thread=488', link_telegram: '' },
|
||||
{ _id: 104, reg: 'VEN', prov: 'VE', descr: 'Venezia', link_grp: 'https://t.me/c/1614195634/613?thread=603', link_telegram: '' },
|
||||
{ _id: 105, reg: 'PIE', prov: 'VB', descr: 'Verbano-Cusio-Ossola', link_grp: 'https://t.me/c/1614195634/519?thread=510 ', link_telegram: '' },
|
||||
{ _id: 106, reg: 'PIE', prov: 'VC', descr: 'Vercelli', link_grp: 'https://t.me/c/1614195634/512?thread=511', link_telegram: '' },
|
||||
{ _id: 107, reg: 'VEN', prov: 'VR', descr: 'Verona', link_grp: 'https://t.me/c/1614195634/614?thread=604', link_telegram: '' },
|
||||
{ _id: 108, reg: 'CAL', prov: 'VV', descr: 'Vibo Valentia', link_grp: 'https://t.me/c/1614195634/386?thread=384', link_telegram: '' },
|
||||
{ _id: 109, reg: 'VEN', prov: 'VI', descr: 'Vicenza', link_grp: 'https://t.me/c/1614195634/615?thread=605', link_telegram: '' },
|
||||
{ _id: 110, reg: 'LAZ', prov: 'VT', descr: 'Viterbo', link_grp: 'https://t.me/c/1614195634/76?thread=74', link_telegram: '' },
|
||||
{ _id: 111, reg: 'RSM', prov: 'RSM', descr: 'Repubblica di San Marino', link_grp: 'https://t.me/+HSdNurm0IXY1MGI0', link_telegram: '' },
|
||||
{ _id: 112, reg: 'EST', prov: 'EST', descr: 'Estero', link_grp: '', link_telegram: '' },
|
||||
{ _id: 113, reg: 'ONL', prov: 'ONL', descr: 'On Line', link_grp: '', link_telegram: '' },
|
||||
{ _id: 114, reg: 'LAZ', prov: 'RM', descr: 'Roma Nord-Est', card: 'NORD-EST', link_grp: 'https://t.me/c/1614195634/64?thread=57', link_telegram: '' },
|
||||
{ _id: 115, reg: 'LAZ', prov: 'RM', descr: 'Roma Sud-Est', card: 'SUD-EST', link_grp: 'https://t.me/c/1614195634/65?thread=58', link_telegram: '' },
|
||||
{ _id: 116, reg: 'LAZ', prov: 'RM', descr: 'Roma Nord', card: 'NORD', link_grp: 'https://t.me/c/1614195634/75?thread=73', link_telegram: '' },
|
||||
{ _id: 117, reg: 'LAZ', prov: 'RM', descr: 'Roma Nord-Ovest', card: 'NORD-OVEST', link_grp: 'https://t.me/c/1614195634/62?thread=47', link_telegram: '' },
|
||||
{ _id: 118, reg: 'LAZ', prov: 'RM', descr: 'Roma Sud e Litorale', card: 'SUD', link_grp: 'https://t.me/c/1614195634/67?thread=43', link_telegram: '' },
|
||||
{ _id: 119, reg: 'PUG', prov: 'VAL', descr: 'Valle D\'Itria', link_grp: 'https://t.me/progettoriso/7016?thread=7015', link_telegram: '' },
|
||||
{ _id: 121, reg: 'ITA', prov: 'ITA', descr: 'Italia', link_grp: '', link_telegram: '' },
|
||||
{ _id: 122, reg: 'LOM', prov: 'MI', descr: 'Milano Est', card: 'EST', link_grp: '', link_telegram: '' },
|
||||
{ _id: 123, reg: 'SAR', prov: 'SU', descr: 'Sud Sardegna', link_grp: '', link_telegram: '' },
|
||||
],
|
||||
};
|
||||
65
src/populate/queryais.js
Normal file
65
src/populate/queryais.js
Normal file
@@ -0,0 +1,65 @@
|
||||
const { ObjectId } = require('mongodb');
|
||||
|
||||
module.exports = {
|
||||
list: [
|
||||
{
|
||||
_id: new ObjectId("115a353c002c298f44900010"),
|
||||
idapp: 18,
|
||||
ask: [
|
||||
{ descr: 'Scegli quanti punti', value: 'numpunti' },
|
||||
],
|
||||
descr: 'Scrivimi {numpunti} punti per {testo}',
|
||||
query: 'Scrivimi {numpunti} punti per {testo}',
|
||||
output_type: 'ELENCO',
|
||||
},
|
||||
{
|
||||
_id: new ObjectId("115a353c002c298f44900020"),
|
||||
idapp: 18,
|
||||
ask: [
|
||||
{ descr: 'Numeri di righe', value: 'numrighe', min: 1, max: 100 },
|
||||
],
|
||||
descr: 'Riassumi ogni punto dell\'elenco in {numrighe} righe',
|
||||
query: 'Riassumi ogni punto dell\'elenco in massimo {numrighe} righe',
|
||||
output_type: 'ELENCO',
|
||||
},
|
||||
{
|
||||
_id: new ObjectId("115a353c002c829f44900030"),
|
||||
idapp: 18,
|
||||
ask: [],
|
||||
descr: 'Estrai le cose importanti dell\'articolo',
|
||||
query: 'Quali sono le cose importanti che sono state dette in questo articolo? {testo}',
|
||||
output_type: '',
|
||||
},
|
||||
{
|
||||
_id: new ObjectId("115a353c002c8298f4900040"),
|
||||
idapp: 18,
|
||||
ask: [],
|
||||
descr: 'Dammi degli Emoji',
|
||||
query: 'Dammi 10 ideee per degli Emoji che puoi utilizzare per la frase {testo}',
|
||||
buttons: ['NEXT_10'],
|
||||
output_type: '',
|
||||
},
|
||||
{
|
||||
_id: new ObjectId("115a353c002c298f44900050"),
|
||||
idapp: 18,
|
||||
ask: [
|
||||
{ descr: 'Scegli quanti Punti', value: 'numpunti' },
|
||||
],
|
||||
descr: '{numpunti} punti per un webinar su come utilizzare ChatGPT',
|
||||
query: 'Scrivimi {numpunti} punti per un webinar su come utilizzare ChatGPT nel proprio lavoro',
|
||||
output_type: 'ELENCO',
|
||||
},
|
||||
{
|
||||
_id: new ObjectId("115a353c002c898f44900060"),
|
||||
idapp: 18,
|
||||
descr: 'Scaletta punti',
|
||||
query: 'Mi fai una scaletta di punti che potrei affrontare durante il webinar.',
|
||||
},
|
||||
{
|
||||
_id: new ObjectId("115a353c002c829f44900070"),
|
||||
idapp: 18,
|
||||
descr: 'Elenchi Puntati',
|
||||
query: 'Mi trasformi questo testo in elenchi puntati? {testo}',
|
||||
},
|
||||
],
|
||||
};
|
||||
25
src/populate/sectorgoods.js
Normal file
25
src/populate/sectorgoods.js
Normal file
@@ -0,0 +1,25 @@
|
||||
module.exports = {
|
||||
list: [
|
||||
{_id: 1, descr: 'Abbigliamento', icon: 'fas fa-tshirt', color: 'blue-7'},
|
||||
{_id: 2, descr: 'Arredamento', icon: 'fas fa-chair', color: 'green-7'},
|
||||
{_id: 3, descr: 'Auto e Moto', icon: 'fas fa-car', color: 'orange-7'},
|
||||
{_id: 4, descr: 'Artigianato', icon: 'fas fa-screwdriver', color: 'red-7'},
|
||||
{_id: 5, descr: 'Bellezza e Igiene', icon: 'fas fa-spa', color: 'purple-7'},
|
||||
{_id: 6, descr: 'Bimbi', icon: 'fas fa-child', color: 'cyan-7'},
|
||||
{_id: 7, descr: 'Cibo'},
|
||||
{_id: 8, descr: 'Collezionismo e Antiquariato'},
|
||||
{_id: 9, descr: 'Elettronica di Consumo'},
|
||||
{_id: 10, descr: 'Giochi', icon: 'fas fa-gamepad', color: 'purple-7'},
|
||||
{_id: 11, descr: 'Hobby', icon: 'fas fa-guitar', color: 'cyan-7'},
|
||||
{_id: 12, descr: 'Libri', icon: 'fas fa-book', color: 'indigo-7'},
|
||||
{_id: 13, descr: 'Musica e Film', icon: 'fas fa-music', color: 'brown-7'},
|
||||
{_id: 14, descr: 'Scuola e Ufficio', icon: 'fas fa-graduation-cap', color: 'pink-7'},
|
||||
{_id: 15, descr: 'Sport', icon: 'fas fa-futbol', color: 'orange-7'},
|
||||
{_id: 16, descr: 'Un po\' di Tutto', icon: 'fas fa-globe-europe', color: 'red-7'},
|
||||
{_id: 17, descr: 'Attrezzature', icon: 'fas fa-tools', color: 'blue-7'},
|
||||
{_id: 18, descr: 'Animali', icon: 'fas fa-paw', color: 'green-7'},
|
||||
{_id: 19, descr: 'Arte / Decorazioni', icon: 'fas fa-palette', color: 'purple-7'},
|
||||
{_id: 20, descr: 'Agricoltura', icon: 'fas fa-seedling', color: 'green-7'},
|
||||
|
||||
],
|
||||
};
|
||||
41
src/populate/sectors.js
Normal file
41
src/populate/sectors.js
Normal file
@@ -0,0 +1,41 @@
|
||||
/*
|
||||
module.exports = {
|
||||
list: [
|
||||
{ _id: 2, descr: 'Agricoltura', icon: 'fas fa-tractor', color: '#4CAF50' },
|
||||
{ _id: 3, descr: 'Cibo e Ristorazione', icon: 'fas fa-utensils', color: '#FF9800' },
|
||||
{ _id: 4, descr: 'Animali', icon: 'fas fa-paw', color: '#795548' },
|
||||
{ _id: 5, descr: 'Auto e Veicoli', icon: 'fas fa-car', color: '#607D8B' },
|
||||
{ _id: 6, descr: 'Salute e Benessere', icon: 'fas fa-heartbeat', color: '#E91E63' },
|
||||
{ _id: 7, descr: 'Casa e Arredamento', icon: 'fas fa-home', color: '#9C27B0' },
|
||||
{ _id: 8, descr: 'Attività Ricreative e di Intrattenim.', icon: 'fas fa-gamepad', color: '#FF5722' },
|
||||
{ _id: 13, descr: 'Tecnologie', icon: 'fas fa-microchip', color: '#2196F3' },
|
||||
{ _id: 15, descr: 'Artigianato', icon: 'fas fa-hammer', color: '#FFC107' },
|
||||
{ _id: 16, descr: 'Arte e Cultura', icon: 'fas fa-palette', color: '#3F51B5' },
|
||||
{ _id: 17, descr: 'Assistenza e Integrazione', icon: 'fas fa-hands-helping', color: '#00BCD4' },
|
||||
{ _id: 18, descr: 'Attività fisica e sportiva', icon: 'fas fa-running', color: '#8BC34A' },
|
||||
{ _id: 20, descr: 'Bambini', icon: 'fas fa-baby', color: '#FFEB3B' },
|
||||
{ _id: 21, descr: 'Consulenza e Supporto Professionale', icon: 'fas fa-briefcase', color: '#9E9E9E' },
|
||||
{ _id: 22, descr: 'Formazione e crescita personale', icon: 'fas fa-graduation-cap', color: '#673AB7' },
|
||||
{ _id: 23, descr: 'Manutenzione e riparazione', icon: 'fas fa-wrench', color: '#F44336' },
|
||||
{ _id: 24, descr: 'Mobilità e Trasporti', icon: 'fas fa-bus', color: '#009688' },
|
||||
],
|
||||
};
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
list: [
|
||||
{_id: 1, descr: 'Abitare'},
|
||||
{_id: 2, descr: 'Agricoltura'},
|
||||
{_id: 3, descr: 'Alimentazione'},
|
||||
{_id: 4, descr: 'Animali'},
|
||||
{_id: 5, descr: 'Auto e Veicoli'},
|
||||
{_id: 6, descr: 'Benessere'},
|
||||
{_id: 7, descr: 'Per la Casa'},
|
||||
{_id: 8, descr: 'Intrattenimento'},
|
||||
{_id: 10, descr: 'Per la Persona'},
|
||||
{_id: 11, descr: 'Progetti di Gruppo'},
|
||||
{_id: 12, descr: 'Salute'},
|
||||
{_id: 13, descr: 'Tecnologie'},
|
||||
{_id: 14, descr: 'Servizi'},
|
||||
],
|
||||
};
|
||||
131
src/populate/skills.js
Normal file
131
src/populate/skills.js
Normal file
@@ -0,0 +1,131 @@
|
||||
module.exports = {
|
||||
list: [
|
||||
{_id: 1, idSector: [1], descr: 'Autocostruzione'},
|
||||
{_id: 2, idSector: [1], descr: 'Ecovillaggi / Comunità'},
|
||||
{_id: 3, idSector: [1], descr: 'Cohousing'},
|
||||
{_id: 4, idSector: [2], descr: 'Orto sinergico'},
|
||||
{_id: 5, idSector: [2], descr: 'Pacciamatura'},
|
||||
{_id: 6, idSector: [2], descr: 'Orto tradizionale'},
|
||||
{_id: 7, idSector: [2], descr: 'Permacultura'},
|
||||
{_id: 8, idSector: [2], descr: 'Cultura idroponica'},
|
||||
{_id: 9, idSector: [2], descr: 'Elettrocultura'},
|
||||
{_id: 10, idSector: [2], descr: 'Aratura + semina'},
|
||||
{_id: 11, idSector: [2], descr: 'Potatura'},
|
||||
{_id: 12, idSector: [2], descr: 'Raccolta'},
|
||||
{_id: 13, idSector: [3], descr: 'Preparazione cibi'},
|
||||
{_id: 14, idSector: [3], descr: 'Preparazione bevande'},
|
||||
{_id: 15, idSector: [3], descr: 'Autoproduzione alimenti e bevande'},
|
||||
{_id: 16, idSector: [4], descr: 'Servizi per Cani'},
|
||||
{_id: 17, idSector: [4], descr: 'Servizi per Gatti'},
|
||||
{_id: 18, idSector: [4], descr: 'Servizi per Animali da allevamento'},
|
||||
{_id: 19, idSector: [4], descr: 'Veterinario'},
|
||||
{_id: 20, idSector: [5], descr: 'Riparazioni Auto'},
|
||||
{_id: 21, idSector: [5], descr: 'Riparazioni Moto'},
|
||||
{_id: 22, idSector: [5], descr: 'Riparazioni Camper / Van'},
|
||||
{_id: 23, idSector: [5], descr: 'Creazione di Van Camperizzati'},
|
||||
{_id: 24, idSector: [5], descr: 'Noleggio veicoli'},
|
||||
{_id: 25, idSector: [5], descr: 'Lavaggio auto'},
|
||||
{_id: 26, idSector: [6], descr: 'Alimentazione Naturale'},
|
||||
{_id: 27, idSector: [6], descr: 'Ginnastica'},
|
||||
{_id: 28, idSector: [6], descr: 'Yoga'},
|
||||
{_id: 29, idSector: [6], descr: 'Trattamenti Olistici'},
|
||||
{_id: 30, idSector: [6], descr: 'Meditazione e mindfulness'},
|
||||
{_id: 31, idSector: [6], descr: 'Trattamenti Energetici'},
|
||||
{_id: 32, idSector: [6], descr: 'Trattamenti Sonori'},
|
||||
{_id: 33, idSector: [6], descr: 'Arteterapia'},
|
||||
{_id: 34, idSector: [6], descr: 'Teatroterapia'},
|
||||
{_id: 35, idSector: [6], descr: 'Cantoterapia'},
|
||||
{_id: 36, idSector: [6], descr: 'Trattamenti Luminosi'},
|
||||
{_id: 37, idSector: [6], descr: 'Fitoterapia'},
|
||||
{_id: 38, idSector: [6], descr: 'Kinesiologia'},
|
||||
{_id: 39, idSector: [6], descr: 'Terapie Naturali'},
|
||||
{_id: 40, idSector: [7], descr: 'Muratore'},
|
||||
{_id: 41, idSector: [7], descr: 'Imbianchino'},
|
||||
{_id: 42, idSector: [7], descr: 'Elettricista - TV'},
|
||||
{_id: 43, idSector: [7], descr: 'Falegname'},
|
||||
{_id: 44, idSector: [7], descr: 'Fabbro'},
|
||||
{_id: 45, idSector: [7], descr: 'Arredamento'},
|
||||
{_id: 46, idSector: [7], descr: 'Idraulico'},
|
||||
{_id: 47, idSector: [7], descr: 'Giardiniere'},
|
||||
{_id: 48, idSector: [7], descr: 'Canne fumarie e camini e stufe'},
|
||||
{_id: 49, idSector: [7], descr: 'Pannelli solari'},
|
||||
{_id: 50, idSector: [7], descr: 'Riparazioni varie'},
|
||||
{_id: 51, idSector: [7], descr: 'Tuttofare'},
|
||||
{_id: 52, idSector: [7], descr: 'Traslochi'},
|
||||
{_id: 53, idSector: [7], descr: 'Piastrellista'},
|
||||
{_id: 54, idSector: [7], descr: 'Pulizie'},
|
||||
{_id: 55, idSector: [8], descr: 'Ballo'},
|
||||
{_id: 56, idSector: [8], descr: 'Canto'},
|
||||
{_id: 57, idSector: [8], descr: 'Musica'},
|
||||
{_id: 58, idSector: [8], descr: 'Letteratura e poesia'},
|
||||
{_id: 59, idSector: [8], descr: 'Teatro'},
|
||||
{_id: 60, idSector: [8], descr: 'Fotografia'},
|
||||
{_id: 61, idSector: [8], descr: 'Film making'},
|
||||
{_id: 62, idSector: [8], descr: 'Sport'},
|
||||
{_id: 63, idSector: [8], descr: 'Arte'},
|
||||
{_id: 70, idSector: [10], descr: 'Parrucchiere'},
|
||||
{_id: 71, idSector: [10], descr: 'Estetista'},
|
||||
{_id: 72, idSector: [10], descr: 'Omeopatia'},
|
||||
{_id: 73, idSector: [10], descr: 'Assistenza anziani'},
|
||||
{_id: 74, idSector: [10], descr: 'Contabile/commercialista'},
|
||||
{_id: 75, idSector: [10], descr: 'Avvocato'},
|
||||
{_id: 76, idSector: [10], descr: 'Baby sitter'},
|
||||
{_id: 77, idSector: [10], descr: 'Sarto'},
|
||||
{_id: 78, idSector: [10], descr: 'Autoproduzione prodotti persona'},
|
||||
{_id: 79, idSector: [10], descr: 'Corsi e Formazione'},
|
||||
{_id: 80, idSector: [10], descr: 'Supporto spesa'},
|
||||
{_id: 81, idSector: [10], descr: 'Volontariato'},
|
||||
{_id: 82, idSector: [11], descr: 'Gruppi di acquisto'},
|
||||
{_id: 83, idSector: [11], descr: 'Banca del tempo'},
|
||||
{_id: 84, idSector: [11], descr: 'Collabora con noi'},
|
||||
{_id: 85, idSector: [11], descr: 'Eventi'},
|
||||
{_id: 86, idSector: [11], descr: 'Laboratori'},
|
||||
{_id: 87, idSector: [11], descr: 'Idee e suggerimenti'},
|
||||
{_id: 88, idSector: [12], descr: 'Medico di base '},
|
||||
{_id: 89, idSector: [12], descr: 'Specialista'},
|
||||
{_id: 90, idSector: [12], descr: 'Pediatra'},
|
||||
{_id: 91, idSector: [12], descr: 'Dentista'},
|
||||
{_id: 92, idSector: [12], descr: 'Psicologo'},
|
||||
{_id: 93, idSector: [12], descr: 'Psicoterapeuta'},
|
||||
{_id: 94, idSector: [12], descr: 'Ostetrica'},
|
||||
{_id: 95, idSector: [12], descr: 'Nutrizionista'},
|
||||
{_id: 97, idSector: [12], descr: 'Counseling'},
|
||||
{_id: 98, idSector: [13], descr: 'Assistenza PC / software'},
|
||||
{_id: 99, idSector: [13], descr: 'Assistenza Cellulari'},
|
||||
{_id: 100, idSector: [13], descr: 'Realizzazione Siti web'},
|
||||
{_id: 101, idSector: [13], descr: 'Realizzazione App / Piattaforme'},
|
||||
{_id: 102, idSector: [13], descr: 'Corsi d\'Informatica'},
|
||||
{_id: 103, idSector: [13], descr: 'Riparazione Elettrodomestici'},
|
||||
{_id: 104, idSector: [12], descr: 'Infermiera'},
|
||||
{_id: 105, idSector: [12], descr: 'OSS'},
|
||||
{_id: 106, idSector: [10], descr: 'Badante'},
|
||||
{_id: 107, idSector: [6], descr: 'Massaggi'},
|
||||
{_id: 108, idSector: [10], descr: 'Affrancamento'},
|
||||
{_id: 109, idSector: [10], descr: 'Supporto'},
|
||||
{_id: 110, idSector: [10], descr: 'Consulenza'},
|
||||
{_id: 111, idSector: [6], descr: 'Floriterapia'},
|
||||
{_id: 112, idSector: [6], descr: 'Costellazioni Familiari'},
|
||||
{_id: 113, idSector: [6], descr: 'Coach Motivazionale'},
|
||||
{_id: 114, idSector: [6], descr: 'Tecniche Essene'},
|
||||
{_id: 115, idSector: [6], descr: 'Riflessologia'},
|
||||
{_id: 116, idSector: [6], descr: 'Naturopatia'},
|
||||
{_id: 117, idSector: [14], descr: 'Organizzazione Aziendale'},
|
||||
{_id: 118, idSector: [14], descr: 'Project Manager'},
|
||||
{_id: 119, idSector: [14], descr: 'Consulenze per Startup'},
|
||||
{_id: 120, idSector: [14], descr: 'Grafica'},
|
||||
{_id: 121, idSector: [14], descr: 'Web'},
|
||||
{_id: 122, idSector: [14], descr: 'Progettazione'},
|
||||
{_id: 123, idSector: [12], descr: 'Medicina Naturale'},
|
||||
{_id: 124, idSector: [1], descr: 'Casa in Vendita'},
|
||||
{_id: 125, idSector: [1], descr: 'Casa in Affitto'},
|
||||
{_id: 126, idSector: [1], descr: 'Terreno'},
|
||||
{_id: 127, idSector: [1], descr: 'Stanza in affitto'},
|
||||
{_id: 128, idSector: [1], descr: 'Stanza in condivisione'},
|
||||
{_id: 129, idSector: [3], descr: 'Home Restaurant'},
|
||||
{_id: 130, idSector: [7], descr: 'Pannelli Solari'},
|
||||
{_id: 131, idSector: [7], descr: 'Pompe di calore'},
|
||||
{_id: 132, idSector: [7], descr: 'Impianti Fotovoltaici'},
|
||||
{_id: 133, idSector: [7], descr: 'Restauro'},
|
||||
{_id: 134, idSector: [7], descr: 'Altro'},
|
||||
],
|
||||
};
|
||||
6
src/populate/statusSkills.js
Normal file
6
src/populate/statusSkills.js
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
list: [
|
||||
{_id: 1, descr: '👤 Di Persona', icon:'fas fa-people-carry', color:'green-8' },
|
||||
{_id: 2, descr: '💻 On Line', icon:'fas fa-desktop', color: 'indigo-7'},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user