aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authordam <dam@gudinoff>2022-08-31 16:28:05 +0000
committerdam <dam@gudinoff>2022-08-31 16:28:05 +0000
commite9fc779171f0cc5734d0d649eeec1081c354618a (patch)
tree99c973ba0aacdc6eed531cf73ec4ddd93d0aa7a8 /readme.md
parent4dabdeb0fed3fd0de08bd66078742043626c49bb (diff)
downloadtask-time-tracker-e9fc779171f0cc5734d0d649eeec1081c354618a.tar.zst
task-time-tracker-e9fc779171f0cc5734d0d649eeec1081c354618a.zip
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.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 4 insertions, 0 deletions
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;