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

Enhanced Smart Scheduling #196

Open
Dinith1 opened this issue Mar 20, 2020 · 0 comments
Open

Enhanced Smart Scheduling #196

Dinith1 opened this issue Mar 20, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@Dinith1
Copy link
Contributor

Dinith1 commented Mar 20, 2020

User Story:

As a user, I want smart scheduling be realistic and human-like, so that tasks are scheduled in a way that allows for realistic workflow.

Acceptance Criteria:

  1. Take into account any possible gap between the current time (currDate) and startDate of the first task in oldTasks in the addTaskToSchedule() method of TaskScheduler.js
  2. Take into account priority of tasks, i.e. low, medium and high
  3. Take into account active hours (see Scheduling doesn't use active hours #193)
  4. OPTIONAL: Take into account location of tasks, add time gaps to allow for travel. This could be done using Google Maps API and using {latitude, longitude} for the location part of the task JSON object.
  5. The algorithm should be optimized to reduce computing time

Why is the feature required?

  • The current algorithm isn't "smart". It just uses the Earliest Deadline First algorithm to schedule tasks from the current time onward.
@Dinith1 Dinith1 added the enhancement New feature or request label Mar 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant