API para meu projeto integrador que estou realizando na faculdade

3 Open Issues Need Help Last updated: Jul 15, 2025

Open Issues Need Help

View All on GitHub
Software Development API Development
Filter Event about 2 months ago

AI 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.

Complexity: 4/5
bug help wanted

API para meu projeto integrador que estou realizando na faculdade

TypeScript
Software Development API Development
Updating data corectly about 2 months ago

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.

Complexity: 4/5
help wanted

API para meu projeto integrador que estou realizando na faculdade

TypeScript
Software Development API Development
Responses about 2 months ago

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.

Complexity: 4/5
help wanted

API para meu projeto integrador que estou realizando na faculdade

TypeScript