1 Open Issue Need Help Last updated: Aug 4, 2025

Open Issues Need Help

View All on GitHub
Software Development Issue Tracking
MediatR setup about 1 month ago

AI Summary: Integrate MediatR into a TicketingSystemApp to handle CRUD operations for Ticket and Article entities. Create API controllers in the .Api project using MediatR handlers in the .Application project, which utilize existing repositories in .Infrastructure. Implement DTOs in a new /DTO directory within .Application to map database entities to API responses, including resolving user_id to user_name.

Complexity: 4/5
help wanted

TicketingSystemApp is the system for ticketing

C#