Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduler does not update tasks on backend #261

Open
Minusome opened this issue Apr 18, 2020 · 1 comment
Open

Scheduler does not update tasks on backend #261

Minusome opened this issue Apr 18, 2020 · 1 comment
Labels
BLOCKED The issue cannot be worked on because it is depends on another issue bug Something isn't working frontend

Comments

@Minusome
Copy link
Contributor

Minusome commented Apr 18, 2020

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

  • Version: All
  • Operating System: macOS
  • Browser (if any): Chrome

@Minusome Minusome added bug Something isn't working BLOCKED The issue cannot be worked on because it is depends on another issue frontend labels Apr 18, 2020
@Minusome
Copy link
Contributor Author

Minusome commented Apr 21, 2020

Blocked by #274

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BLOCKED The issue cannot be worked on because it is depends on another issue bug Something isn't working frontend
Projects
None yet
Development

No branches or pull requests

1 participant