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 1 forks source link

enable searching of specific task with keyword #42

Open bgoh1 opened 1 month ago

bgoh1 commented 1 month ago

Currently, the user must either memorize the tasks or print the tasks then manually search for the task they want. Which can be difficult if the list of tasks is fairly long. Thusly, make a new main menu option that lets users search tasks that contains a specific keyword. For example, if the user enters the keyword 'cook', it would print all tasks that contains 'cook' somewhere in its string. Such as 'add cooking recipes', 'fire the cook', 'eat the cookie' etc.

bgoh1 commented 1 month ago

Seems like 2 people simultaneously assigned themselves to this issue. Some collaboration/communication may be necessary so that one person isn't just left hanging after doing 80% of the work, when the other person already did 100% of the work and pushed & merged the solution to main.

jmock3 commented 1 month ago

My misunderstanding. I haven't gotten a solution to work, and frankly I'm not sure how I could, so I'll find something else to work on.