develop #29

Merged
jalvarado merged 14 commits from develop into master 2025-06-24 16:33:17 +00:00

14 Commits

Author SHA1 Message Date
miguel 551cc3e3b2 Refactor cuestionario module to support event creation with associated questionnaire, including new DTO and enhanced error handling. 2025-06-23 18:58:20 -06:00
miguel e20a381ba6 Add cupo_maximo field and related validations to cuestionario and evento modules 2025-06-23 12:40:38 -06:00
miguel 8fe2b6cc72 Disable schema synchronization and dropping for database configurations 2025-06-20 10:39:29 -06:00
miguel a64e4ea925 Update email subject to include event name for attendance validation 2025-06-20 10:36:26 -06:00
miguel 74de90eda8 Add xlsx support and enhance Trabajadores module with file upload functionality
- Updated package.json and package-lock.json to include xlsx dependency.
- Enhanced AlumnosService to return UsuarioData type.
- Modified CuestionarioRespondidoService to include event start and end dates in responses.
- Updated TrabajadoresController to add file upload endpoint for processing Excel files.
- Implemented file processing logic in TrabajadoresService to handle worker registration from Excel.
- Created TrabajadorApiDocumentation for API documentation of the new file upload feature.
- Refactored RegistroTrabajador entity to include carrera field and changed num_trabajador type.
2025-06-19 18:36:29 -06:00
miguel ae0313cd1f drop database in restart 2025-06-18 15:52:37 -06:00
miguel 3d90c51742 cambios 2025-06-18 12:57:52 -06:00
miguel 282f921e43 Refactor code structure for improved readability and maintainability 2025-06-18 12:41:30 -06:00
miguel 6c85847bf4 synhronize extra db 2025-06-18 11:00:44 -06:00
miguel 7d8c9e9ef4 Add Trabajadores module with controller, service, DTOs, and entity; integrate with TypeORM 2025-06-18 10:59:06 -06:00
miguel d188d8bea3 Refactor cuestionario service and event handling; update validation types and remove unused console logs; add new event retrieval methods 2025-06-16 18:24:56 -06:00
miguel 5f302df2a7 Add @nestjs/serve-static dependency and update file paths for banner uploads; remove unused form utility files 2025-06-16 13:49:12 -06:00
miguel 63e1d3183e Add TypeORM integration and seed method for TipoCuestionario 2025-06-16 12:23:49 -06:00
jorgemike d652f9f012 muchos cambios :'v 2025-06-13 22:41:20 -06:00