sayan404 / TaskPulse

an application that helps people to register and track there work
https://taskpulse.onrender.com
MIT License
7 stars 11 forks source link

[BACKEND] : Status Tracking: #34

Closed Anushkabh closed 9 months ago

Anushkabh commented 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, },

Anushkabh commented 9 months ago

@sayan404 kindly assign this issue under JWOC'24

sayan404 commented 9 months ago

go ahead @Anushkabh .

Anushkabh commented 9 months ago

i have completed kindly merge @sayan404 #35