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

add functionality for delegating a task to someone #4

Open bfrench3 opened 4 hours ago

bfrench3 commented 4 hours ago

right now, there is no delegation functionality, all tasks are open. I think it'd be good if we could add a person clause to further specify who the task is for.

sjiang1 commented 4 hours ago

That sounds interesting!