zztin / ctimer

This is a python implementation of a famous time management technique. CTimer helps you keep track of your productivity during the day, and help you set realistic goals for your day.
Apache License 2.0
0 stars 1 forks source link

[Bug] Clockcount field does not show/update correct numbers #63

Open tai271828 opened 3 years ago

tai271828 commented 3 years ago

Description

Done number does not change and display when completing one or more clocks. There is data in the sqlite db.

Version

c4e3fa3b26601b305974fce70ea6654a402c9845 (latest master branch)

Steps to Reproduce

  1. launch the clock
  2. star
  3. wait for the clock ends. answer all questions with yes
  4. wait for the break clock ends

Expected Behavior

Done number bumps

Actual Behavior

Done number is always 0.

More Information

By closing and reopen the application, Done number is 1.

tai271828 commented 3 years ago

fix-up https://github.com/zztin/ctimer/pull/64