se701g2 / Doto

Todo application for Group 2
https://doto.azurewebsites.net/
MIT License
12 stars 42 forks source link

Issue #268 & 284 - support earliest start date & task due dates stored in the database #285

Closed nikotj1 closed 4 years ago

nikotj1 commented 4 years ago

Description:

Issue #268:

image Added earliest start date as a parameter for the smart scheduler. The purpose of this parameter is so that tasks are not scheduled right after a task is made, giving the user time to start the task at a later time instead of as soon as possible.

Issue #284:

Discovered that due dates could not be considered as it was no persistent, thanks @Minus20Five @HarrisonLeach1 #274.

Added dueDate field in:

Related to #273 @Kalashnikkov

Closes #268 and #284