aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md3
1 files changed, 1 insertions, 2 deletions
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;