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

TaskScheduler doesn't order tasks correctly #274

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

TaskScheduler doesn't order tasks correctly #274

Minusome opened this issue Apr 21, 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 21, 2020

Bug Summary:

TaskScheduler doesn't rearrange existing tasks when adding a new task with an earlier due date .


Steps To Reproduce

  1. Add a task A with a later due date (e.g. 3 hours in the future)
  2. Add a task B with an earlier due date (e.g. 1 hour in the future)

Expected behaviour

task B should be ordered before task A.

Observed Behaviour

task B ordered after task A.

Screenshots

Environment

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

@Minusome Minusome added the bug Something isn't working label Apr 21, 2020
@Minusome
Copy link
Contributor Author

Note that due dates are not yet persisted on the server.
Blocked by #273 which will probably add it.

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