diff --git a/src/populate/contribtypes.js b/src/populate/contribtypes.js index e651608..18c94d2 100644 --- a/src/populate/contribtypes.js +++ b/src/populate/contribtypes.js @@ -134,23 +134,24 @@ module.exports = { { _id: new ObjectId('515a353c002c8298f4495bf7'), idapp: '13', - label: '🎁 Dono', + label: 'Dono', icon: '🎁', color: '#e91e63', + __v: 0, }, { _id: new ObjectId('51bc466567de9a1f54b254f4'), idapp: '13', - label: '💸 Offerta Libera', + label: 'Offerta Libera', icon: '💸', - color: '#2196f3', + color: '#4caf50', __v: 0, }, { _id: new ObjectId('51bc454867de9a1f54b254f2'), idapp: '13', - label: '🤝 Baratto', + label: 'Baratto', icon: '🤝', color: '#ff9800', __v: 0, @@ -158,7 +159,7 @@ module.exports = { { _id: new ObjectId('51bc482667de9a1f54b25412'), idapp: '13', - label: '💪 Scambio Lavoro', + label: 'Scambio Lavoro', icon: '💪', color: '#9c27b0', __v: 0, @@ -166,7 +167,7 @@ module.exports = { { _id: new ObjectId('51bc482667de9a1f64b254ab'), idapp: '13', - label: '🪙 Monete Alternative', + label: 'Monete Alternative', icon: '🪙', color: '#795548', __v: 0, @@ -174,7 +175,7 @@ module.exports = { { _id: new ObjectId('51bc482667de9a1f64b254ac'), idapp: '13', - label: '🍚 RIS', + label: 'RIS', icon: '🍚', color: '#ffc107', __v: 0, @@ -182,15 +183,15 @@ module.exports = { { _id: new ObjectId('51bc482667de9a1f64b254fb'), idapp: '13', - label: '💶 Euro', + label: 'Euro', icon: '💶', - color: '#4caf50', + color: '#0d47a1', __v: 0, }, { _id: new ObjectId('51bc482667de9a1f64b254ff'), idapp: '13', - label: '₿ Bitcoin', + label: 'Bitcoin', icon: '₿', color: '#ff9800', __v: 0, @@ -198,7 +199,7 @@ module.exports = { { _id: new ObjectId('51bc482667de9a1f64b255ff'), idapp: '13', - label: '⏳ Banca del Tempo', + label: 'Banca del Tempo', icon: '⏳', color: '#00bcd4', __v: 0, diff --git a/src/populate/new_bachecas.js b/src/populate/new_bachecas.js index 42ae069..ace51d3 100644 --- a/src/populate/new_bachecas.js +++ b/src/populate/new_bachecas.js @@ -4,7 +4,8 @@ module.exports = { // Abitare Alternativo (1) { _id: 1, idSectorBacheca: [1], descr: 'Autocostruzione', icon: 'fas fa-hammer' }, { _id: 2, idSectorBacheca: [1], descr: 'Bioedilizia', icon: 'fas fa-leaf' }, - { _id: 3, idSectorBacheca: [1], descr: 'Cohousing', icon: 'fas fa-home-heart' }, + { _id: 3, idSectorBacheca: [1], descr: 'Cohousing', icon: 'home_work' }, + { _id: 4, idSectorBacheca: [1], descr: 'Ecovillaggi', icon: 'fas fa-users' }, { _id: 5, idSectorBacheca: [1], descr: 'Offerte Immobili', icon: 'fas fa-key' }, { _id: 6, idSectorBacheca: [1], descr: 'Stanze Condivise', icon: 'fas fa-door-open' }, @@ -18,15 +19,18 @@ module.exports = { { _id: 15, idSectorBacheca: [2], descr: 'Wwoof e Volontariato', icon: 'fas fa-hands-helping' }, // Alimentazione Consapevole (3) - { _id: 20, idSectorBacheca: [3], descr: 'Autoproduzione', icon: 'fas fa-jar' }, + { _id: 20, idSectorBacheca: [3], descr: 'Autoproduzione', icon: 'kitchen' }, + { _id: 21, idSectorBacheca: [3], descr: 'Cene Condivise', icon: 'fas fa-utensils' }, - { _id: 22, idSectorBacheca: [3], descr: 'Corsi Cucina', icon: 'fas fa-cook' }, + { _id: 22, idSectorBacheca: [3], descr: 'Corsi Cucina', icon: 'restaurant' }, + { _id: 23, idSectorBacheca: [3], descr: 'Fermentazione', icon: 'fas fa-flask' }, { _id: 24, idSectorBacheca: [3], descr: 'Gruppi Acquisto', icon: 'fas fa-shopping-basket' }, { _id: 25, idSectorBacheca: [3], descr: 'Panificazione', icon: 'fas fa-bread-slice' }, // Animali e Natura (4) - { _id: 30, idSectorBacheca: [4], descr: 'Apicoltura', icon: 'fas fa-bee' }, + { _id: 30, idSectorBacheca: [4], descr: 'Apicoltura', icon: 'hive' }, + { _id: 31, idSectorBacheca: [4], descr: 'Escursioni Natura', icon: 'fas fa-hiking' }, { _id: 32, idSectorBacheca: [4], descr: 'Pet Sitting Condiviso', icon: 'fas fa-paw' }, { _id: 33, idSectorBacheca: [4], descr: 'Riconoscimento Piante', icon: 'fas fa-leaf' }, @@ -36,7 +40,7 @@ module.exports = { { _id: 41, idSectorBacheca: [5], descr: 'Costellazioni Familiari', icon: 'fas fa-users' }, { _id: 42, idSectorBacheca: [5], descr: 'Meditazione', icon: 'fas fa-om' }, { _id: 43, idSectorBacheca: [5], descr: 'Pratiche Energetiche', icon: 'fas fa-hand-sparkles' }, - { _id: 44, idSectorBacheca: [5], descr: 'Yoga e Movimento', icon: 'fas fa-user-zen' }, + { _id: 44, idSectorBacheca: [5], descr: 'Yoga e Movimento', icon: 'self_improvement' }, // Cultura e Arte (6) { _id: 50, idSectorBacheca: [6], descr: 'Ballo e Danza', icon: 'fas fa-music' }, @@ -48,7 +52,8 @@ module.exports = { // Economia Solidale (7) { _id: 60, idSectorBacheca: [7], descr: 'Banca del Tempo', icon: 'fas fa-clock' }, - { _id: 61, idSectorBacheca: [7], descr: 'Finanza Etica', icon: 'fas fa-piggy-bank' }, + { _id: 61, idSectorBacheca: [7], descr: 'Finanza Etica', icon: 'savings' }, + { _id: 62, idSectorBacheca: [7], descr: 'Mercatini Scambio', icon: 'fas fa-store' }, { _id: 63, idSectorBacheca: [7], descr: 'Monete Locali', icon: 'fas fa-coins' }, @@ -62,12 +67,13 @@ module.exports = { { _id: 80, idSectorBacheca: [9], descr: 'Autocostruzione Solare', icon: 'fas fa-solar-panel' }, { _id: 81, idSectorBacheca: [9], descr: 'Compostaggio', icon: 'fas fa-recycle' }, { _id: 82, idSectorBacheca: [9], descr: 'Comunità Energetiche', icon: 'fas fa-plug' }, - { _id: 83, idSectorBacheca: [9], descr: 'Riciclo Creativo', icon: 'fas fa-trash-restore' }, + { _id: 83, idSectorBacheca: [9], descr: 'Riciclo Creativo', icon: 'restore_from_trash' }, // Lavoro e Autoproduzione (10) { _id: 90, idSectorBacheca: [10], descr: 'Artigianato', icon: 'fas fa-hammer' }, { _id: 91, idSectorBacheca: [10], descr: 'Autocostruzione', icon: 'fas fa-tools' }, - { _id: 92, idSectorBacheca: [10], descr: 'Falegnameria', icon: 'fas fa-saw' }, + { _id: 92, idSectorBacheca: [10], descr: 'Falegnameria', icon: 'handyman' }, + { _id: 93, idSectorBacheca: [10], descr: 'Riparazione', icon: 'fas fa-wrench' }, { _id: 94, idSectorBacheca: [10], descr: 'Sartoria', icon: 'fas fa-cut' }, @@ -80,20 +86,22 @@ module.exports = { // Progetti Comunitari (12) { _id: 110, idSectorBacheca: [12], descr: 'Assemblee', icon: 'fas fa-users' }, { _id: 111, idSectorBacheca: [12], descr: 'Brainstorming', icon: 'fas fa-lightbulb' }, - { _id: 112, idSectorBacheca: [12], descr: 'Co-progettazione', icon: 'fas fa-project-diagram' }, + { _id: 112, idSectorBacheca: [12], descr: 'Co-progettazione', icon: 'account_tree' }, + { _id: 113, idSectorBacheca: [12], descr: 'Eventi Comunitari', icon: 'fas fa-calendar-alt' }, { _id: 114, idSectorBacheca: [12], descr: 'Nuove Iniziative', icon: 'fas fa-rocket' }, // Salute Naturale (13) { _id: 120, idSectorBacheca: [13], descr: 'Erboristeria', icon: 'fas fa-leaf' }, { _id: 121, idSectorBacheca: [13], descr: 'Fitoterapia', icon: 'fas fa-mortar-pestle' }, - { _id: 122, idSectorBacheca: [13], descr: 'Medicine Tradizionali', icon: 'fas fa-hand-holding-medical' }, + { _id: 122, idSectorBacheca: [13], descr: 'Medicine Tradizionali', icon: 'healing' }, + { _id: 123, idSectorBacheca: [13], descr: 'Primo Soccorso', icon: 'fas fa-first-aid' }, // Tecnologie Appropriate (14) - { _id: 130, idSectorBacheca: [14], descr: 'Linux e Open Source', icon: 'fas fa-linux' }, + { _id: 130, idSectorBacheca: [14], descr: 'Linux e Open Source', icon: 'computer' }, { _id: 131, idSectorBacheca: [14], descr: 'Privacy Digitale', icon: 'fas fa-shield-alt' }, { _id: 132, idSectorBacheca: [14], descr: 'Riparazione Devices', icon: 'fas fa-mobile-alt' }, { _id: 133, idSectorBacheca: [14], descr: 'Self Hosting', icon: 'fas fa-server' }, ], -}; \ No newline at end of file +}; diff --git a/src/populate/new_goods.js b/src/populate/new_goods.js index 9a41654..84b960b 100644 --- a/src/populate/new_goods.js +++ b/src/populate/new_goods.js @@ -7,7 +7,7 @@ module.exports = { { _id: 5, idSectorGood: [1], descr: 'Scarpe uomo', icon: 'fas fa-shoe-prints' }, { _id: 6, idSectorGood: [2], descr: 'Bagno', icon: 'fas fa-bath' }, { _id: 7, idSectorGood: [2], descr: 'Camera', icon: 'fas fa-bed' }, - { _id: 8, idSectorGood: [2], descr: 'Complementi d\'arredo', icon: 'fas fa-couch' }, + { _id: 8, idSectorGood: [2], descr: "Complementi d'arredo", icon: 'fas fa-couch' }, { _id: 9, idSectorGood: [2], descr: 'Cucina', icon: 'fas fa-utensils' }, { _id: 10, idSectorGood: [2], descr: 'Esterno', icon: 'fas fa-tree' }, { _id: 11, idSectorGood: [2], descr: 'Soggiorno', icon: 'fas fa-tv' }, @@ -20,7 +20,8 @@ module.exports = { { _id: 18, idSectorGood: [4], descr: 'Lavoretti', icon: 'fas fa-paint-brush' }, { _id: 19, idSectorGood: [4], descr: 'Altro', icon: 'fas fa-question' }, { _id: 20, idSectorGood: [5], descr: 'Accessori bellezza', icon: 'fas fa-spa' }, - { _id: 21, idSectorGood: [5], descr: 'Creme e detergenti', icon: 'fas fa-pump-soap' }, + { _id: 21, idSectorGood: [5], descr: 'Creme e detergenti', icon: 'soap' }, + { _id: 22, idSectorGood: [5], descr: 'Trucchi e profumi', icon: 'fas fa-palette' }, { _id: 23, idSectorGood: [6], descr: 'Giocattoli e giochi di società', icon: 'fas fa-dice' }, { _id: 24, idSectorGood: [6], descr: 'Igiene e pannolini', icon: 'fas fa-baby' }, @@ -62,13 +63,16 @@ module.exports = { { _id: 60, idSectorGood: [17], descr: 'Falegnameria', icon: 'fas fa-hammer' }, { _id: 61, idSectorGood: [7], descr: 'Pane', icon: 'fas fa-bread-slice' }, { _id: 62, idSectorGood: [7], descr: 'Pasta', icon: 'fas fa-utensils' }, - { _id: 63, idSectorGood: [7], descr: 'Formaggi', icon: 'fas fa-cheese' }, - { _id: 64, idSectorGood: [7], descr: 'Olio', icon: 'fas fa-oil-can' }, + { _id: 63, idSectorGood: [7], descr: 'Formaggi', icon: 'cake' }, + { _id: 64, idSectorGood: [7], descr: 'Olio', icon: 'water_drop' }, + { _id: 65, idSectorGood: [7], descr: 'Fervida', icon: 'fas fa-fire' }, { _id: 66, idSectorGood: [7], descr: 'Fermentati', icon: 'fas fa-beer' }, - { _id: 67, idSectorGood: [7], descr: 'Marmellate', icon: 'fas fa-jar' }, + { _id: 67, idSectorGood: [7], descr: 'Marmellate', icon: 'kitchen' }, + { _id: 68, idSectorGood: [7], descr: 'Salse', icon: 'fas fa-mortar-pestle' }, - { _id: 69, idSectorGood: [20], descr: 'Cereali', icon: 'fas fa-wheat' }, + { _id: 69, idSectorGood: [20], descr: 'Cereali', icon: 'grain' }, + { _id: 70, idSectorGood: [20], descr: 'Frutta', icon: 'fas fa-apple-alt' }, { _id: 71, idSectorGood: [20], descr: 'Ortaggi', icon: 'fas fa-carrot' }, { _id: 72, idSectorGood: [20], descr: 'Zootecnia', icon: 'fas fa-paw' }, @@ -76,7 +80,7 @@ module.exports = { { _id: 74, idSectorGood: [20], descr: 'Permacultura', icon: 'fas fa-recycle' }, { _id: 75, idSectorGood: [20], descr: 'Sinergico', icon: 'fas fa-handshake' }, { _id: 76, idSectorGood: [20], descr: 'Tradizionale', icon: 'fas fa-tractor' }, - { _id: 77, idSectorGood: [20], descr: 'Viticoltura', icon: 'fas fa-wine-glass-alt' }, + { _id: 77, idSectorGood: [20], descr: 'Viticoltura', icon: 'wine_bar' }, { _id: 78, idSectorGood: [20], descr: 'Acquacoltura', icon: 'fas fa-fish' }, ], -}; \ No newline at end of file +}; diff --git a/src/populate/new_subskills.js b/src/populate/new_subskills.js index 17bce15..c65ca35 100644 --- a/src/populate/new_subskills.js +++ b/src/populate/new_subskills.js @@ -3,7 +3,7 @@ module.exports = { // Abitare e Costruire { _id: 1, idSector: [1], descr: 'Autocostruzione', icon: 'fas fa-hammer' }, { _id: 2, idSector: [1], descr: 'Bioedilizia', icon: 'fas fa-leaf' }, - { _id: 3, idSector: [1], descr: 'Cohousing', icon: 'fas fa-home-heart' }, + { _id: 3, idSector: [1], descr: 'Cohousing', icon: 'home_work' }, { _id: 4, idSector: [1], descr: 'Ecovillaggi e Comunità', icon: 'fas fa-users' }, { _id: 5, idSector: [1], descr: 'Immobili in Vendita', icon: 'fas fa-home' }, { _id: 6, idSector: [1], descr: 'Immobili in Affitto', icon: 'fas fa-key' }, @@ -22,7 +22,7 @@ module.exports = { { _id: 18, idSector: [2], descr: 'Raccolta', icon: 'fas fa-apple-alt' }, // Alimentazione e Trasformazione - { _id: 20, idSector: [3], descr: 'Autoproduzione Alimenti', icon: 'fas fa-jar' }, + { _id: 20, idSector: [3], descr: 'Autoproduzione Alimenti', icon: 'kitchen' }, { _id: 21, idSector: [3], descr: 'Autoproduzione Bevande', icon: 'fas fa-wine-bottle' }, { _id: 22, idSector: [3], descr: 'Conservazione e Fermentazione', icon: 'fas fa-box' }, { _id: 23, idSector: [3], descr: 'Home Restaurant', icon: 'fas fa-utensils' }, @@ -30,14 +30,15 @@ module.exports = { // Animali e Allevamento { _id: 30, idSector: [4], descr: 'Allevamento Etico', icon: 'fas fa-horse' }, - { _id: 31, idSector: [4], descr: 'Apicoltura', icon: 'fas fa-bee' }, + { _id: 31, idSector: [4], descr: 'Apicoltura', icon: 'hive' }, { _id: 32, idSector: [4], descr: 'Cura Animali da Compagnia', icon: 'fas fa-paw' }, { _id: 33, idSector: [4], descr: 'Veterinaria Olistica', icon: 'fas fa-stethoscope' }, // Artigianato e Creazione - { _id: 40, idSector: [5], descr: 'Ceramica e Terracotta', icon: 'fas fa-vase' }, + { _id: 40, idSector: [5], descr: 'Ceramica e Terracotta', icon: 'water_drop' }, { _id: 41, idSector: [5], descr: 'Falegnameria', icon: 'fas fa-hammer' }, - { _id: 42, idSector: [5], descr: 'Lavorazione Metalli', icon: 'fas fa-anvil' }, + { _id: 42, idSector: [5], descr: 'Lavorazione Metalli', icon: 'construction' }, + { _id: 43, idSector: [5], descr: 'Restauro', icon: 'fas fa-paint-brush' }, { _id: 44, idSector: [5], descr: 'Sartoria e Ricamo', icon: 'fas fa-cut' }, @@ -48,19 +49,22 @@ module.exports = { { _id: 53, idSector: [6], descr: 'Coach Motivazionale', icon: 'fas fa-bullhorn' }, { _id: 54, idSector: [6], descr: 'Costellazioni Familiari', icon: 'fas fa-users' }, { _id: 55, idSector: [6], descr: 'Fitoterapia', icon: 'fas fa-mortar-pestle' }, - { _id: 56, idSector: [6], descr: 'Floriterapia', icon: 'fas fa-flower' }, + { _id: 56, idSector: [6], descr: 'Floriterapia', icon: 'local_florist' }, + { _id: 57, idSector: [6], descr: 'Ginnastica e Movimento', icon: 'fas fa-dumbbell' }, { _id: 58, idSector: [6], descr: 'Kinesiologia', icon: 'fas fa-running' }, { _id: 59, idSector: [6], descr: 'Massaggi', icon: 'fas fa-hands' }, { _id: 60, idSector: [6], descr: 'Meditazione e Mindfulness', icon: 'fas fa-om' }, { _id: 61, idSector: [6], descr: 'Naturopatia', icon: 'fas fa-leaf' }, - { _id: 62, idSector: [6], descr: 'Riflessologia', icon: 'fas fa-foot' }, + { _id: 62, idSector: [6], descr: 'Riflessologia', icon: 'footprint' }, + { _id: 63, idSector: [6], descr: 'Teatroterapia', icon: 'fas fa-theater-masks' }, { _id: 64, idSector: [6], descr: 'Tecniche Essene', icon: 'fas fa-praying-hands' }, { _id: 65, idSector: [6], descr: 'Trattamenti Energetici', icon: 'fas fa-hand-sparkles' }, { _id: 66, idSector: [6], descr: 'Trattamenti Olistici', icon: 'fas fa-spa' }, { _id: 67, idSector: [6], descr: 'Trattamenti Sonori', icon: 'fas fa-bell' }, - { _id: 68, idSector: [6], descr: 'Yoga', icon: 'fas fa-user-zen' }, + { _id: 68, idSector: [6], descr: 'Yoga', icon: 'self_improvement' }, + { _id: 69, idSector: [6], descr: 'Biodanza', icon: 'fas fa-seedling' }, // Educazione e Formazione @@ -137,7 +141,7 @@ module.exports = { // Tessile e Sartoria { _id: 160, idSector: [14], descr: 'Autoproduzione Abbigliamento', icon: 'fas fa-tshirt' }, { _id: 161, idSector: [14], descr: 'Filatura', icon: 'fas fa-spinner' }, - { _id: 162, idSector: [14], descr: 'Riparazioni Tessili', icon: 'fas fa-sewing-machine' }, + { _id: 162, idSector: [14], descr: 'Riparazioni Tessili', icon: 'checkroom' }, { _id: 163, idSector: [14], descr: 'Sartoria su Misura', icon: 'fas fa-ruler' }, { _id: 164, idSector: [14], descr: 'Tessitura', icon: 'fas fa-grip-lines' }, { _id: 165, idSector: [14], descr: 'Tingere Naturale', icon: 'fas fa-tint' },