nus-cs2103-AY1920S1 / pe-dev-response

0 stars 0 forks source link

Able to mark deliveries as complete even though the timings were not reached. #4209

Open nus-pe-bot opened 5 years ago

nus-pe-bot commented 5 years ago

I was able to mark the following task as complete even though it was only 1707 and the delivery was supposed to take place at 2000 - 2030.

image.png

image.png


[original: nus-cs2103-AY1920S1/pe-interim#4231]

tysg commented 5 years ago

Team's Response

Thanks for your response.

This is a intended design. As the driver's schedule is populated usually in the morning, the driver can actually complete the delivery tasks faster than he can and complete the subsequent delivery tasks earlier. With that, it is possible that a driver can complete a task before the duration set to complete the task. What was planned can be different from the actual situation. This gives freedom to the delivery manager to manage the tasks accordingly to different situations based on his judgement.

I change the bug type to featureflaw as maybe the actual duration when the driver complete the tasks can be better reflected. I change the severity to low because the bug mentioned does not affect anything. The tasks is assigned to the driver and the driver completed his work, even though it is not within the duration he is assigned to complete in.

Duplicate status (if any):

--