-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(fe-piattaforma): FE update 06292022 (#120)
- Loading branch information
1 parent
0ed9644
commit 389d210
Showing
210 changed files
with
181,080 additions
and
2,821 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# IDE artifact files | ||
.idea/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,25 @@ | ||
{ | ||
"data": { | ||
"nome": "Antonio", | ||
"cognome": "Rossi", | ||
"codiceFiscale": "codfiscale", | ||
"email": "[email protected]", | ||
"phone": "3211233232" | ||
} | ||
"data": [ | ||
{ | ||
"nome": "Antonio", | ||
"cognome": "Rossi", | ||
"codiceFiscale": "codfiscale1", | ||
"email": "[email protected]", | ||
"phone": "3211233232" | ||
}, | ||
{ | ||
"nome": "Gino", | ||
"cognome": "Rossi", | ||
"codiceFiscale": "codfiscale2", | ||
"email": "[email protected]", | ||
"phone": "3211233232" | ||
}, | ||
{ | ||
"nome": "Lino", | ||
"cognome": "Rossi", | ||
"codiceFiscale": "codfiscale3", | ||
"email": "[email protected]", | ||
"phone": "3211233232" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,10 @@ | |
"name": "progetto Regione Lombardia Lorem Ipsum", | ||
"shortName": "Regione Lombardia", | ||
"type": "Ente pubblico", | ||
"profile": "Gestore di programma", | ||
"profile": "Gestore di progetto", | ||
"fiscalCode": "RSSMRA80B01F205W", | ||
"address": "Via Roma 1 Roma RO" | ||
"address": "Via Roma 1 Roma RO", | ||
"pec": "[email protected]" | ||
}, | ||
"del": [ | ||
{ "name": "Simone Viola", "status": "Active", "id": "1" }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,15 +7,16 @@ | |
"type": "Ente pubblico", | ||
"profile": "Gestore di programma", | ||
"fiscalCode": "RSSMRA80B01F205W", | ||
"address": "Via Roma 1 Roma RO" | ||
"address": "Via Roma 1 Roma RO", | ||
"pec": "[email protected]" | ||
}, | ||
"delegati": [ | ||
{ "nome": "Simone Viola", "stato": "Active", "id": "1" }, | ||
{ "nome": "Simone Violaa", "stato": "Active", "id": "2" } | ||
], | ||
"referenti": [ | ||
{ "nome": "Simone Blu", "stato": "Active", "id": "1" }, | ||
{ "nome": "Simone Bluu", "stato": "Active", "id": "2" } | ||
{ "nome": "Simone Viola", "stato": "Active", "id": "2" } | ||
], | ||
"sedi": [ | ||
{ "nome": "Sede Blu", "stato": "Active", "id": "1" }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.