Open Issues Need Help
View All on GitHubAI Summary: This issue requests the initial setup of a new React frontend project. The setup involves configuring Vite as the build tool, integrating Tailwind CSS for styling, and setting up shadcn/ui for a component library.
AI Summary: This issue requests the creation of a middleware component designed to centralize error management. Its primary functions are to implement global exception handling, catching unhandled errors across the application, and to standardize API responses, ensuring a consistent format for both error and potentially successful outcomes.
AI Summary: This issue requires the implementation of a full JWT-based authentication system, encompassing user registration, login functionality, and a refresh token mechanism. The absence of a detailed description means the developer will need to define specific requirements, design choices, and security considerations from scratch.
AI Summary: This issue involves configuring Entity Framework Core to utilize PostgreSQL as its database provider. The task includes setting up the database connection and then executing the initial migrations to create the necessary tables for ASP.NET Core Identity.
AI Summary: This issue requests the initial setup of a new software solution following Clean Architecture principles. It specifically outlines the creation of four distinct projects: Domain, Application, Infrastructure, and API. The goal is to establish a well-structured foundation for future development.