From 88e88a574c054acd35afdfeef4f1870f876284bb Mon Sep 17 00:00:00 2001 From: Daniel Eduardo Useche Date: Sun, 14 Dec 2025 23:04:42 -0500 Subject: [PATCH 1/4] fix(tutorias):error path solve (#65) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * Feature/materiales (#36) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Chats conexion (#35) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * correcion en descargas y cantidad de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * Fix/merge (#38) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Chats conexion (#35) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * merge main - develop (#40) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Chats conexion (#35) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge copy develop (#39) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * Feature/materiales (#36) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Chats conexion (#35) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * correcion en descargas y cantidad de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * Fix/merge (#38) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull r… * Feature/tutorias (#42) * feat(tutorias): add DTOs for creating, updating, and finding entities; implement tutorias controller and service - Created DTOs for creating and updating subjects, topics, tutors, users, and sessions. - Implemented email notification DTO and find DTOs for users and subjects. - Added methods in the TutoriasService for handling CRUD operations and availability updates. - Developed the TutoriasController to manage requests related to tutorias, including finding by ID and email, updating availability, and managing sessions. - Established a module for tutorias to encapsulate the service and controller. * fix(tutorias): eliminación de endpoint que ya no se usan en el microservicio de tutorias * feat(tutorias):add get nombre by id endpoint connection * fix: fixed create tutoring session request * feat(tutorias): conexion a endpoint de tutorias para obtener tutorias proximas * feat(tutorias): conexion a endpoint de tutorias para datos de cantidad de tutorias y horas * feat(tutorias):conexion a endpoint para obtener sesiones pendientes * feat(tutorias):conexion a endpoint para obtener sesiones confirmadas * fix: fixed conflicts with develop --------- Co-authored-by: LauraVenegas6 * Fix/fixe deploy conflicts (#44) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Chats conexion (#35) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge copy develop (#39) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * Feature/materiales (#36) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Chats conexion (#35) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * correcion en descargas y cantidad de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * Fix/merge (#38) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pu… * fead(add): routes created for connecting reports * Hotfix/merge main to develop (#49) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Chats conexion (#35) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge copy develop (#39) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * Feature/materiales (#36) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Chats conexion (#35) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * correcion en descargas y cantidad de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * Fix/merge (#38) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la… * fix: remove duplicate environment variables and dependencies in packa… (#48) * fix: remove duplicate environment variables and dependencies in package-lock * feat: add endpoint to retrieve authenticated user's profile * Feature/conexion materiales (#50) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Chats conexion (#35) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * correcion en descargas y cantidad de materiales * contador notificacion de chat * nuevas conexiones con materiales * top de materiales * Metodos de busqueda y dtos para materiales * solucion de conflictos materiales * solucion de conflictos materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * merge final (#51) * Main copy (#52) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Chats conexion (#35) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge copy develop (#39) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * Feature/materiales (#36) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Chats conexion (#35) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * correcion en descargas y cantidad de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * Fix/merge (#38) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * fe… * feat: add endpoint to find users by id (#54) * feat(IA): Se agregaron los diferentes componentes para que la feature flag funcionara * feat(IA): Refactorizacion para mejor calidad de codigo en la parte de feature flags * feat(IA): Se agregaron los diferentes componentes para que la feature… (#55) * feat(IA): Se agregaron los diferentes componentes para que la feature flag funcionara * feat(IA): Refactorizacion para mejor calidad de codigo en la parte de feature flags * Add Firebase Remote Config feature flag for IA endpoints * feat(IA): Se añadieron mas logs para encontrar el error de conexion * feat(IA): Se añadieron mas validaciones para que salgan los logs * feat(IA): Se añadieron mas validaciones para que salgan los logs * refactor(tutorias.service.ts): clean up code formatting and improve readability (#64) --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache Co-authored-by: David Alejandro Patacon Henao Co-authored-by: LauraVenegas6 Co-authored-by: SebasDuqueC Co-authored-by: Anderson Fabian Garcia Nieto Co-authored-by: Christian Alfonso Romero Martinez --- package-lock.json | 1 - src/tutorias/tutorias.service.ts | 1010 +++++++++++++++--------------- 2 files changed, 505 insertions(+), 506 deletions(-) diff --git a/package-lock.json b/package-lock.json index 114d865..51772ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6301,7 +6301,6 @@ "resolved": "https://registry.npmjs.org/express/-/express-5.1.0.tgz", "integrity": "sha512-DT9ck5YIRU+8GYzzU5kT3eHGA5iL+1Zd0EutOmTE9Dtk+Tvuzd23VBU+ec7HPNSTxXYO55gPV/hq4pSBJDjFpA==", "license": "MIT", - "peer": true, "dependencies": { "accepts": "^2.0.0", "body-parser": "^2.2.0", diff --git a/src/tutorias/tutorias.service.ts b/src/tutorias/tutorias.service.ts index 6f25fe1..2b159e6 100644 --- a/src/tutorias/tutorias.service.ts +++ b/src/tutorias/tutorias.service.ts @@ -11,511 +11,511 @@ import { CreateSessionDto } from './dto'; @Injectable() export class TutoriasService { - private readonly logger = new Logger(TutoriasService.name); - private readonly tutoriasManagementServiceUrl: string; - - constructor(private readonly httpService: HttpService) { - let url = envs.tutoriasAzure - ? envs.tutoriasAzure - : `${envs.protocol}://${envs.tutoriasHost}:${envs.tutoriasPort}`; - - if (!url.startsWith('http://') && !url.startsWith('https://')) { - url = `https://${url}`; - } - - this.tutoriasManagementServiceUrl = url; - } - - - - async updateAvailabilityById(id: string, disponibilidad: any, req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/api/users/id/${id}/availability`; - try { - this.logger.log(`Forwarding PATCH request to: ${url}`); - const response = await firstValueFrom(this.httpService.patch(url, { disponibilidad }, config)); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding PATCH users/id availability`, error); - throw error; - } - } - - async updateAvailabilityByEmail(email: string, disponibilidad: any, req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/api/users/email/${email}/availability`; - try { - this.logger.log(`Forwarding PATCH request to: ${url}`); - const response = await firstValueFrom(this.httpService.patch(url, { disponibilidad }, config)); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding PATCH users/email availability`, error); - throw error; - } - } - - async getAvailabilityById(id: string, req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/users/disponibilidad/id/${id}'`; - try { - this.logger.log(`Forwarding GET request to: ${url}`); - const response = await firstValueFrom(this.httpService.get(url, config)); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding GET users/id availability`, error); - throw error; - } - } - - async getAvailabilityByEmail(email: string, req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/users/disponibilidad/email/${email}`; - try { - this.logger.log(`Forwarding GET request to: ${url}`); - const response = await firstValueFrom(this.httpService.get(url, config)); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding GET users/email availability`, error); - throw error; - } - } - - - async findTutores(req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/api/users/tutores`; - try { - this.logger.log(`Forwarding GET request to: ${url}`); - const response = await firstValueFrom(this.httpService.get(url, config)); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding GET users/tutores`, error); - throw error; - } - } - - async create(createTutoriaDto: CreateTutoriaDto, req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/api/tutores`; - try { - this.logger.log(`Forwarding POST request to: ${url}`); - const response = await firstValueFrom(this.httpService.post(url, createTutoriaDto, config)); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding POST tutores`, error); - throw error; - } - } - - async getTutorsByMateria(codigo: string, req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/tutors/by-materia/${codigo}`; - try { - this.logger.log(`Forwarding GET request to: ${url}`); - const response = await firstValueFrom(this.httpService.get(url, config)); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding GET tutores by-materia`, error); - throw error; - } - } - - async getTutorRatings(id: string, req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/api/tutors/${id}/ratings`; - try { - this.logger.log(`Forwarding GET request to: ${url}`); - const response = await firstValueFrom(this.httpService.get(url, config)); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding GET tutores ratings`, error); - throw error; - } - } - - async getTutorReputacion(id: string, req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/api/tutors/${id}/reputacion`; - try { - this.logger.log(`Forwarding GET request to: ${url}`); - const response = await firstValueFrom(this.httpService.get(url, config)); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding GET tutores reputacion`, error); - throw error; - } - } - - async getTutorMaterias(id: string, req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/api/tutors/${id}/materias`; - try { - this.logger.log(`Forwarding GET request to: ${url}`); - const response = await firstValueFrom(this.httpService.get(url, config)); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding GET tutores materias`, error); - throw error; - } - } - - async addMaterias(id: string, addMateriasDto: any, req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/tutors/${id}/materias`; - try { - this.logger.log(`Forwarding POST request to: ${url}`); - const response = await firstValueFrom(this.httpService.post(url, addMateriasDto, config)); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding POST tutores materias`, error); - throw error; - } - } - - async removeMaterias(id: string, removeMateriasDto: any, req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/tutors/${id}/materias`; - try { - this.logger.log(`Forwarding DELETE request to: ${url}`); - const response = await firstValueFrom(this.httpService.delete(url, { ...config, data: removeMateriasDto })); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding DELETE tutores materias`, error); - throw error; - } - } - - async getSystemOverview(req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/api/stats/overview`; - try { - this.logger.log(`Forwarding GET request to: ${url}`); - const response = await firstValueFrom(this.httpService.get(url, config)); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding GET overview`, error); - throw error; - } - } - - async getPopularSubjects(limit: number, req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/api/stats/popular-subjects`; - try { - this.logger.log(`Forwarding GET request to: ${url} (limit=${limit})`); - const response = await firstValueFrom(this.httpService.get(url, { ...config, params: { limit } })); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding GET popular-subjects`, error); - throw error; - } - } - - async createSession(createSessionDto: CreateSessionDto, req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/api/sessions`; - try { - this.logger.log(`Forwarding POST request to: ${url}`); - const response = await firstValueFrom(this.httpService.post(url, createSessionDto, config)); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding POST sessions`, error); - throw error; - } - } - - async findSessionById(id: string, req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/api/sessions/id/${id}`; - try { - this.logger.log(`Forwarding GET request to: ${url}`); - const response = await firstValueFrom(this.httpService.get(url, config)); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding GET sessions/id`, error); - throw error; - } - } - - async findByStudent(studentId: string, req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/api/sessions/student/${studentId}`; - try { - this.logger.log(`Forwarding GET request to: ${url}`); - const response = await firstValueFrom(this.httpService.get(url, config)); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding GET sessions/student`, error); - throw error; - } - } - - async findByTutor(tutorId: string, req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/api/sessions/tutor/${tutorId}`; - try { - this.logger.log(`Forwarding GET request to: ${url}`); - const response = await firstValueFrom(this.httpService.get(url, config)); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding GET sessions/tutor`, error); - throw error; - } - } - - async confirmSession(sessionId: string, tutorId: string, req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/api/sessions/${sessionId}/confirmar`; - try { - this.logger.log(`Forwarding PATCH request to: ${url}`); - const response = await firstValueFrom(this.httpService.patch(url, { tutorId }, config)); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding PATCH sessions confirmar`, error); - throw error; - } - } - - async rejectSession(sessionId: string, tutorId: string, rejectDto: any, req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/api/sessions/${sessionId}/rechazar`; - try { - this.logger.log(`Forwarding PATCH request to: ${url}`); - const response = await firstValueFrom(this.httpService.patch(url, rejectDto, config)); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding PATCH sessions rechazar`, error); - throw error; - } - } - - async cancelSession(sessionId: string, userId: string, cancelDto: any, req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/api/sessions/${sessionId}/cancelar`; - try { - this.logger.log(`Forwarding PATCH request to: ${url}`); - const response = await firstValueFrom(this.httpService.patch(url, cancelDto, config)); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding PATCH sessions cancelar`, error); - throw error; - } - } - - async completeSession(sessionId: string, tutorId: string, completeDto: any, req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/api/sessions/${sessionId}/completar`; - try { - this.logger.log(`Forwarding PATCH request to: ${url}`); - const response = await firstValueFrom(this.httpService.patch(url, completeDto, config)); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding PATCH sessions completar`, error); - throw error; - } - } - - async createRating(createRatingDto: any, req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/api/ratings`; - try { - this.logger.log(`Forwarding POST request to: ${url}`); - const response = await firstValueFrom(this.httpService.post(url, createRatingDto, config)); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding POST ratings`, error); - throw error; - } - } - - async findRatingsByTutor(tutorId: string, req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/api/ratings/tutor/${tutorId}`; - try { - this.logger.log(`Forwarding GET request to: ${url}`); - const response = await firstValueFrom(this.httpService.get(url, config)); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding GET ratings/tutor`, error); - throw error; - } - } - - async findRatingsBySession(sessionId: string, req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/api/ratings/session/${sessionId}`; - try { - this.logger.log(`Forwarding GET request to: ${url}`); - const response = await firstValueFrom(this.httpService.get(url, config)); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding GET ratings/session`, error); - throw error; - } - } - - async getFullNameById(id: string, req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/api/users/nombre/${id}`; - try { - this.logger.log(`Forwarding GET request to: ${url}`); - const response = await firstValueFrom(this.httpService.get(url, config)); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding GET users/nombre`, error); - throw error; - } - } - - - async findByCodigo(codigo: string, req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/api/subjects/codigo/${codigo}`; - try { - this.logger.log(`Forwarding GET request to: ${url}`); - const response = await firstValueFrom(this.httpService.get(url, config)); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding GET users/nombre`, error); - throw error; - } - } - - async findUpcomingSessions(userId: string, req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/api/sessions/upcoming/${userId}`; - try { - this.logger.log(`Forwarding GET request to: ${url}`); - const response = await firstValueFrom(this.httpService.get(url, config)); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding GET /api/sessions/upcoming/${userId}`, error); - throw error; - } - } - - async getUserSessionStats(userId: string, req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/api/sessions/stats/${userId}`; - try { - this.logger.log(`Forwarding GET request to: ${url}`); - const response = await firstValueFrom(this.httpService.get(url, config)); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding GET /api/sessions/stats/${userId}`, error); - throw error; - } - } - - async getPendingSessions(userId: string, req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/api/tutors/${userId}/pending-sessions`; - try { - this.logger.log(`Forwarding GET request to: ${url}`); - const response = await firstValueFrom(this.httpService.get(url, config)); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding GET /api/tutors/${userId}/pending-sessions`, error); - throw error; - } - } - - async getConfirmedSessions(userId: string, req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/api/tutors/${userId}/confirmed-sessions`; - try { - this.logger.log(`Forwarding GET request to: ${url}`); - const response = await firstValueFrom(this.httpService.get(url, config)); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding GET /api/tutors/${userId}/confirmed-sessions`, error); - throw error; - } - } - - async findById(Id: string, req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/api/tutors/${Id}`; - try { - this.logger.log(`Forwarding GET request to: ${url}`); - const response = await firstValueFrom(this.httpService.get(url, config)); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding GET /api/tutors/${Id}`, error); - throw error; - } - } - - async createSubject(createSubjectDto: any, req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/api/subjects`; - try { - this.logger.log(`Forwarding POST request to: ${url}`); - const response = await firstValueFrom( - this.httpService.post(url, createSubjectDto, config), - ); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding POST subjects`, error); - throw error; - } - } - - async findAllSubjects(query: any, req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/api/subjects`; - try { - this.logger.log(`Forwarding GET request to: ${url}`); - const response = await firstValueFrom( - this.httpService.get(url, { ...config, params: query }), - ); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding GET subjects`, error); - throw error; - } - } - - async findSubjectByCodigo(codigo: string, req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/api/subjects/codigo/${codigo}`; - try { - this.logger.log(`Forwarding GET request to: ${url}`); - const response = await firstValueFrom(this.httpService.get(url, config)); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding GET subjects/codigo/${codigo}`, error); - throw error; - } - } - - async updateSubject(codigo: string, updateSubjectDto: any, req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/api/subjects/${codigo}`; - try { - this.logger.log(`Forwarding PATCH request to: ${url}`); - const response = await firstValueFrom( - this.httpService.patch(url, updateSubjectDto, config), - ); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding PATCH subjects/${codigo}`, error); - throw error; - } - } - - async removeSubject(codigo: string, req: Request) { - const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/api/subjects/${codigo}`; - try { - this.logger.log(`Forwarding DELETE request to: ${url}`); - const response = await firstValueFrom(this.httpService.delete(url, config)); - return response.data; - } catch (error) { - this.logger.error(`Error forwarding DELETE subjects/${codigo}`, error); - throw error; - } - } + private readonly logger = new Logger(TutoriasService.name); + private readonly tutoriasManagementServiceUrl: string; + + constructor(private readonly httpService: HttpService) { + let url = envs.tutoriasAzure + ? envs.tutoriasAzure + : `${envs.protocol}://${envs.tutoriasHost}:${envs.tutoriasPort}`; + + if (!url.startsWith('http://') && !url.startsWith('https://')) { + url = `https://${url}`; + } + + this.tutoriasManagementServiceUrl = url; + } + + + + async updateAvailabilityById(id: string, disponibilidad: any, req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/api/users/id/${id}/availability`; + try { + this.logger.log(`Forwarding PATCH request to: ${url}`); + const response = await firstValueFrom(this.httpService.patch(url, { disponibilidad }, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding PATCH users/id availability`, error); + throw error; + } + } + + async updateAvailabilityByEmail(email: string, disponibilidad: any, req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/api/users/email/${email}/availability`; + try { + this.logger.log(`Forwarding PATCH request to: ${url}`); + const response = await firstValueFrom(this.httpService.patch(url, { disponibilidad }, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding PATCH users/email availability`, error); + throw error; + } + } + + async getAvailabilityById(id: string, req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/users/disponibilidad/id/${id}'`; + try { + this.logger.log(`Forwarding GET request to: ${url}`); + const response = await firstValueFrom(this.httpService.get(url, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding GET users/id availability`, error); + throw error; + } + } + + async getAvailabilityByEmail(email: string, req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/users/disponibilidad/email/${email}`; + try { + this.logger.log(`Forwarding GET request to: ${url}`); + const response = await firstValueFrom(this.httpService.get(url, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding GET users/email availability`, error); + throw error; + } + } + + + async findTutores(req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/api/users/tutors`; + try { + this.logger.log(`Forwarding GET request to: ${url}`); + const response = await firstValueFrom(this.httpService.get(url, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding GET users/tutors`, error); + throw error; + } + } + + async create(createTutoriaDto: CreateTutoriaDto, req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/api/tutors`; + try { + this.logger.log(`Forwarding POST request to: ${url}`); + const response = await firstValueFrom(this.httpService.post(url, createTutoriaDto, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding POST /api/tutors`, error); + throw error; + } + } + + async getTutorsByMateria(codigo: string, req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/tutors/by-materia/${codigo}`; + try { + this.logger.log(`Forwarding GET request to: ${url}`); + const response = await firstValueFrom(this.httpService.get(url, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding GET tutors by-materia`, error); + throw error; + } + } + + async getTutorRatings(id: string, req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/api/tutors/${id}/ratings`; + try { + this.logger.log(`Forwarding GET request to: ${url}`); + const response = await firstValueFrom(this.httpService.get(url, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding GET tutors ratings`, error); + throw error; + } + } + + async getTutorReputacion(id: string, req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/api/tutors/${id}/reputacion`; + try { + this.logger.log(`Forwarding GET request to: ${url}`); + const response = await firstValueFrom(this.httpService.get(url, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding GET tutors reputacion`, error); + throw error; + } + } + + async getTutorMaterias(id: string, req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/api/tutors/${id}/materias`; + try { + this.logger.log(`Forwarding GET request to: ${url}`); + const response = await firstValueFrom(this.httpService.get(url, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding GET tutors materias`, error); + throw error; + } + } + + async addMaterias(id: string, addMateriasDto: any, req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/tutors/${id}/materias`; + try { + this.logger.log(`Forwarding POST request to: ${url}`); + const response = await firstValueFrom(this.httpService.post(url, addMateriasDto, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding POST tutors materias`, error); + throw error; + } + } + + async removeMaterias(id: string, removeMateriasDto: any, req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/tutors/${id}/materias`; + try { + this.logger.log(`Forwarding DELETE request to: ${url}`); + const response = await firstValueFrom(this.httpService.delete(url, { ...config, data: removeMateriasDto })); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding DELETE tutors materias`, error); + throw error; + } + } + + async getSystemOverview(req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/api/stats/overview`; + try { + this.logger.log(`Forwarding GET request to: ${url}`); + const response = await firstValueFrom(this.httpService.get(url, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding GET overview`, error); + throw error; + } + } + + async getPopularSubjects(limit: number, req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/api/stats/popular-subjects`; + try { + this.logger.log(`Forwarding GET request to: ${url} (limit=${limit})`); + const response = await firstValueFrom(this.httpService.get(url, { ...config, params: { limit } })); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding GET popular-subjects`, error); + throw error; + } + } + + async createSession(createSessionDto: CreateSessionDto, req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/api/sessions`; + try { + this.logger.log(`Forwarding POST request to: ${url}`); + const response = await firstValueFrom(this.httpService.post(url, createSessionDto, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding POST sessions`, error); + throw error; + } + } + + async findSessionById(id: string, req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/api/sessions/id/${id}`; + try { + this.logger.log(`Forwarding GET request to: ${url}`); + const response = await firstValueFrom(this.httpService.get(url, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding GET sessions/id`, error); + throw error; + } + } + + async findByStudent(studentId: string, req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/api/sessions/student/${studentId}`; + try { + this.logger.log(`Forwarding GET request to: ${url}`); + const response = await firstValueFrom(this.httpService.get(url, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding GET sessions/student`, error); + throw error; + } + } + + async findByTutor(tutorId: string, req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/api/sessions/tutor/${tutorId}`; + try { + this.logger.log(`Forwarding GET request to: ${url}`); + const response = await firstValueFrom(this.httpService.get(url, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding GET sessions/tutor`, error); + throw error; + } + } + + async confirmSession(sessionId: string, tutorId: string, req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/api/sessions/${sessionId}/confirmar`; + try { + this.logger.log(`Forwarding PATCH request to: ${url}`); + const response = await firstValueFrom(this.httpService.patch(url, { tutorId }, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding PATCH sessions confirmar`, error); + throw error; + } + } + + async rejectSession(sessionId: string, tutorId: string, rejectDto: any, req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/api/sessions/${sessionId}/rechazar`; + try { + this.logger.log(`Forwarding PATCH request to: ${url}`); + const response = await firstValueFrom(this.httpService.patch(url, rejectDto, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding PATCH sessions rechazar`, error); + throw error; + } + } + + async cancelSession(sessionId: string, userId: string, cancelDto: any, req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/api/sessions/${sessionId}/cancelar`; + try { + this.logger.log(`Forwarding PATCH request to: ${url}`); + const response = await firstValueFrom(this.httpService.patch(url, cancelDto, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding PATCH sessions cancelar`, error); + throw error; + } + } + + async completeSession(sessionId: string, tutorId: string, completeDto: any, req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/api/sessions/${sessionId}/completar`; + try { + this.logger.log(`Forwarding PATCH request to: ${url}`); + const response = await firstValueFrom(this.httpService.patch(url, completeDto, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding PATCH sessions completar`, error); + throw error; + } + } + + async createRating(createRatingDto: any, req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/api/ratings`; + try { + this.logger.log(`Forwarding POST request to: ${url}`); + const response = await firstValueFrom(this.httpService.post(url, createRatingDto, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding POST ratings`, error); + throw error; + } + } + + async findRatingsByTutor(tutorId: string, req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/api/ratings/tutor/${tutorId}`; + try { + this.logger.log(`Forwarding GET request to: ${url}`); + const response = await firstValueFrom(this.httpService.get(url, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding GET ratings/tutor`, error); + throw error; + } + } + + async findRatingsBySession(sessionId: string, req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/api/ratings/session/${sessionId}`; + try { + this.logger.log(`Forwarding GET request to: ${url}`); + const response = await firstValueFrom(this.httpService.get(url, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding GET ratings/session`, error); + throw error; + } + } + + async getFullNameById(id: string, req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/api/users/nombre/${id}`; + try { + this.logger.log(`Forwarding GET request to: ${url}`); + const response = await firstValueFrom(this.httpService.get(url, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding GET users/nombre`, error); + throw error; + } + } + + + async findByCodigo(codigo: string, req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/api/subjects/codigo/${codigo}`; + try { + this.logger.log(`Forwarding GET request to: ${url}`); + const response = await firstValueFrom(this.httpService.get(url, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding GET users/nombre`, error); + throw error; + } + } + + async findUpcomingSessions(userId: string, req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/api/sessions/upcoming/${userId}`; + try { + this.logger.log(`Forwarding GET request to: ${url}`); + const response = await firstValueFrom(this.httpService.get(url, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding GET /api/sessions/upcoming/${userId}`, error); + throw error; + } + } + + async getUserSessionStats(userId: string, req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/api/sessions/stats/${userId}`; + try { + this.logger.log(`Forwarding GET request to: ${url}`); + const response = await firstValueFrom(this.httpService.get(url, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding GET /api/sessions/stats/${userId}`, error); + throw error; + } + } + + async getPendingSessions(userId: string, req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/api/tutors/${userId}/pending-sessions`; + try { + this.logger.log(`Forwarding GET request to: ${url}`); + const response = await firstValueFrom(this.httpService.get(url, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding GET /api/tutors/${userId}/pending-sessions`, error); + throw error; + } + } + + async getConfirmedSessions(userId: string, req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/api/tutors/${userId}/confirmed-sessions`; + try { + this.logger.log(`Forwarding GET request to: ${url}`); + const response = await firstValueFrom(this.httpService.get(url, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding GET /api/tutors/${userId}/confirmed-sessions`, error); + throw error; + } + } + + async findById(Id: string, req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/api/tutors/${Id}`; + try { + this.logger.log(`Forwarding GET request to: ${url}`); + const response = await firstValueFrom(this.httpService.get(url, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding GET /api/tutors/${Id}`, error); + throw error; + } + } + + async createSubject(createSubjectDto: any, req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/api/subjects`; + try { + this.logger.log(`Forwarding POST request to: ${url}`); + const response = await firstValueFrom( + this.httpService.post(url, createSubjectDto, config), + ); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding POST subjects`, error); + throw error; + } + } + + async findAllSubjects(query: any, req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/api/subjects`; + try { + this.logger.log(`Forwarding GET request to: ${url}`); + const response = await firstValueFrom( + this.httpService.get(url, { ...config, params: query }), + ); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding GET subjects`, error); + throw error; + } + } + + async findSubjectByCodigo(codigo: string, req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/api/subjects/codigo/${codigo}`; + try { + this.logger.log(`Forwarding GET request to: ${url}`); + const response = await firstValueFrom(this.httpService.get(url, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding GET subjects/codigo/${codigo}`, error); + throw error; + } + } + + async updateSubject(codigo: string, updateSubjectDto: any, req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/api/subjects/${codigo}`; + try { + this.logger.log(`Forwarding PATCH request to: ${url}`); + const response = await firstValueFrom( + this.httpService.patch(url, updateSubjectDto, config), + ); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding PATCH subjects/${codigo}`, error); + throw error; + } + } + + async removeSubject(codigo: string, req: Request) { + const config = JwtForwardingHelper.getAxiosConfig(req); + const url = `${this.tutoriasManagementServiceUrl}/api/subjects/${codigo}`; + try { + this.logger.log(`Forwarding DELETE request to: ${url}`); + const response = await firstValueFrom(this.httpService.delete(url, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding DELETE subjects/${codigo}`, error); + throw error; + } + } } \ No newline at end of file From 51929a0f316f2c830851bc120708d299415856ea Mon Sep 17 00:00:00 2001 From: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Date: Sun, 14 Dec 2025 23:37:34 -0500 Subject: [PATCH 2/4] Develop (#68) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * Feature/materiales (#36) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Chats conexion (#35) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * correcion en descargas y cantidad de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * Fix/merge (#38) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Chats conexion (#35) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * merge main - develop (#40) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Chats conexion (#35) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge copy develop (#39) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * Feature/materiales (#36) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Chats conexion (#35) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * correcion en descargas y cantidad de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * Fix/merge (#38) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull r… * Feature/tutorias (#42) * feat(tutorias): add DTOs for creating, updating, and finding entities; implement tutorias controller and service - Created DTOs for creating and updating subjects, topics, tutors, users, and sessions. - Implemented email notification DTO and find DTOs for users and subjects. - Added methods in the TutoriasService for handling CRUD operations and availability updates. - Developed the TutoriasController to manage requests related to tutorias, including finding by ID and email, updating availability, and managing sessions. - Established a module for tutorias to encapsulate the service and controller. * fix(tutorias): eliminación de endpoint que ya no se usan en el microservicio de tutorias * feat(tutorias):add get nombre by id endpoint connection * fix: fixed create tutoring session request * feat(tutorias): conexion a endpoint de tutorias para obtener tutorias proximas * feat(tutorias): conexion a endpoint de tutorias para datos de cantidad de tutorias y horas * feat(tutorias):conexion a endpoint para obtener sesiones pendientes * feat(tutorias):conexion a endpoint para obtener sesiones confirmadas * fix: fixed conflicts with develop --------- Co-authored-by: LauraVenegas6 * Fix/fixe deploy conflicts (#44) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Chats conexion (#35) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge copy develop (#39) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * Feature/materiales (#36) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Chats conexion (#35) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * correcion en descargas y cantidad de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * Fix/merge (#38) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pu… * fead(add): routes created for connecting reports * Hotfix/merge main to develop (#49) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Chats conexion (#35) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge copy develop (#39) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * Feature/materiales (#36) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Chats conexion (#35) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * correcion en descargas y cantidad de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * Fix/merge (#38) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la… * fix: remove duplicate environment variables and dependencies in packa… (#48) * fix: remove duplicate environment variables and dependencies in package-lock * feat: add endpoint to retrieve authenticated user's profile * Feature/conexion materiales (#50) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Chats conexion (#35) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * correcion en descargas y cantidad de materiales * contador notificacion de chat * nuevas conexiones con materiales * top de materiales * Metodos de busqueda y dtos para materiales * solucion de conflictos materiales * solucion de conflictos materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * merge final (#51) * Main copy (#52) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Chats conexion (#35) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge copy develop (#39) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * Feature/materiales (#36) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Chats conexion (#35) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * correcion en descargas y cantidad de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * Fix/merge (#38) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * fe… * feat: add endpoint to find users by id (#54) * feat(IA): Se agregaron los diferentes componentes para que la feature flag funcionara * feat(IA): Refactorizacion para mejor calidad de codigo en la parte de feature flags * feat(IA): Se agregaron los diferentes componentes para que la feature… (#55) * feat(IA): Se agregaron los diferentes componentes para que la feature flag funcionara * feat(IA): Refactorizacion para mejor calidad de codigo en la parte de feature flags * Add Firebase Remote Config feature flag for IA endpoints * feat(IA): Se añadieron mas logs para encontrar el error de conexion * feat(IA): Se añadieron mas validaciones para que salgan los logs * feat(IA): Se añadieron mas validaciones para que salgan los logs * refactor(tutorias.service.ts): clean up code formatting and improve readability (#64) * feat - Ignacio Castillo: Conexión con reportes del módulo de comunidad * feat(IA): Se añadió postinstall (#67) --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache Co-authored-by: David Alejandro Patacon Henao Co-authored-by: LauraVenegas6 Co-authored-by: SebasDuqueC Co-authored-by: Christian Alfonso Romero Martinez --- package.json | 1 + src/comunidad/comunidad.controller.ts | 163 +++++++++++++++++- src/comunidad/comunidad.service.ts | 124 +++++++++++++ src/comunidad/dto/create-report.dto.ts | 57 ++++++ src/comunidad/dto/index.ts | 4 +- src/comunidad/dto/update-report-status.dto.ts | 31 ++++ 6 files changed, 377 insertions(+), 3 deletions(-) create mode 100644 src/comunidad/dto/create-report.dto.ts create mode 100644 src/comunidad/dto/update-report-status.dto.ts diff --git a/package.json b/package.json index d1557c8..f98c1a4 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "start:dev": "nest start --watch", "start:debug": "nest start --debug --watch", "start:prod": "node dist/main", + "postinstall": "npm run build", "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix", "test": "jest", "test:watch": "jest --watch", diff --git a/src/comunidad/comunidad.controller.ts b/src/comunidad/comunidad.controller.ts index 69b7bfc..48126d2 100644 --- a/src/comunidad/comunidad.controller.ts +++ b/src/comunidad/comunidad.controller.ts @@ -7,6 +7,10 @@ import { Body, UseGuards, Req, + Patch, + Query, + HttpCode, + HttpStatus, } from '@nestjs/common'; import { ApiTags, @@ -14,11 +18,19 @@ import { ApiResponse, ApiBearerAuth, ApiParam, + ApiQuery, } from '@nestjs/swagger'; import type { Request } from 'express'; import { ComunidadService } from './comunidad.service'; -import { JwtAuthGuard } from '../auth'; -import { CreateGroupDto, SendMessageBodyDto } from './dto'; +import { JwtAuthGuard, Roles, RolesGuard } from '../auth'; +import { Role } from '../common/dto'; +import { CreateGroupDto, + SendMessageBodyDto, + CreateReportDto, + UpdateReportStatusDto, + EstadoReporte, + TipoContenido, +} from './dto'; // Main controller with root prefix for direct routes like /forums, /chats, etc @ApiTags('Comunidad - Forums & Chats') @@ -419,4 +431,151 @@ export class ComunidadController { async getVotes(@Req() request: Request) { return this.comunidadService.getVotes(request); } + + // ============ REPORTES - Direct routes ============ + @Post('reportes') + @HttpCode(HttpStatus.CREATED) + @ApiOperation({ + summary: 'Crear un nuevo reporte de contenido', + description: + 'Permite a un usuario reportar contenido inapropiado de threads, respuestas o mensajes de chat.', + }) + @ApiResponse({ + status: 201, + description: 'El reporte fue enviado correctamente', + }) + @ApiResponse({ + status: 400, + description: 'Datos inválidos o incompletos', + }) + @ApiResponse({ + status: 404, + description: 'El contenido reportado no existe', + }) + @ApiResponse({ + status: 409, + description: 'Ya has reportado este contenido previamente', + }) + async createReport( + @Body() createReportDto: CreateReportDto, + @Req() request: Request, + ) { + return this.comunidadService.createReport(createReportDto, request); + } + + @Get('reportes') + @UseGuards(RolesGuard) + @Roles(Role.ADMIN) + @ApiOperation({ + summary: 'Obtener todos los reportes', + description: + 'Obtiene la lista de todos los reportes. Solo accesible para administradores.', + }) + @ApiQuery({ + name: 'estado', + required: false, + enum: EstadoReporte, + description: 'Filtrar reportes por estado', + }) + @ApiQuery({ + name: 'tipoContenido', + required: false, + enum: TipoContenido, + description: 'Filtrar reportes por tipo de contenido', + }) + @ApiResponse({ + status: 200, + description: 'Lista de reportes obtenida exitosamente', + }) + async getAllReports( + @Query('estado') estado?: EstadoReporte, + @Query('tipoContenido') tipoContenido?: TipoContenido, + @Req() request?: Request, + ) { + return this.comunidadService.getAllReports(estado, tipoContenido, request); + } + + @Get('reportes/estadisticas') + @UseGuards(RolesGuard) + @Roles(Role.ADMIN) + @ApiOperation({ + summary: 'Obtener estadísticas de reportes', + description: 'Obtiene estadísticas generales sobre los reportes del sistema.', + }) + @ApiResponse({ + status: 200, + description: 'Estadísticas obtenidas exitosamente', + }) + async getReportStatistics(@Req() request: Request) { + return this.comunidadService.getReportStatistics(request); + } + + @Get('reportes/mis-reportes') + @ApiOperation({ + summary: 'Obtener reportes del usuario autenticado', + description: 'Obtiene todos los reportes realizados por el usuario actual.', + }) + @ApiResponse({ + status: 200, + description: 'Lista de reportes del usuario obtenida exitosamente', + }) + async getMyReports(@Req() request: Request) { + return this.comunidadService.getMyReports(request); + } + + @Get('reportes/:id') + @UseGuards(RolesGuard) + @Roles(Role.ADMIN) + @ApiOperation({ + summary: 'Obtener un reporte específico por ID', + description: + 'Obtiene los detalles completos de un reporte incluyendo el historial de logs.', + }) + @ApiParam({ + name: 'id', + description: 'ID del reporte', + }) + @ApiResponse({ + status: 200, + description: 'Reporte obtenido exitosamente', + }) + @ApiResponse({ + status: 404, + description: 'Reporte no encontrado', + }) + async getReportById(@Param('id') id: string, @Req() request: Request) { + return this.comunidadService.getReportById(id, request); + } + + @Patch('reportes/:id/estado') + @UseGuards(RolesGuard) + @Roles(Role.ADMIN) + @ApiOperation({ + summary: 'Actualizar el estado de un reporte', + description: + 'Permite a administradores cambiar el estado de un reporte y añadir notas de moderación.', + }) + @ApiParam({ + name: 'id', + description: 'ID del reporte', + }) + @ApiResponse({ + status: 200, + description: 'Estado del reporte actualizado correctamente', + }) + @ApiResponse({ + status: 404, + description: 'Reporte no encontrado', + }) + async updateReportStatus( + @Param('id') id: string, + @Body() updateStatusDto: UpdateReportStatusDto, + @Req() request: Request, + ) { + return this.comunidadService.updateReportStatus( + id, + updateStatusDto, + request, + ); + } } diff --git a/src/comunidad/comunidad.service.ts b/src/comunidad/comunidad.service.ts index 46054fc..19bee71 100644 --- a/src/comunidad/comunidad.service.ts +++ b/src/comunidad/comunidad.service.ts @@ -529,4 +529,128 @@ export class ComunidadService { throw error; } } + + //Reportes// + /** + * Proxy para crear un nuevo reporte de contenido + */ + async createReport(createReportDto: any, request: Request) { + const config = JwtForwardingHelper.getAxiosConfig(request); + const url = `${this.comunidadServiceUrl}/reportes`; + + try { + this.logger.log(`Forwarding POST request to: ${url}`); + const response = await firstValueFrom( + this.httpService.post(url, createReportDto, config), + ); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding create report request`, error); + throw error; + } + } + + /** + * Proxy para obtener todos los reportes (solo admins) + */ + async getAllReports( + estado?: string, + tipoContenido?: string, + request?: Request, + ) { + const config = request ? JwtForwardingHelper.getAxiosConfig(request) : {}; + let url = `${this.comunidadServiceUrl}/reportes`; + + // Agregar query params si existen + const params = new URLSearchParams(); + if (estado) params.append('estado', estado); + if (tipoContenido) params.append('tipoContenido', tipoContenido); + + if (params.toString()) { + url += `?${params.toString()}`; + } + + try { + this.logger.log(`Forwarding GET request to: ${url}`); + const response = await firstValueFrom(this.httpService.get(url, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding get all reports request`, error); + throw error; + } + } + + /** + * Proxy para obtener estadísticas de reportes (solo admins) + */ + async getReportStatistics(request: Request) { + const config = JwtForwardingHelper.getAxiosConfig(request); + const url = `${this.comunidadServiceUrl}/reportes/estadisticas`; + + try { + this.logger.log(`Forwarding GET request to: ${url}`); + const response = await firstValueFrom(this.httpService.get(url, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding get statistics request`, error); + throw error; + } + } + + /** + * Proxy para obtener los reportes del usuario autenticado + */ + async getMyReports(request: Request) { + const config = JwtForwardingHelper.getAxiosConfig(request); + const url = `${this.comunidadServiceUrl}/reportes/mis-reportes`; + + try { + this.logger.log(`Forwarding GET request to: ${url}`); + const response = await firstValueFrom(this.httpService.get(url, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding get my reports request`, error); + throw error; + } + } + + /** + * Proxy para obtener un reporte por ID (solo admins) + */ + async getReportById(reporteId: string, request: Request) { + const config = JwtForwardingHelper.getAxiosConfig(request); + const url = `${this.comunidadServiceUrl}/reportes/${reporteId}`; + + try { + this.logger.log(`Forwarding GET request to: ${url}`); + const response = await firstValueFrom(this.httpService.get(url, config)); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding get report by id request`, error); + throw error; + } + } + + /** + * Proxy para actualizar el estado de un reporte (solo admins) + */ + async updateReportStatus( + reporteId: string, + updateStatusDto: any, + request: Request, + ) { + const config = JwtForwardingHelper.getAxiosConfig(request); + const url = `${this.comunidadServiceUrl}/reportes/${reporteId}/estado`; + + try { + this.logger.log(`Forwarding PATCH request to: ${url}`); + const response = await firstValueFrom( + this.httpService.patch(url, updateStatusDto, config), + ); + return response.data; + } catch (error) { + this.logger.error(`Error forwarding update report status request`, error); + throw error; + } + } } diff --git a/src/comunidad/dto/create-report.dto.ts b/src/comunidad/dto/create-report.dto.ts new file mode 100644 index 0000000..fc2f4ad --- /dev/null +++ b/src/comunidad/dto/create-report.dto.ts @@ -0,0 +1,57 @@ +import { ApiProperty } from '@nestjs/swagger'; +import { IsString, IsNotEmpty, IsEnum, IsOptional, MaxLength } from 'class-validator'; + +export enum TipoContenido { + THREAD = 'THREAD', + RESPONSE = 'RESPONSE', + MENSAJE_CHAT = 'MENSAJE_CHAT', +} + +export enum MotivoReporte { + SPAM = 'SPAM', + LENGUAJE_OFENSIVO = 'LENGUAJE_OFENSIVO', + ACOSO = 'ACOSO', + CONTENIDO_INAPROPIADO = 'CONTENIDO_INAPROPIADO', + INCUMPLIMIENTO_NORMAS = 'INCUMPLIMIENTO_NORMAS', + FRAUDE_ACADEMICO = 'FRAUDE_ACADEMICO', + OTRO = 'OTRO', +} + +export class CreateReportDto { + @ApiProperty({ + description: 'ID del contenido reportado (thread, response o mensaje de chat)', + example: '550e8400-e29b-41d4-a716-446655440000', + }) + @IsString() + @IsNotEmpty({ message: 'El ID del contenido es requerido' }) + contenido_id: string; + + @ApiProperty({ + description: 'Tipo de contenido a reportar', + enum: TipoContenido, + example: TipoContenido.THREAD, + }) + @IsEnum(TipoContenido, { message: 'El tipo de contenido debe ser válido' }) + @IsNotEmpty({ message: 'El tipo de contenido es requerido' }) + tipo_contenido: TipoContenido; + + @ApiProperty({ + description: 'Motivo del reporte', + enum: MotivoReporte, + example: MotivoReporte.SPAM, + }) + @IsEnum(MotivoReporte, { message: 'El motivo del reporte debe ser válido' }) + @IsNotEmpty({ message: 'El motivo del reporte es requerido' }) + motivo: MotivoReporte; + + @ApiProperty({ + description: 'Descripción adicional del reporte (opcional)', + example: 'Este contenido contiene información falsa y engañosa', + required: false, + maxLength: 500, + }) + @IsOptional() + @IsString() + @MaxLength(500, { message: 'La descripción no puede exceder los 500 caracteres' }) + descripcion?: string; +} diff --git a/src/comunidad/dto/index.ts b/src/comunidad/dto/index.ts index 61cfce6..af9d95b 100644 --- a/src/comunidad/dto/index.ts +++ b/src/comunidad/dto/index.ts @@ -1,3 +1,5 @@ export * from './create-group.dto'; -export * from './send-message.dto'; export * from './send-message-body.dto'; +export * from './send-message.dto'; +export * from './create-report.dto'; +export * from './update-report-status.dto'; diff --git a/src/comunidad/dto/update-report-status.dto.ts b/src/comunidad/dto/update-report-status.dto.ts new file mode 100644 index 0000000..190b9fe --- /dev/null +++ b/src/comunidad/dto/update-report-status.dto.ts @@ -0,0 +1,31 @@ +import { ApiProperty } from '@nestjs/swagger'; +import { IsEnum, IsOptional, IsString, MaxLength } from 'class-validator'; + +export enum EstadoReporte { + PENDIENTE = 'PENDIENTE', + EN_REVISION = 'EN_REVISION', + APROBADO = 'APROBADO', + RECHAZADO = 'RECHAZADO', + RESUELTO = 'RESUELTO', +} + +export class UpdateReportStatusDto { + @ApiProperty({ + description: 'Nuevo estado del reporte', + enum: EstadoReporte, + example: EstadoReporte.EN_REVISION, + }) + @IsEnum(EstadoReporte, { message: 'El estado del reporte debe ser válido' }) + estado: EstadoReporte; + + @ApiProperty({ + description: 'Notas de moderación (opcional)', + example: 'El contenido fue revisado y se encontró que viola las normas de la comunidad', + required: false, + maxLength: 1000, + }) + @IsOptional() + @IsString() + @MaxLength(1000, { message: 'Las notas de moderación no pueden exceder los 1000 caracteres' }) + notas_moderacion?: string; +} From 95545d50fffc04870cf70d6022a96095a0ce3703 Mon Sep 17 00:00:00 2001 From: Daniel Eduardo Useche Date: Mon, 15 Dec 2025 01:33:29 -0500 Subject: [PATCH 3/4] Develop (#70) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * Feature/materiales (#36) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Chats conexion (#35) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * correcion en descargas y cantidad de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * Fix/merge (#38) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Chats conexion (#35) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * merge main - develop (#40) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Chats conexion (#35) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge copy develop (#39) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * Feature/materiales (#36) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Chats conexion (#35) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * correcion en descargas y cantidad de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * Fix/merge (#38) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull r… * Feature/tutorias (#42) * feat(tutorias): add DTOs for creating, updating, and finding entities; implement tutorias controller and service - Created DTOs for creating and updating subjects, topics, tutors, users, and sessions. - Implemented email notification DTO and find DTOs for users and subjects. - Added methods in the TutoriasService for handling CRUD operations and availability updates. - Developed the TutoriasController to manage requests related to tutorias, including finding by ID and email, updating availability, and managing sessions. - Established a module for tutorias to encapsulate the service and controller. * fix(tutorias): eliminación de endpoint que ya no se usan en el microservicio de tutorias * feat(tutorias):add get nombre by id endpoint connection * fix: fixed create tutoring session request * feat(tutorias): conexion a endpoint de tutorias para obtener tutorias proximas * feat(tutorias): conexion a endpoint de tutorias para datos de cantidad de tutorias y horas * feat(tutorias):conexion a endpoint para obtener sesiones pendientes * feat(tutorias):conexion a endpoint para obtener sesiones confirmadas * fix: fixed conflicts with develop --------- Co-authored-by: LauraVenegas6 * Fix/fixe deploy conflicts (#44) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Chats conexion (#35) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge copy develop (#39) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * Feature/materiales (#36) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Chats conexion (#35) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * correcion en descargas y cantidad de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * Fix/merge (#38) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pu… * fead(add): routes created for connecting reports * Hotfix/merge main to develop (#49) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Chats conexion (#35) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge copy develop (#39) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * Feature/materiales (#36) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Chats conexion (#35) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * correcion en descargas y cantidad de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * Fix/merge (#38) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la… * fix: remove duplicate environment variables and dependencies in packa… (#48) * fix: remove duplicate environment variables and dependencies in package-lock * feat: add endpoint to retrieve authenticated user's profile * Feature/conexion materiales (#50) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Chats conexion (#35) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * correcion en descargas y cantidad de materiales * contador notificacion de chat * nuevas conexiones con materiales * top de materiales * Metodos de busqueda y dtos para materiales * solucion de conflictos materiales * solucion de conflictos materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * merge final (#51) * Main copy (#52) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Chats conexion (#35) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge copy develop (#39) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * Feature/materiales (#36) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Chats conexion (#35) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * Fix/merge (#34) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService * Feature/materiales (#21) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * feat(ia): Se agregó la validación del rate limiting 60req/min (#26) * feat(ia): Se agregó la validación del rate limiting 60req/min * feat(ia): Implementación de mejores practicas segun el copilot de la pr * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Sugerencias de seguridad para el codigo, con los tipados any * feat(ia): Correcta documentación del codigo * feat(rate-limiting): Se modificó para que fuera global * feat(comunidad): add endpoint to reopen closed forums (#23) * feat(responses): add createResponse endpoint and service proxy (#24) * feat(comunnity):add chats endpoints (#27) * Feature/materiales (#29) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Endpoints del microservicio de materiales * feat(materials-gateway): endpoints faltantes * feat(materiales): agregar endpoints de gateway y pdf-export * endpoints faltantes, exportar pdf y descargas * exportar pdf * codigo duplicado * codigo duplicado v2 * codigo duplicado v3 * codigo duplicado regreso a v2 * dependencias no usadas * codigo duplicado del servis de materiales * endpoint de getAllMaterials --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * solve merge: conflicto entre main y develop --------- Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache * correcion en descargas y cantidad de materiales --------- Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Daniel Eduardo Useche Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Felipe Calvache * Fix/merge (#38) * docs: update DOSWPROYECT section to include year 2025 * fix(auth): refactor error handling and redirect URLs to use URL object for better readability * fix(envs, user-management): ensure URLs are properly formatted by removing trailing slashes * Metricas Estadisticas (#25) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * feat(ia): Se añadieron mas correciones sugeridas --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniel Eduardo Useche * Feat/community (#19) * feat(comunidad): add Comunidad module, controller, and service with forum and chat functionalities * feat(comunidad): add forum and thread management functionalities including close, edit, like, and vote operations * feat(comunidad): add error handling for unsupported HTTP methods in ComunidadService --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> * Fix/merge (#32) * Feat/auth/user management (#10) * feat(notificaciones): add Notificaciones module, service, and controller with CRUD operations chore(envs): add notification service environment variables refactor(app): include NotificacionesModule in the main application module * feat(user-management): add filtering capabilities for user retrieval with new FilterUsersDto * feat - Ignacio Castillo: implementación de la documentación en swagger dentro del api gateway * feat(usermanagements): statsUsers and Roles (#13) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * Fix/user filter (#17) * feat(usermanagements): statsUsers and Roles * feat(newusers stats): graph new users stats * fix(cors): main cors fix * fix(Usermanagement): PaginationDto-FiletrDto * Feat/ia (#16) * feat(ia): Se adelantó el controller y el modulo, falta el servicio * feat(ia): Se corrigieron mas errores, falta corregir el service * feat(service): Se arregló la capa de servicios * feat(pruebas): Se estan realizando las resepectivas preubas de conectividad * feat(Ia): Api-Gateway funcional * feat(Ia): Se modifico un comentario * feat(ia): add DTOs and validation for IA endpoints - Created DTOs for strong typing and validation: - for the endpoint. - for the endpoint. - for the endpoint. - for the endpoint. - Integrated in the controller to enforce validation rules. - Replaced types with DTOs to ensure data integrity and improve maintainability. * featu(ia): Se agrego otro endpoint al api-gateway * feat(ia): Se eliminaron endpoints que nunca se van a usar desde aca * Update src/ia/ia.controller.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(ia): Se refactorizaron varias lineas de codigo segun las recomendaciones de copilot en la pull request * fe… * feat: add endpoint to find users by id (#54) * feat(IA): Se agregaron los diferentes componentes para que la feature flag funcionara * feat(IA): Refactorizacion para mejor calidad de codigo en la parte de feature flags * feat(IA): Se agregaron los diferentes componentes para que la feature… (#55) * feat(IA): Se agregaron los diferentes componentes para que la feature flag funcionara * feat(IA): Refactorizacion para mejor calidad de codigo en la parte de feature flags * Add Firebase Remote Config feature flag for IA endpoints * feat(IA): Se añadieron mas logs para encontrar el error de conexion * feat(IA): Se añadieron mas validaciones para que salgan los logs * feat(IA): Se añadieron mas validaciones para que salgan los logs * refactor(tutorias.service.ts): clean up code formatting and improve readability (#64) * feat - Ignacio Castillo: Conexión con reportes del módulo de comunidad * feat(IA): Se añadió postinstall (#67) * version funcional gateway (#69) --------- Co-authored-by: ignacio14.castillor@gmail.com Co-authored-by: Anderson Fabian Garcia Nieto <111310114+Anderfg13@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nella <107373290+Nella1414@users.noreply.github.com> Co-authored-by: Jared Sebastian Farfan Guevara <127908320+Jared-Farfan@users.noreply.github.com> Co-authored-by: Nella1414 Co-authored-by: Felipe Calvache Co-authored-by: David Alejandro Patacon Henao Co-authored-by: LauraVenegas6 Co-authored-by: SebasDuqueC Co-authored-by: Anderson Fabian Garcia Nieto Co-authored-by: Christian Alfonso Romero Martinez --- package-lock.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 51772ba..b8ccc1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "class-transformer": "^0.5.1", "class-validator": "^0.14.2", "dotenv": "^17.2.3", - "firebase-admin": "^12.6.0", + "firebase-admin": "^12.7.0", "form-data": "^4.0.5", "joi": "^18.0.1", "passport": "^0.7.0", diff --git a/package.json b/package.json index f98c1a4..1ad4690 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,7 @@ "class-transformer": "^0.5.1", "class-validator": "^0.14.2", "dotenv": "^17.2.3", + "firebase-admin": "^12.7.0", "form-data": "^4.0.5", "joi": "^18.0.1", "passport": "^0.7.0", @@ -44,8 +45,7 @@ "reflect-metadata": "^0.2.2", "rxjs": "^7.8.1", "swagger-ui-express": "^5.0.1", - "transformer": "^1.2.8", - "firebase-admin": "^12.6.0" + "transformer": "^1.2.8" }, "devDependencies": { "@eslint/eslintrc": "^3.2.0", From 43e69ffe9835a24bd81011e24c88e95d8d654435 Mon Sep 17 00:00:00 2001 From: Daniel Eduardo Useche Date: Mon, 15 Dec 2025 01:47:10 -0500 Subject: [PATCH 4/4] Fix URL endpoint for fetching tutors (#73) --- src/tutorias/tutorias.service.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tutorias/tutorias.service.ts b/src/tutorias/tutorias.service.ts index 2b159e6..79ed77f 100644 --- a/src/tutorias/tutorias.service.ts +++ b/src/tutorias/tutorias.service.ts @@ -83,7 +83,7 @@ export class TutoriasService { async findTutores(req: Request) { const config = JwtForwardingHelper.getAxiosConfig(req); - const url = `${this.tutoriasManagementServiceUrl}/api/users/tutors`; + const url = `${this.tutoriasManagementServiceUrl}/api/users/tutores`; try { this.logger.log(`Forwarding GET request to: ${url}`); const response = await firstValueFrom(this.httpService.get(url, config)); @@ -518,4 +518,4 @@ export class TutoriasService { } -} \ No newline at end of file +}