Skip to content

TaskScheduler doesn't order tasks correctly #274

Description

@Minusome

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    BLOCKEDThe issue cannot be worked on because it is depends on another issuebugSomething isn't workingfrontend

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions