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
I just noticed that the daily average is the total number of pomodoros done divided by the number of days since history started being tracked. This is not a good way to gauge a daily "average" number of pomodoros because it doesn't take into account days not worked like weekends/holidays/days off. E.g., if I do 7 pomodoros for 4 days and take Friday off, my daily average for that week is 4 instead of 7. This is not a good measure of productivity.
I suggest instead dividing by the number of days where at least 1 pomodoro was recorded. That way it'll be more reflective of daily productivity.
The text was updated successfully, but these errors were encountered:
Hi,
I just noticed that the daily average is the total number of pomodoros done divided by the number of days since history started being tracked. This is not a good way to gauge a daily "average" number of pomodoros because it doesn't take into account days not worked like weekends/holidays/days off. E.g., if I do 7 pomodoros for 4 days and take Friday off, my daily average for that week is 4 instead of 7. This is not a good measure of productivity.
I suggest instead dividing by the number of days where at least 1 pomodoro was recorded. That way it'll be more reflective of daily productivity.
The text was updated successfully, but these errors were encountered: