Open Issues Need Help
View All on GitHub Web Development • API Development
T-102: Complete 'Todo' Model 4 months ago
AI Summary: This issue involves creating a basic `Todo` model within the `TodoApi` project. The model will include an integer `Id`, a string `Title`, and a boolean `IsComplete` property. The primary goal is to establish this model so the API can begin interacting with todo items.
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#