Shift bridge automates weekly work shift scheduling.The user uploads a
csv or excel spreadsheet
consisting of their employees' name, work id,
shift availability, and
maximum amount of shifts they can work for said week.
Shifts are coded as a two digit number, where the first digit refers to the day
and the second digit refers to the nth shift of said day.
For example; 13 refers to day 1 (monday) shift 3.
Afterward, the user specifies the amount of workdays, shifts per day and staff per shift.
This demo simulates the aforementioned data set and creates A weekly shift schedule.
the algorithm is optimized for minimizing empty shifts.
In this demo, workers will be simulated and displayed in a table. below this table, the weekly schedule is shown