se701g2 / Doto

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

Scheduler does not update tasks on backend #261

Open Minusome opened 4 years ago

Minusome commented 4 years ago

Bug Summary:

From JSDoc in TaskScheduler: "The existing tasks may have their schedules modified"

However, in the addTask method it doesn't seem that displaced tasks are updated on the server.


Steps To Reproduce

Not reproducible until #274 closed. Once that issue is closed reproduce by:

  1. Add a new task
  2. Add another task with an earlier deadline that should occur before the first task (causing the first task to be moved)

Expected behaviour

First task startdate, enddate, reminderdate details updated on server.

Observed Behaviour

First task not updated on server.

Environment


Minusome commented 4 years ago

Blocked by #274