Commit Graph

17 Commits

Author SHA1 Message Date
miguel bc5ddb29c7 feat: add TipoEvento entity and related functionality
- Introduced TipoEvento entity with enum for event types.
- Created DTOs for creating and updating TipoEvento.
- Implemented TipoEvento service with methods for CRUD operations and seeding initial data.
- Added TipoEvento controller for handling HTTP requests related to event types.
- Integrated TipoEvento into the main application module.
- Updated Evento entity to include a relationship with TipoEvento.
- Enhanced ParticipanteEvento service to register attendance using QR tokens.
- Implemented QR token generation and validation for event attendance.
- Updated API documentation for new endpoints and functionalities.
- Adjusted TypeOrm configuration to include new entities.
2025-08-19 10:27:06 -06:00
miguel 0a80d892b3 Add 'recientes' endpoints for cuestionarios and eventos with enhanced data retrieval 2025-08-11 10:22:11 -06:00
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 282f921e43 Refactor code structure for improved readability and maintainability 2025-06-18 12:41:30 -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
jorgemike d652f9f012 muchos cambios :'v 2025-06-13 22:41:20 -06:00
Your Name e5c6f611f4 docker compose front, modulo de validacion de preguntas, crud de participante, get participantes por evento y evento por participantes 2025-04-04 14:39:04 -06:00
Your Name bc07c307cf respuestas cerradas y multiples por id, limite de respuestas abiertas a 250 2025-04-03 14:59:46 -06:00
Your Name 8d191fbb23 registrar el evento cuando se crea en el formulario 2025-04-02 15:56:34 -06:00
Your Name c4d4fed43d cuestionario contestado, respuestas guardadas 2025-04-02 13:51:04 -06:00
Your Name a16e82005e formato correcto de cuestionario por verificar 2025-04-02 12:43:37 -06:00
Your Name a1f52daa8a swagger 2025-04-02 11:50:08 -06:00
Your Name bf7c0e93a8 variables de entorno, correcciones de codigo actual, docker file 2025-04-02 11:14:45 -06:00
evenegas b95779531b se crearon algunas tablas 2025-03-28 11:26:11 -06:00
evenegas 767a765f68 "inicialización" 2025-03-26 14:39:56 -06:00