diff options
| author | dam <dam@gudinoff> | 2022-09-20 22:10:46 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-09-20 22:10:46 +0000 |
| commit | 4d7f6246b796352f87d4e62a1aec9a7eae283e43 (patch) | |
| tree | 279fd91cc07b14e330c892a0ec49219c4e56072e /readme.md | |
| parent | 98279a2d333e8ed14d036a9d5bd38200aa215b5a (diff) | |
| download | task-time-tracker-4d7f6246b796352f87d4e62a1aec9a7eae283e43.tar.zst task-time-tracker-4d7f6246b796352f87d4e62a1aec9a7eae283e43.zip | |
Fix input cycle to work with main and archive databases.
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |
