Create CQRS Feature Walkthrough Guide.
Description:
Create guides/new-feature.md to help onboarding developers understand our Clean Architecture structure.
Provide a step-by-step example of creating a new API endpoint:
- Defining the Request/Response DTOs.
- Creating the MediatR Command/Query.
- Implementing the Validator (
FluentValidation).
- Writing the Handler.
- Wiring it up in the API Controller.
Create CQRS Feature Walkthrough Guide.
Description:
Create
guides/new-feature.mdto help onboarding developers understand our Clean Architecture structure.Provide a step-by-step example of creating a new API endpoint:
FluentValidation).