aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authordam <dam@gudinoff>2022-09-20 23:49:16 +0000
committerdam <dam@gudinoff>2022-09-20 23:49:16 +0000
commit48e32f34ecaab1bbe653cc84557f01b09a7f9efe (patch)
treeef072e04a35ab748b814c58e68f46ef919213397 /readme.md
parent4d7f6246b796352f87d4e62a1aec9a7eae283e43 (diff)
downloadtask-time-tracker-48e32f34ecaab1bbe653cc84557f01b09a7f9efe.tar.zst
task-time-tracker-48e32f34ecaab1bbe653cc84557f01b09a7f9efe.zip
Show symbol when viewing the archive.
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;