3 Open Issues Need Help Last updated: Dec 17, 2025

Open Issues Need Help

View All on GitHub

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
enhancement good first issue
enhancement good first issue