se701g2 / Doto

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

Task Creation Duration Selection #198

Closed Dinith1 closed 4 years ago

Dinith1 commented 4 years ago

User Story:

As a user, I want an easy way to pick a valid (non-negative) duration for my task, so that it can be added to my schedule with no problems.

Acceptance Criteria:

1) The selection of task duration should be similar to that of the date/time, i.e. use some sort of dial to select number of hours/number of minutes 2) The number of hours/minutes able to be selected should be a sensible number, e.g. 0-99 hours, and 0-59 minutes

image Something like this would be nice (but probably without seconds)

Why is the feature required?