Skip to main content

Balance

⚖️ Balance is the state of the week in terms of results for all members of the team

enum Balance {
BALANCED
INTERMEDIATE
UNBALANCED
}

Values

Balance.BALANCED

All users have a HIGH result for the week

Balance.INTERMEDIATE

At least one user has a MEDIUM result for the week

Balance.UNBALANCED

At least one user has a LOW result for the week

Member Of

Week object