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 ] - Task Details Update Route #25

Closed JavidSumra closed 9 months ago

JavidSumra commented 9 months ago

This PR Resolves, Issue #24 Title : [Backend] API Endpoint to Tasks Update

Path : /api/v1/tasks/update/:id, Method : PUT,

I am Contributing Under JWOC 2024

JavidSumra commented 9 months ago

Hey @sayan404 Sir Please Checkout My PR.

sayan404 commented 9 months ago

There is an edge case that is not handled in your code. If any of the data does not come within taskName, dueDate, priority, or description, it will cause an error. @JavidSumra

JavidSumra commented 9 months ago

Hey @sayan404 Sir Changes Done Please Check Onece.

sayan404 commented 9 months ago

good job ! @JavidSumra