5 Open Issues Need Help Last updated: Feb 20, 2026

Open Issues Need Help

View All on GitHub
Web Development Frontend Development

AI Summary: This issue focuses on setting up the frontend foundation for a project, including initializing the project structure, configuring dependencies, and establishing global styles. It involves updating several configuration and source files to ensure a stable and functional starting point for the frontend development.

Complexity: 2/5
help wanted good first issue
Web Development Frontend Development

AI Summary: This issue focuses on developing the core backend logic and API for day 2 of a 7-day project. It involves implementing authentication, ticket management, and dashboard endpoints, along with email notifications and request validation. The goal is to ensure all controllers, routes, and services are functional and testable.

Complexity: 3/5
enhancement help wanted good first issue
Web Development Frontend Development

AI Summary: This issue proposes a refactoring effort to standardize the API response structure across the entire backend. The goal is to ensure a consistent format for success, validation, and server errors, with a defined structure for each. This will involve updating controllers, maintaining backward compatibility, and documenting the new format.

Complexity: 3/5
enhancement help wanted good first issue
Web Development Frontend Development

AI Summary: This issue proposes refactoring the backend to implement a centralized error handling middleware. The goal is to replace repetitive try/catch blocks in controllers with a single middleware that standardizes error throwing and handling, ensuring consistent error response structures for known, validation, and unexpected errors.

Complexity: 3/5
enhancement help wanted good first issue
Web Development Frontend Development

AI Summary: This issue proposes the implementation of a new API endpoint, GET /dashboard/stats, to provide key ticket statistics for agents and admins. The endpoint will leverage Prisma aggregation queries to efficiently count tickets by status, priority, and assignment to the current user, ensuring role-based access control.

Complexity: 2/5
enhancement help wanted good first issue