Riattivato il Calendario (ma ancora non lo rendo visibile)

aggiunto campi: DateTimeStart e DateTimeEnd negli Eventi
Aggiunto Filtro Data
This commit is contained in:
paoloar77
2022-02-24 19:13:20 +01:00
parent 3be7453b2e
commit aa8dd7ddff
4 changed files with 60 additions and 16 deletions

View File

@@ -17,7 +17,7 @@ module.exports = {
{_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: 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'},
@@ -102,5 +102,10 @@ module.exports = {
{_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: 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'},
],
};