You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe how this new feature adds value to the application
A newly created task will have a createdOn property and the user will have the option to select its due time.
Describe suggested implementation
My idea for the implementation of this feature would be to first add the createdOn property to the TaskItem constructor and and adding a second one which will accept one more variable(due date).The edit command should also be able to change the due date.
Additional context
At each loading of the program it should check if a task has status other than done and its due date and time is earlier than the current date and time, that task should then be marked overdue.
The text was updated successfully, but these errors were encountered:
Elevator pitch: Open and due date properties
Time and date of opening and closing a task.
Describe how this new feature adds value to the application
A newly created task will have a createdOn property and the user will have the option to select its due time.
Describe suggested implementation
My idea for the implementation of this feature would be to first add the createdOn property to the TaskItem constructor and and adding a second one which will accept one more variable(due date).The edit command should also be able to change the due date.
Additional context
At each loading of the program it should check if a task has status other than done and its due date and time is earlier than the current date and time, that task should then be marked overdue.
The text was updated successfully, but these errors were encountered: