From 14fac683284fe4725e1f68d069cbade0848fb4f3 Mon Sep 17 00:00:00 2001 From: dam Date: Sun, 16 Oct 2022 02:01:57 +0000 Subject: Allow user to edit (set/add/remove) and reset the task times. Fixed bug when windows height was less than 3. Fixed bug when selecting next tasks using Arrow Down of Next Page. --- readme.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index f045c66..8a2b833 100644 --- a/readme.md +++ b/readme.md @@ -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`: -- cgit v1.2.3