2.1.3 • Published 4 years ago

collaborne-tasks-scheduler v2.1.3

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
4 years ago

tasks-scheduler Build Status

A time-based scheduler for tasks.

Install

npm install --save collaborne-tasks-scheduler

Usage

const tasksPlanner = require('collaborne-tasks-scheduler');
const scheduleResponse = tasksPlanner.schedule({
	start: '2018-01-01',
	end: '2018-06-30',
	timeAllocation: 0.5,
	tasks
});

An example of scheduleResponse would then be:

{
	"deadlines": {
		"http://collaborne.com/schema/1.0/tasks/sensing": "2018-01-16",
		"http://collaborne.com/schema/1.0/tasks/visioning": "2018-01-24",
		"http://collaborne.com/schema/1.0/tasks/prototyping": "2018-01-31",
		"http://collaborne.com/schema/1.0/tasks/scaling": "2018-02-08"
	},
	"end": "2018-02-08",
	"nrNormDays": 14,
	"nrRealDays": 28,
	"start": "2018-01-01",
	"timeAllocation": 0.5
}
2.1.2

4 years ago

2.1.3

4 years ago

2.1.1

4 years ago

2.1.0

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago