argalx / simple-python-task-manager

Simple Python Task Manager
0 stars 0 forks source link

Improve User Experience in Task Removal Process #3

Open duvalld opened 11 months ago

duvalld commented 11 months ago

The current implementation for removing a task in the Simple Python Task Management System lacks clarity and user guidance when selecting a task index for removal.

suggestion:

  1. Display task indexes when asking for index ID
  2. Ask user for another index if the user input a non-existing index ID.
argalx commented 11 months ago

The current implementation for removing a task in the Simple Python Task Management System lacks clarity and user guidance when selecting a task index for removal.

suggestion:

  1. Display task indexes when asking for index ID
  2. Ask user for another index if the user input a non-existing index ID.

I did not implement suggestion 2 as it is not part of the initial requirement.