doubleSlashde / KeepTime

Application to track your time spent on different projects each day.
GNU General Public License v3.0
8 stars 3 forks source link

current work visible in report but changes get discarded #85

Closed JSchraff closed 1 year ago

JSchraff commented 3 years ago

the current work is visible in the report after the first time the autosave is run. then it is possible to edit it which will be done. But on the next autosave the changes get overwritten, because the activeWorkItem isn't getting updated.

Proposed Solutions:

  1. remove the active Work Item from the Report, so it cannot be changed.
  2. update the activeWorkItem if the workitem gets changed.
swa-ds commented 1 year ago

I vote for option 2 (if feasible), because sometimes I want to enter notes directly after I switched to a new project.