iiitl / MERN_AUTH

MERN Task with auth application
0 stars 8 forks source link

#8 :Feature/task update #25

Closed piyushkumar079 closed 6 months ago

piyushkumar079 commented 6 months ago

Fixed the branch issue @Yash7426

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:

https://github.com/iiitl/MERN_AUTH/assets/143178077/d4926cc7-37c3-417e-8b60-7204fe0b8d8a

Yash7426 commented 6 months ago

Good Job, @piyushkumar079 Here are Some Scope for Improvements :-

  1. Handling Empty Values: Instead of using fallback values for title, description, and progress, it would be more user-friendly to check if the user submitted the form with empty values. If any of these fields are empty, you could display an error message prompting the user to fill them in.
  2. Preserving Existing Values: Keeping the form prefilled with existing values ensures a better user experience, especially when editing tasks. Users can easily see what they previously entered and make necessary changes without retyping everything.
  3. Button Styling: Adding styling to the "Change" button can improve its visual appeal and make it more prominent for users.