Open Issues Need Help
View All on GitHubAI Summary: This issue requests the setup of a new React frontend project using Vite as the build tool, Tailwind CSS for styling, and shadcn/ui for pre-built UI components. The goal is to establish a modern and efficient development environment for a React application.
AI Summary: This issue proposes the creation of middleware to handle exceptions globally within the application. The goal is to ensure consistent API responses by standardizing how errors are presented to the client, improving maintainability and developer experience.
AI Summary: This issue requests the implementation of a JWT-based authentication system. It specifically requires functionality for user registration, login, and token refreshing. The 'good first issue' label suggests it's a suitable task for newcomers to the project.
AI Summary: This issue involves setting up PostgreSQL as the database for an application using Entity Framework Core. The primary task is to configure the connection and then apply the initial migrations specifically for the Identity tables, which are part of ASP.NET Core Identity.
AI Summary: This issue proposes the initial setup of a software project using the Clean Architecture pattern. It involves creating separate projects for Domain, Application, Infrastructure, and API layers to promote modularity and maintainability.