From e9fc779171f0cc5734d0d649eeec1081c354618a Mon Sep 17 00:00:00 2001 From: dam Date: Wed, 31 Aug 2022 16:28:05 +0000 Subject: Removed unused database helper functions. Reworked database to use size_t and ptrdiff_t types to avoid being bound by indexes types constrains. Print task's times. --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 6a398cd..bff27b5 100644 --- a/readme.md +++ b/readme.md @@ -12,6 +12,10 @@ Task Time Tracker - [x] maybe rename to task-time-tracker? - [x] Remove hash stuff; - [x] Tasks should have a `modified_on` timestamp field; +- [x] Change capacity to size_t. +- [x] Change active_task to active_task_ptrdiff. +- [x] use selected_task_ptrdiff? +- [ ] On compact layout, start task names right after the vertical line, otherwise, add a space (as is now). - [ ] Allow two view modes: one to iew non-archived tasks; another to view archived tasks. - [ ] To add a new task, create it and enter the task-name-edit mode. To edit, use the ACS_CKBOARD to show empty spaces and ACS_LARROW and ACS_RARROW to show continuation on horizontal direction. - [ ] Status of task will allow to keep counting time even when the process gets terminated forcefully; -- cgit v1.2.3