Closed Anushkabh closed 9 months ago
Categorize tasks based on their status (e.g., To-Do, In Progress, Completed) to monitor progress at a glance. For this feature task model should include this
status: { type: String, enum: ["To-Do", "In Progress", "Completed"], default: "To-Do", required: true, },
@sayan404 kindly assign this issue under JWOC'24
go ahead @Anushkabh .
i have completed kindly merge @sayan404 #35
Categorize tasks based on their status (e.g., To-Do, In Progress, Completed) to monitor progress at a glance. For this feature task model should include this
status: { type: String, enum: ["To-Do", "In Progress", "Completed"], default: "To-Do", required: true, },