Add TODO item and bug

This commit is contained in:
contrapunctus 2020-03-23 19:38:15 +05:30
parent cc791cd61e
commit bd8d7f414e
2 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,8 @@
6. [X] kv-accept with no key values -> Chronometrist buffer not updated
* timer will only refresh when clocked in...
7. [X] regression - no value history
8. [ ] Possible to add the same key-value twice
* Clock in, clock out, add key-value and accept, delete :stop time and save, clock out again, accept the already-inserted key-value - duplicate!
** Features
1. Create chronometrist-unused-projects-list + chronometrist-projects-list.
2. New commands

View File

@ -10,3 +10,5 @@
at (point-max) instead of at project
5. `chronometrist-reason-list` sometimes returns garbage values. (?)
6. Digit argument doesn't work with buttons
## chronometrist-report
1. Start task close to midnight. If time spent on day 1 is X minutes and time spent on day 2 is Y minutes, time shown in chronometrist-report for day 1 is X+Y, and nothing is shown for day 2. (2020-03-10T00:45:47+0530)