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

List all tasks after deletion #18

Closed MarleyHigbee closed 6 hours ago

MarleyHigbee commented 6 hours ago

Deleting a task renumbers all subsequent tasks one lower. Considering the add due date/delete functions require knowing the task number, users might not realize the numbering changed and may edit the wrong task after a deletion. Making the program display tasks with their post-deletion numbers would reduce this confusion.

sjiang1 commented 6 hours ago

"Deleting a task renumbers all subsequent tasks one lower" is actually an intentional bug, waiting to be fixed.