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

Block for difference of two timer added #7

Closed Bbiswabasu closed 3 years ago

Bbiswabasu commented 3 years ago

I have solved issue #6 . It works perfect except for buggy case when Time devoted>Actual time

Raghwendra-Dey commented 3 years ago

I think you, misunderstood the issue, actually in the difference timer should show Time Devoted - Actual Time Used, not the other way round. And I think this patch is giving the other thing. Please once read this part of the readme to clearly understand the purpose of this project, then I think you may understand, that why it shouldn't be Actual Time Used - Time Devoted. Please change the difference timer formula to the aforementioned thing. And if possible, could you position the difference timer in the middle of the two timers, if you could tinker with the CSS a bit?

Bbiswabasu commented 3 years ago

Ok I will modify that

Raghwendra-Dey commented 3 years ago

Also @Bbiswabasu please introduce yourself to the community in the gitter channel, if you haven't done so.

Bbiswabasu commented 3 years ago

I think these latest changes will do the job as expected