Raghwendra-Dey / productivity_meter

Productivity meter for measuring productivity of solving problems
https://raghwendra-dey.github.io/productivity_meter/
MIT License
13 stars 23 forks source link

Make a function to work like a alarm clock for long breaks #28

Open Raghwendra-Dey opened 3 years ago

Raghwendra-Dey commented 3 years ago

Write a function which would print a message to the console.log when the time elapsed during the long break crosses the value set in the breakDur variable. Also you need to repeat the message after every 5 mins. It would be like:

This is a part of the notification system of the notification system we are trying to develop. Comment below if you need some more clarifications. Make all the PRs related to this in the notification branch of this repo.

Raghwendra-Dey commented 3 years ago

@TusharDasMe would you like to work on this?

TusharDasMe commented 3 years ago

Ok basically u need a alarm clock right?

Raghwendra-Dey commented 3 years ago

yeah, an alarm clock function which have snooze duration of 5mins, and just prints a message to the console. Later on we will integrate it with #27 to make a fully functional notification system.

Raghwendra-Dey commented 3 years ago

@TusharDasMe are you working on this?

KerinPithawala commented 3 years ago

Can I work on this issue?

Raghwendra-Dey commented 3 years ago

@KerinPithawala please go ahead.

Raghwendra-Dey commented 3 years ago

Hey @KerinPithawala are you facing any problems with this?