iiitl / MERN_AUTH

MERN Task with auth application
0 stars 8 forks source link

#8 :Feature/task update #20

Closed piyushkumar079 closed 8 months ago

piyushkumar079 commented 8 months ago

Task Update Functionality Implementation

8

Problem

The application currently lacks the ability for users to update tasks after creation, which limits their flexibility in managing task details.

Solution Overview

To address this issue, I implemented the following changes:

Yash7426 commented 8 months ago

@piyushkumar079 , when addressing each issue, create a new branch from main. Ensure that your pull request only contains commits relevant to the specific issue being solved, excluding any commits from previous issues.

piyushkumar079 commented 8 months ago

@piyushkumar079 , when addressing each issue, create a new branch from main. Ensure that your pull request only contains commits relevant to the specific issue being solved, excluding any commits from previous issues.

I wasn't credited any points for this pr should I make a new branch and then create a new PR?

Yash7426 commented 8 months ago

@piyushkumar079 , when addressing each issue, create a new branch from main. Ensure that your pull request only contains commits relevant to the specific issue being solved, excluding any commits from previous issues.

I wasn't credited any points for this pr should I make a new branch and then create a new PR?

Yes, for this PR and previous PR's too.

piyushkumar079 commented 8 months ago

@piyushkumar079 , when addressing each issue, create a new branch from main. Ensure that your pull request only contains commits relevant to the specific issue being solved, excluding any commits from previous issues.

I wasn't credited any points for this pr should I make a new branch and then create a new PR?

Yes, for this PR and previous PR's too.

just made new PR for the previous issues with new branch for each new issue. Thank you for the guidance!