You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cuando el employee response sea applied or reject se calcula el response time nuevo.
Formula: ((total_response_time * total_invites) + current_response_time ) / (total_invites + 1) y se debe incremental total_invites + 1.
El invite cuando un talento responde el invite tiene que actualizar el response time del shiftinvite con la fecha actual
Si un talento no responde un shiftinvite, y se expiro el shiftinvite se debe sumar una al total invite del talento y volver hacer la formula de arriba que va aumentar el response_time. (Ocurre en el hooks de expiredshifts)