In order to make the scheduling process more efficient for Painted Paradise Resort & Spa, collect employee preferences, gather the preferences of each employee for both AM and PM shifts.
Preferences are on a scale of 1 to 5, where 1 is most preferred and 5 is least preferred. Develop a matrix that represents the preferences of each employee for each shift. Rows represent employees, and columns represent shifts (AM and PM).Calculate a score for each shift based on the average preference of the employees for that shift. Lower scores indicate higher preference.
Use the calculated shift scores to create a draft schedule.,Assign shifts to employees with the lowest total scores first. Make sure to consider any constraints or requirements, such as maximum consecutive days worked, days off, etc.