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
{{ message }}
This repository was archived by the owner on May 25, 2024. It is now read-only.
Sometimes when tracking time you may want that time to count extra. You might for example be working on a weekend and want that time to count 150%. This could be solved by adding a multiplier value to each interval, defaulting to 1.
The intervals should still track the actual timestamps and time worked, and the API will still return these values unchanged. But when calculating stats we can use the multiplier to adjust the worked time. This will affect the statistics on the dashboard as well as the stats on the statistics page.