Open Issues Need Help
View All on GitHub T-102: Complete 'Todo' Model about 19 hours ago
AI Summary: This issue focuses on establishing the foundational 'Todo' model for the API. It requires creating a `Models` folder within the `TodoApi` project and defining a `Todo` class with `Id`, `Title`, and `IsComplete` (defaulting to false) properties. The primary acceptance criteria are the existence of the `Todo` class in the correct location and a successful project build.
Complexity:
1/5
enhancement good first issue backend priority-low sprint-1
A lightweight .NET Minimal API showcasing RESTful endpoints, model binding, validation, and in-memory data management.
C#