- Nuovi Passi da completare: Leggere le Linee Guida e accettare le condizioni
- Aggiunti i Video e confermare di averli visti - In "La tua Lavagna" sono stati aggiunti come requisiti: (Accetto le Linee Guida e Vedo il Video di AYNI) - Aggiunto bottone "Invita Persone": apre la pagina dove c'è il messaggio da inviare alle persone. - La nuova pagina di registrazione https://test.gifteconomy.app/signup/paoloar77, comprende ora il testo delle Linee Guida + i Video, ed in fondo i campi per registrarsi.
This commit is contained in:
@@ -330,6 +330,7 @@ export interface IFunctionality {
|
||||
SHOW_ONLY_POLICY?: boolean
|
||||
SHOW_MESSAGES?: boolean
|
||||
BOOKING_EVENTS?: boolean
|
||||
ENABLE_REG_AYNI?: boolean
|
||||
}
|
||||
|
||||
export interface IParamsQuery {
|
||||
|
||||
@@ -14,6 +14,7 @@ export interface INotData {
|
||||
num_teleg_attivo?: number
|
||||
num_teleg_pending?: number
|
||||
num_part_zoom?: number
|
||||
num_part_accepted?: number
|
||||
num_users_dream?: number
|
||||
arr_nations?: string
|
||||
lastsreg?: IUserFields[]
|
||||
|
||||
@@ -23,6 +23,7 @@ export interface IUserProfile {
|
||||
paymenttypes?: IPaymentType[]
|
||||
manage_telegram?: boolean
|
||||
saw_zoom_presentation?: boolean
|
||||
saw_and_accepted?: boolean
|
||||
}
|
||||
|
||||
export interface IPaymentType {
|
||||
@@ -93,7 +94,6 @@ export interface IUserState {
|
||||
isManager?: boolean
|
||||
isTeacher?: boolean
|
||||
usersList?: IUserFields[]
|
||||
permissionsList?: IPerm[]
|
||||
countusers?: number
|
||||
lastparamquery?: any
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user