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

enable the modification of existing tasks #21

Closed bgoh1 closed 5 hours ago

bgoh1 commented 6 hours ago

Currently, it is impossible to modify an existing task (other than adding/updating a due date). Make a new method & option in the main menu to that

  1. Chooses a task via the task number
  2. Prints said task
  3. Let the user edit the task or abort without editing.
sjiang1 commented 6 hours ago

I think this overlaps with #9 @bgoh1 @Sammynouadir

bgoh1 commented 5 hours ago

overlaps with existing issue