- CMyPopupEdit

- CMyEditor
 - MySkills
This commit is contained in:
Paolo Arena
2021-10-28 00:37:48 +02:00
parent 48128235f8
commit 57cda99f9c
66 changed files with 4831 additions and 247 deletions

View File

@@ -242,6 +242,7 @@ export interface IGlobalState {
skills: ISkill[],
statusSkills: IStatusSkill[],
sectors: ISector[],
cities: ICity[],
}
export interface IMenuList {
@@ -566,12 +567,22 @@ export interface ILevel {
years_of_exp: number
}
export interface ICity {
_id: number
istat: string
comune: string
prov: string
}
export interface IMySkill {
_id: number
idSkill: number
idStatusSkill: number[]
idCity: number[]
photos: IGallery[]
NumLevel: number
note: string
subTitle: string
date_created?: Date,
date_updated?: Date,
}

View File

@@ -40,6 +40,7 @@ export interface ISignupIscrizioneConacreisOptions {
codiceConacreis?: string
annoTesseramento?: number
numTesseraInterna?: number
biografia?: string
motivazioni?: string
competenze_professionalita?: string
cosa_potrei_offrire?: string