Commit Graph

4 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
Your Name 5ba3f0f2a8 generar y enviar qr por correo electronico despues de registrar un formulario 2025-04-03 11:29:46 -06:00
jalvarado 2af1b23f4d qr genereta 2025-04-02 13:54:50 -06:00
santiago fbd753d27e Subir carpetas con las nuevas tablas 2025-04-01 15:07:11 -06:00