Open Issues Need Help
View All on GitHubAI Summary: Debug and fix filtering functionality for events in a Node.js/NestJS API. This involves inspecting the API's public controller and service, as well as the event service, to identify and correct issues with data formatting and database query logic related to filtering events by date and category.
API para meu projeto integrador que estou realizando na faculdade
AI Summary: The task involves reviewing and updating the data handling in a Node.js/NestJS API for a college project. This includes examining existing routes related to user management (specifically for 'Gerente' roles) and authentication, identifying missing data fields, potentially restructuring the database schema, and creating new API endpoints to handle the missing data insertion as needed. The goal is to ensure data integrity and completeness within the system.
API para meu projeto integrador que estou realizando na faculdade
AI Summary: Refactor two NestJS controllers (public and admin) to improve code organization, data validation, security (JWT authorization), error handling, and response standardization. This involves implementing DTOs/schemas for input validation, using appropriate HTTP status codes, and logging errors. The goal is to enhance the API's robustness and maintainability.
API para meu projeto integrador que estou realizando na faculdade