emkbt / DT--Kilbertus--5--ToDoList--

A simple console-based Todo List application where you can add, delete, complete tasks.
MIT License
0 stars 1 forks source link

Enhancement: Add Due Dates to Tasks #1

Closed emkbt closed 7 months ago

emkbt commented 7 months ago

Enhancement: Add Due Dates to Tasks

Description:

Currently, tasks in the Todo List application do not have due dates. Adding a due date feature would help users prioritize their tasks and manage their time more effectively.

Proposed Solution:

Introduce a new field for due dates when adding a task. Users should be able to set and view due dates for each task. This could be implemented by extending the existing task class and updating the user interface accordingly.

Additional Notes:

Lanelle64 commented 7 months ago

Hello! I added a due date function for your todolist, but now there is a library (datetime) needed to run the code properly