Open Issues Need Help
View All on GitHub Application • To-Do List
[BUG] Task model property (completed, boolean) does not match what the frontend expects (status, string) 5 months ago
AI Summary: A bug exists where the 'completed' boolean property in the Task model does not align with the 'status' string expected by the frontend. The solution involves either renaming the model property to 'status' or updating the frontend to use 'completed'.
Complexity:
2/5
bug good first issue