Feature Description
Add a notification in case the user is going to loose their streak.
The streak on monkeytype resets at UTC but takes the users streak offset into account.
The extension could allow the user to set an alarm X hours before the streak would expire. On that time check the test activity or streak.lastResultTimestamp from the users endpoint. If the streak is going to expire create a system notification.
The streak offset is available at the users endpoint under streak.hourOffset.
Why is this needed?
In case the user doesnt check the streak status for the current day they can still loose their streak. If the extension would create a system notification it is less likely the user will loose their streak.
Feature Description
Add a notification in case the user is going to loose their streak.
The streak on monkeytype resets at UTC but takes the users streak offset into account.
The extension could allow the user to set an alarm X hours before the streak would expire. On that time check the test activity or
streak.lastResultTimestampfrom the users endpoint. If the streak is going to expire create a system notification.The streak offset is available at the users endpoint under
streak.hourOffset.Why is this needed?
In case the user doesnt check the streak status for the current day they can still loose their streak. If the extension would create a system notification it is less likely the user will loose their streak.