From 4d7f6246b796352f87d4e62a1aec9a7eae283e43 Mon Sep 17 00:00:00 2001 From: dam Date: Tue, 20 Sep 2022 22:10:46 +0000 Subject: Fix input cycle to work with main and archive databases. --- readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index b1d1a7b..3624b9a 100644 --- a/readme.md +++ b/readme.md @@ -23,12 +23,11 @@ Task Time Tracker - [x] Format time being displayed. - [x] Replace max_capacity by its true value; - [x] replace intmax_t by int64_t; +- [x] Adapt input cycle to work with `database_t *db` to allow pointing to database/archive. - [ ] Don't store total_times on database_t: - Create function to recalculate them. Shouldn't take so long, right? - Decide when this will run. - check for overflow/underflow when adding/subtracting times; -- [ ] Commit changes to repository. -- [ ] Adapt cycle to work with `database_t *db` to allow pointing to database/archive. - [ ] 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; -- cgit v1.2.3