Skip to content

Commit

Permalink
Assume part time for whole year
Browse files Browse the repository at this point in the history
Co-authored-by: sarayourfriend <24264157+sarayourfriend@users.noreply.github.com>
  • Loading branch information
AetherUnbound and sarayourfriend authored Nov 27, 2023
1 parent 7284877 commit 326e9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/project_planning/calculate_available_weeks.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

programmers_with_reduced_availability = {
# _ is part-time (safer to assume that isn't going to change)
"_": (52 / 2) * 0.6,
"_": 52 * 0.6,
# __ is on parental leave for the first quarter of the year
"__": 52 - (52 / 4),
# assume whoever is lead at any point probably has 1/3rd availability for dev work
Expand Down

0 comments on commit 326e9ea

Please sign in to comment.