Campo Citta di Nascita (nel profilo nuova maniera), manca ancora da sistemare l'edit
Se seleziono la Provincia , mi deve comparire la lista dei comuni
This commit is contained in:
@@ -1,108 +1,106 @@
|
||||
module.exports = {
|
||||
list: [
|
||||
{idSector: [1], descr: 'Arredamento'},
|
||||
{idSector: [1], descr: 'Costruzioni'},
|
||||
{idSector: [1], descr: 'Ecovillaggi / Comunità'},
|
||||
{idSector: [1], descr: 'Giardini'},
|
||||
{idSector: [1], descr: 'Impianti TV'},
|
||||
{idSector: [1], descr: 'Pozzi Acqua'},
|
||||
{idSector: [1], descr: 'Prodotti Casa'},
|
||||
{idSector: [1], descr: 'Pulizie'},
|
||||
{idSector: [1], descr: 'Restaurazioni'},
|
||||
{idSector: [1], descr: 'Riparazioni'},
|
||||
{idSector: [1], descr: 'Servizi Casa'},
|
||||
{idSector: [1], descr: 'Sgombero'},
|
||||
{idSector: [1], descr: 'Sicurezza'},
|
||||
{idSector: [2], descr: 'Agricoltura'},
|
||||
{idSector: [2], descr: 'Alimentari'},
|
||||
{idSector: [2], descr: 'Cucina'},
|
||||
{idSector: [2], descr: 'Altro'},
|
||||
{idSector: [2], descr: 'Autoproduzioni'},
|
||||
{idSector: [2], descr: 'Azienda Agricola'},
|
||||
{idSector: [3], descr: 'Dog sitter'},
|
||||
{idSector: [3], descr: 'Pet sitter'},
|
||||
{idSector: [3], descr: 'Toelettatura cani'},
|
||||
{idSector: [3], descr: 'Toelettatura gatti'},
|
||||
{idSector: [3], descr: 'Vendita prodotti'},
|
||||
{idSector: [3], descr: 'Cura degli animali'},
|
||||
{idSector: [3], descr: 'Veterinario'},
|
||||
{idSector: [4], descr: 'Ballo'},
|
||||
{idSector: [4], descr: 'Canto'},
|
||||
{idSector: [4], descr: 'Cinema'},
|
||||
{idSector: [4], descr: 'Fotografia'},
|
||||
{idSector: [4], descr: 'Letteratura'},
|
||||
{idSector: [4], descr: 'Musica'},
|
||||
{idSector: [4], descr: 'Pittura'},
|
||||
{idSector: [4], descr: 'Libri'},
|
||||
{idSector: [4], descr: 'Teatro'},
|
||||
{idSector: [4], descr: 'Moda'},
|
||||
{idSector: [5], descr: 'Benessere Corpo'},
|
||||
{idSector: [5], descr: 'Benessere Olistico'},
|
||||
{idSector: [5], descr: 'Centro Benessere'},
|
||||
{idSector: [5], descr: 'Gravidanza'},
|
||||
{idSector: [5], descr: 'Medicina Alternativa'},
|
||||
{idSector: [5], descr: 'Medicina Convenzionale'},
|
||||
{idSector: [5], descr: 'Pronto Soccorso'},
|
||||
{idSector: [5], descr: 'Operatore Olistico'},
|
||||
{idSector: [5], descr: 'Operatori Sanitari'},
|
||||
{idSector: [5], descr: 'Salute Corpo'},
|
||||
{idSector: [5], descr: 'Salute Globale'},
|
||||
{idSector: [5], descr: 'Salute Psiche'},
|
||||
{idSector: [5], descr: 'Servizi per la Persona'},
|
||||
{idSector: [5], descr: 'Strutture'},
|
||||
{idSector: [6], descr: 'Aspetti Burocratici'},
|
||||
{idSector: [6], descr: 'Elettricista'},
|
||||
{idSector: [6], descr: 'Fabbro e lavorazioni ferro/acciaio'},
|
||||
{idSector: [6], descr: 'Falegname'},
|
||||
{idSector: [6], descr: 'Frigorista'},
|
||||
{idSector: [6], descr: 'Giardiniere'},
|
||||
{idSector: [6], descr: 'Idraulico'},
|
||||
{idSector: [6], descr: 'Imbianchino'},
|
||||
{idSector: [6], descr: 'Impermeabilizzazioni'},
|
||||
{idSector: [6], descr: 'Installatore Linea Telefono e Modem'},
|
||||
{idSector: [6], descr: 'Installazioni'},
|
||||
{idSector: [6], descr: 'Restaurazione'},
|
||||
{idSector: [6], descr: 'Riparazioni Casa'},
|
||||
{idSector: [6], descr: 'Servizio Traslochi'},
|
||||
{idSector: [6], descr: 'Riscaldamento'},
|
||||
{idSector: [6], descr: 'Smontaggio e Montaggio'},
|
||||
{idSector: [6], descr: 'Strutturazioni e Riparazioni'},
|
||||
{idSector: [6], descr: 'Tuttofare'},
|
||||
{idSector: [6], descr: 'Vetraio'},
|
||||
{idSector: [7], descr: 'Abbigliamento'},
|
||||
{idSector: [7], descr: 'Assicurazioni'},
|
||||
{idSector: [7], descr: 'Assistenza Anziani'},
|
||||
{idSector: [7], descr: 'Assistenza Fiscale'},
|
||||
{idSector: [7], descr: 'Assistenza Legale'},
|
||||
{idSector: [7], descr: 'Assistenza Persone'},
|
||||
{idSector: [7], descr: 'Baby sitter'},
|
||||
{idSector: [7], descr: 'Corsi'},
|
||||
{idSector: [7], descr: 'Corsi per Bambini e Adolescenti'},
|
||||
{idSector: [7], descr: 'Finanza'},
|
||||
{idSector: [7], descr: 'Insegnante'},
|
||||
{idSector: [7], descr: 'Interprete e traduzioni'},
|
||||
{idSector: [7], descr: 'Educazione'},
|
||||
{idSector: [7], descr: 'Formazione'},
|
||||
{idSector: [7], descr: 'Gruppi di Acquisto'},
|
||||
{idSector: [7], descr: 'Banca del Tempo'},
|
||||
{idSector: [7], descr: 'Collabora con noi'},
|
||||
{idSector: [7], descr: 'Eventi'},
|
||||
{idSector: [7], descr: 'Laboratori'},
|
||||
{idSector: [7], descr: 'Idee'},
|
||||
{idSector: [7], descr: 'Progetti'},
|
||||
{idSector: [7], descr: 'Mobilità'},
|
||||
{idSector: [7], descr: 'Oggettistica'},
|
||||
{idSector: [7], descr: 'Solidarietà'},
|
||||
{idSector: [7], descr: 'Sport'},
|
||||
{idSector: [7], descr: 'Trasporti'},
|
||||
{idSector: [8], descr: 'Audio/Video'},
|
||||
{idSector: [8], descr: 'Biologia'},
|
||||
{idSector: [8], descr: 'Chimica'},
|
||||
{idSector: [8], descr: 'Informatica'},
|
||||
{idSector: [8], descr: 'Elettronica'},
|
||||
{idSector: [8], descr: 'Meccanica'},
|
||||
{idSector: [8], descr: 'Telefonia'},
|
||||
{idSector: [9], descr: 'Vacanze'},
|
||||
{idSector: [9], descr: 'Receptionist'}
|
||||
]
|
||||
}
|
||||
{_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 Anumali 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 e restauro'},
|
||||
{_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 e pompe calore'},
|
||||
{_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: 64, idSector: [9], descr: 'Offresi Ospitalità'},
|
||||
{_id: 65, idSector: [9], descr: 'Affitto casa'},
|
||||
{_id: 66, idSector: [9], descr: 'Affittacamere'},
|
||||
{_id: 67, idSector: [9], descr: 'Affitto mini appartamento'},
|
||||
{_id: 68, idSector: [9], descr: 'Bed & Breakfast'},
|
||||
{_id: 69, idSector: [9], descr: 'Scambio Casa'},
|
||||
{_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: 96, idSector: [12], descr: 'Naturopata'},
|
||||
{_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'}],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user