Open Issues Need Help
View All on GitHub [BUG] Task model property (completed, boolean) does not match what the frontend expects (status, string) about 5 hours ago
AI Summary: The GitHub issue identifies a bug where the Task model's `completed` boolean property conflicts with the frontend's expectation of a `status` string property. This mismatch prevents proper data display or interaction on the UI. The proposed solutions involve either renaming the model property to `status` or updating the frontend to correctly utilize the `completed` property.
Complexity:
2/5
bug good first issue