diff options
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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; |
