Aggiornamento APP RISO:
✅ Inviando i RIS, deve comparire prima il Circuito della Provincia, e poi quello Nazionale ✅ Risolto problema per vecchie registrazioni, la provincia compariva "undefined".
This commit is contained in:
@@ -1227,4 +1227,42 @@ export interface IAnim {
|
||||
export interface ICoordinates {
|
||||
lat: any
|
||||
long: any
|
||||
}
|
||||
|
||||
export interface ITipoDiAttivita {
|
||||
_id: string
|
||||
label: string
|
||||
note: string
|
||||
}
|
||||
|
||||
export interface IAttivita {
|
||||
_id: string
|
||||
|
||||
// INFORMAZIONI:
|
||||
tipodiAttivita: ITipoDiAttivita
|
||||
nome_attivita: string
|
||||
descr: string
|
||||
idSector: number[]
|
||||
|
||||
idCity: number[]
|
||||
coordinate_gps: string
|
||||
|
||||
// FOTO
|
||||
logo: IGallery
|
||||
photos: IGallery[]
|
||||
|
||||
// Contatto (Opzionale)
|
||||
email: string
|
||||
telegram_username: string
|
||||
cell_phone: string
|
||||
whatsapp: string
|
||||
website: string
|
||||
|
||||
//++Todo: Aggiungere ORARI
|
||||
|
||||
// Altri CAMPI:
|
||||
|
||||
date_updated?: Date
|
||||
|
||||
createdBy?: string // Username del creatore (proponente)
|
||||
}
|
||||
Reference in New Issue
Block a user