aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordam <dam@gudinoff>2022-10-16 02:36:19 +0000
committerdam <dam@gudinoff>2022-10-16 02:36:19 +0000
commita915b49f8d46e9d861bd9755a9a9a4d67aa45771 (patch)
tree3bb2453aa93d834cede93dccae3613a328bc8bb4
parent39765b0018dc6530a9169379021931e0f7c5bcce (diff)
downloadtask-time-tracker-a915b49f8d46e9d861bd9755a9a9a4d67aa45771.tar.zst
task-time-tracker-a915b49f8d46e9d861bd9755a9a9a4d67aa45771.zip
Updated to-do list.
-rw-r--r--readme.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/readme.md b/readme.md
index 8a2b833..9f17c13 100644
--- a/readme.md
+++ b/readme.md
@@ -64,10 +64,3 @@ Task Time Tracker
- Try printing each row;
- Try printing headers and footers, then each row;
- Allow to repaint just certain parts of the TUI; this should allow to call `draw_tui` with a flag saying which parts need to be drawn;
-- [ ] Improve total_times:
- - Since we provide a way to recalculate the total values, we may just automatically recalculate them when we open the database and one of the totals has saturated?
- - Create function to recalculate them. Shouldn't take so long, right?
- - Decide when this will run.
- - Check for overflow/underflow when adding/subtracting times;
- - Only recalculate when we're potentially exiting a saturation point;
-- [ ] Space invaders on konami code;