Algorithm expert
Budget: $30 – $250 USD
I have an existing webapplication (laravel) which generates a work schedule for workers during a workperiod. I want to evaluate the algorithm with an expert, who then can provide improvements, which will be implemented by our webdeveloper.
The variables are:
1 A multi month workperiod has workslots each day, which needs a number of workers
2 Each workperiod can have subperiods with other workslots (for example vacations)
3 Each worker can set their availability (yes/no) for each workslot
4 Each worker can set his vacations (not availabe at all)
5 Workers can work in teams of 2-3 or 4 pers max
The expected outcome
a. All workslots should be filled with workers
b. Each workslot should preferably have 1 or max 2 doctors
c. Each worker should have on average the same number of bookings
What I want is some logical.mathematical steps to get to this outcome, which we then can test with the webdeveloper
The variables are:
1 A multi month workperiod has workslots each day, which needs a number of workers
2 Each workperiod can have subperiods with other workslots (for example vacations)
3 Each worker can set their availability (yes/no) for each workslot
4 Each worker can set his vacations (not availabe at all)
5 Workers can work in teams of 2-3 or 4 pers max
The expected outcome
a. All workslots should be filled with workers
b. Each workslot should preferably have 1 or max 2 doctors
c. Each worker should have on average the same number of bookings
What I want is some logical.mathematical steps to get to this outcome, which we then can test with the webdeveloper