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

Add a text field with a Set button associated with it #24

Closed Raghwendra-Dey closed 3 years ago

Raghwendra-Dey commented 3 years ago

Add a text field where user can enter a number and after that if the Set button is pressed, which is associated on it, this action would set the value of a global variable breakDur, to the entered value. This issue is the part of the notification system we are trying to implement. You can have a look at the diagram below for better understanding:

IMG_20201207_164121

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

@Lucky-321 would you like to work on this?

Lucky-321 commented 3 years ago

@Lucky-321 would you like to work on this?

Yes

Raghwendra-Dey commented 3 years ago

Untill when do you expect to deliver it. Any rough deadlines would be helpful to synchronise other aspects of the notification system. And please name that global variable breakDur .

Lucky-321 commented 3 years ago

I have included the pop-up message part with my code