aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md7
1 files changed, 5 insertions, 2 deletions
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`: