se701g2 / Doto

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

Task due dates stored in the database #284

Closed nikotj1 closed 4 years ago

nikotj1 commented 4 years ago

User Story:

As a developer, I want due dates to be stored in the database so that the earliest deadline scheduler knows previous task due dates.

Acceptance Criteria:

1) Due date is a field/column in the back-end database 2) Due date is being sent from the front-end

Why is the feature required?

The auto-scheduler requires due dates from previous tasks to determine which due dates are earliest, however, there is currently no way of finding out what the due date of tasks are once it is saved in the database because there is no field for it.