se701g2 / Doto

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

Notify user when a task can't be scheduled into their time #277

Open nikotj1 opened 4 years ago

nikotj1 commented 4 years ago

User Story:

As a user, I want to be notified when a task does not logistically fit into my schedule (the amount of time it takes + the current time > due date) so that I can reasonably make decisions.

Acceptance Criteria:

1) User is notified visually in task creation form that task does not fit into their schedule 2) The task is not added into their schedule

Why is the feature required?

A user would most likely want to know if their task does not fit into their schedule so that they can make appropriate decisions to rearrange their time.

Describe the solution you'd like

A notification in the add task form that alerts the user informing them that their task cannot be added.

rmoradc commented 4 years ago

Sounds like a great addition.