mmamaev / timeboard

Calendar calculations over business days and work shifts
Other
145 stars 20 forks source link

How to make schedule for Teachers within a day #4

Closed kalebtekle closed 5 years ago

kalebtekle commented 6 years ago

I want to make a schedule for periods over which teachers ( let's say 9 subjects are taught)teach and I want to automatically schedule a timeboard showing schedules that don't clash.A period has 45 minutes. I also want to insert conditions such as the time a particular teacher is available.

mmamaev commented 6 years ago

It seems that you're talking about job shop scheduling. For this, you may check Google OR tools.

Timeboard package is for calendar calculations. That is, given a schedule, you can count how many shifts fall into a period, when will be n-th working day, how much pay is due, etc.