COSC381-2024Fall / Todo-List-CLI

This project is a command-line to-do list manager, where users can add, view, and delete tasks. The project is incomplete, with room for improvements and bug fixes.
MIT License
0 stars 0 forks source link

Fix: added a delete_all_tasks function #36

Closed elocke24 closed 5 hours ago

elocke24 commented 6 hours ago

issue #25

mtran05 commented 6 hours ago

Hello @elocke24! The program is working properly as intended which is great! I have one suggestion tho, however.

Maybe we should call the list_tasks() function right after we call the delete_all_tasks() for option 5. That way the user can verify right away that all the tasks are deleted and doesn't have to manually print the tasks out using option 2.

Let me know if you have any questions!

Sammynouadir commented 5 hours ago

Hello Elocke24, Your code looks good but make sure to change the options appropriately so the user doesn't get confused and add in a option to make sure they want to delete all just in case it was a mishap

elocke24 commented 5 hours ago

Hello Elocke24, Your code looks good but make sure to change the options appropriately so the user doesn't get confused and add in a option to make sure they want to delete all just in case it was a mishap

fixed