Aggiungere "San Marino" e suoi comuni

Corretto Filtro a mano della ricerca
Creare filtro ricerca per trovare la sottocategoria o categoria -> Skill e SubSkill
This commit is contained in:
paoloar77
2022-02-12 02:19:49 +01:00
parent 7c0c2fef39
commit b21a7d1885
63 changed files with 541 additions and 752 deletions

View File

@@ -257,6 +257,7 @@ export interface IGlobalState {
URL_RITORNA: string
URL_RESTORE: string
levels: ILevel[],
adtypes: IAdType[],
skills: ISkill[],
subSkills: ISubSkill[],
statusSkills: IStatusSkill[],
@@ -660,6 +661,11 @@ export interface ILevel {
years_of_exp: number
}
export interface IAdType {
_id: number
descr: string
}
export interface ICity {
_id: number
istat: string
@@ -677,8 +683,9 @@ export interface IMySkill {
idCity: number[]
photos: IGallery[]
NumLevel: number
adType: number
note: string
subTitle: string
descr: string
date_created?: Date,
date_updated?: Date,
}