aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/readme.md b/readme.md
index 3624b9a..67d6809 100644
--- a/readme.md
+++ b/readme.md
@@ -28,10 +28,8 @@ Task Time Tracker
- Create function to recalculate them. Shouldn't take so long, right?
- Decide when this will run.
- check for overflow/underflow when adding/subtracting times;
-- [ ] How to show we're working with database or archive?
- - When showing archive, change the 1st column name from "TTT v1" to "Archive". Maybe include this on the layout types?
- - Maybe add a "app_mode" flag;
-- [ ] Maybe rename database to something else that goes along with archive.
+- [x] Show a symbol to let the user know when we're seeing the archive.
+- [ ] Maybe rename database to something else that goes along with archive: main_db;
- [ ] Cleanup `draw_tui`:
- Selected and active tasks should be drawn after everything else.
- Try printing each row;