Refactor cuestionario service and event handling; update validation types and remove unused console logs; add new event retrieval methods

This commit is contained in:
miguel
2025-06-16 18:24:56 -06:00
parent 5f302df2a7
commit d188d8bea3
10 changed files with 76 additions and 18 deletions
+4
View File
@@ -16,12 +16,16 @@ export enum TiposValidacion {
CORREO_INSTITUCIONAL = 'correo_institucional',
TELEFONO = 'telefono',
NOMBRE = 'nombre',
APELLIDOS = 'apellidos',
ENTERO = 'entero',
DECIMAL = 'decimal',
COMUNIDAD_ALUMNO = 'comunidad_alumno',
CUENTA_ALUMNO = 'cuenta_alumno',
COMUNIDAD_TRABAJADOR = 'comunidad_trabajador',
CUENTA_TRABAJADOR = 'cuenta_trabajador',
GENERO = 'genero',
CARRERA = 'carrera',
INSTITUCION = 'institucion',
}
@Entity()