2 Open Issues Need Help Last updated: Jul 9, 2025

Open Issues Need Help

View All on GitHub
Application Admin Panel

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
Application Admin Panel

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