Closed BlinkVonDoom closed 5 years ago
shift_difference = (end_time.to_i - start_time.to_i).abs
24 - shift_difference == 8 ? agent.ten_hour_shift = false : agent.ten_hour_shift = true
main issue resolved. waiting to hear how to handle part_time employees that work 4 hour shifts 4 days a week
ten_hour_shift logic for users imports is borked