aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 5f40c50..6a398cd 100644
--- a/readme.md
+++ b/readme.md
@@ -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;