se701g2 / Doto

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

Disable add/update button when due date and earliest date is before current time #301

Closed nikotj1 closed 4 years ago

nikotj1 commented 4 years ago

User Story:

As a developer, I don't want users to be able to send invalid data during task creation and task editing so that sensible dates come through.

Acceptance Criteria:

1) update/add button at the bottom of the form will be disabled when due dates and earliest start dates are before the current time. 2) update/add button will no longer be disabled once due dates and earliest start dates are after the current time,