Open Issues Need Help
View All on GitHub [REFACTOR] Implementar manejo de errores en Controladores about 2 months ago
AI Summary: This refactoring task aims to centralize error handling in the API by modifying all controllers. Developers need to remove repetitive `res.status(...).send(...)` error responses and instead use `next(error)` to delegate error management to the pre-configured `errorHandler.js` middleware. The goal is to simplify controller code, standardize error responses, and leverage automatic database error detection.
Complexity:
3/5
good first issue backend
[CALIDAD] Implementar Validación de Datos en Controladores about 2 months ago
enhancement good first issue
[MEJORA] Validación de Datos y Manejo de Errores about 2 months ago
enhancement good first issue