diff options
| author | dam <dam@gudinoff> | 2022-08-30 17:14:49 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-08-30 17:14:49 +0000 |
| commit | 6804d3035ba9ca6f6b28dedf8002e81d3ae4cd43 (patch) | |
| tree | c28aeaf2e0a2cf4bb75e8b0b6f351c4de9870756 /readme.md | |
| parent | c01e60c2d354fc0cf05dff764f8cd337b51f6d1e (diff) | |
| download | task-time-tracker-6804d3035ba9ca6f6b28dedf8002e81d3ae4cd43.tar.zst task-time-tracker-6804d3035ba9ca6f6b28dedf8002e81d3ae4cd43.zip | |
Completed add_task and remove_task functions. All screen is now refreshed, always. Added F1 and F2 to add and remove tasks as prototype.
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ Task Time Tracker - [x] maybe rename to task-time-tracker? - [x] Remove hash stuff; - [x] Tasks should have a `modified_on` timestamp field; +- [ ] 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; - [ ] Make sure task names don't include commas ','; - [ ] Review code: char !uint8_t; |
