Open Issues Need Help
View All on GitHub [FEAT] Setup AutoMapper and FluentValidation and configure CQRS structure in Backend module about 1 month ago
AI Summary: This GitHub issue aims to integrate AutoMapper and FluentValidation into an existing ASP.NET Core 8 backend. It also requires setting up a basic CQRS (Command Query Responsibility Segregation) structure, adhering to Clean Architecture principles, and includes creating a sample command and handler to verify the complete setup.
Complexity:
3/5
good first issue backend
[FEAT] Create and configure DbContext with Entity Framework Core about 1 month ago
AI Summary: This issue requests the creation and configuration of an Entity Framework Core `DbContext` within the `Nobat.Backend.Infrastructure` project. The goal is to establish a foundational database persistence layer for all entities, as one is currently missing.
Complexity:
2/5
good first issue backend