Overloaded users
- {overloadedUsers.map((overloadedUser, index) => (
-
- {overloadedUser.email} ({getTzOffsetString(dayjs().tz(overloadedUser.timezone))})
+ {overloaded_users.map((overloadedUser, index) => (
+
+ {overloadedUser.username} (+{overloadedUser.score}% avg)
))}
@@ -125,7 +110,7 @@ export const ScheduleQualityDetails: FC
= ({ qualit
{expanded && (
- The next 90 days are taken into consideration when calculating the overall schedule quality.
+ The next 52 weeks are taken into consideration when calculating the overall schedule quality.
)}