bishalde / TaskMate

Introducing TaskMate, a dynamic and robust to-do website powered by Django and MongoDB. TaskMate is designed to streamline your task management process, offering a seamless user experience with its intuitive interface and feature-rich functionality. With TaskMate, you can effortlessly create, organize, and prioritize tasks, ensuring you stay on top
https://taskmatee.vercel.app
17 stars 21 forks source link

When editing the name or date and time of a specific task, if no input is provided for any of the fields, it will replace it with an empty value. #31

Open PranavN0509 opened 1 month ago

PranavN0509 commented 1 month ago

When utilizing the edit functionality for a todo task in my account after logging in, if no input or blank input is provided for a specific field (such as date, time, or task name), it should ideally retain the previous value of that field or prompt the user to fill in the necessary information. However, it currently accepts empty values, which leads to incomplete todo tasks and presents a usability issue.

PranavN0509 commented 1 month ago

I respectfully request to be assigned the task of resolving this issue under GSSOC 2024. I am confident in my ability to rectify the problem effectively and will ensure that the todo task editing functionality operates seamlessly.

riteshpushkar commented 1 month ago

pls assign this task to @PranavN0509 for clear understanding, what he is saying is you can see this image

https://github.com/bishalde/TaskMate/assets/79689579/7466bc34-c962-4a0c-8459-7c58b76b2651

this need to be applied for all the columns good observation @PranavN0509