diff options
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -52,8 +52,11 @@ Task Time Tracker - [x] Delete task using key: delete; - [x] Change task name using keys: `F2`; - [x] Duplicate task using keys: `d` and `D`; -- [ ] Add/remove time using keys: `F3`; -- [ ] Add/remove time for any day of week; +- [x] Add/remove time using keys: `F3`; +- [x] Add/remove time for any day of week; +- [x] Total times may saturate, but before that the user will see the infinite symbol. Solution: Provide user with possibility to refresh totals. +- [ ] After user input, we should save the changes on the database... or defer them and check every few seconds if we need to save. +- [ ] REVISE ALL CODE ptrdiff_t/size_t (signed/unsigned)! - [ ] Implement logs as described above. - [ ] Go over all `TODO` items; - [ ] Cleanup `draw_tui`: |
