aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authordam <dam@gudinoff>2022-10-16 02:01:57 +0000
committerdam <dam@gudinoff>2022-10-16 02:01:57 +0000
commit14fac683284fe4725e1f68d069cbade0848fb4f3 (patch)
tree0bdf0e7a42696b665e1a1cfb4d53e6cce1cbed29 /readme.md
parentdd524b83197d85e04948634a1741a1bebe2907ef (diff)
downloadtask-time-tracker-14fac683284fe4725e1f68d069cbade0848fb4f3.tar.zst
task-time-tracker-14fac683284fe4725e1f68d069cbade0848fb4f3.zip
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.
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`: