23 Open Issues Need Help Last updated: Aug 6, 2026

Open Issues Need Help

View All on GitHub
enhancement help wanted question frontend UI/UX backend database priority: medium
bug good first issue frontend UI/UX priority: medium
enhancement good first issue frontend priority: high
enhancement good first issue frontend priority: medium
enhancement good first issue frontend priority: low
bug enhancement good first issue frontend
bug enhancement good first issue frontend
enhancement good first issue frontend

AI Summary: Implement an admin login feature using GraphQL, DDD, and clean architecture. This involves creating a login form, a GraphQL mutation for authentication, a user verification process using email and password (hashed), and returning a success status and user ID (without JWT or refresh tokens). The task requires structuring the code according to a specified architecture, using various layers (presentation, server actions, domain, application, infrastructure, and interfaces) and integrating with a GraphQL schema and resolvers.

Complexity: 4/5
good first issue dependencies feature backend

AI Summary: Write comprehensive tests for the `ListElement` component to increase its test coverage from 50% to at least 80%. This involves identifying untested code paths and creating new tests to cover them, ensuring all functions within `ListElement` are thoroughly tested.

Complexity: 4/5
good first issue tests