aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authordam <dam@gudinoff>2022-09-28 07:03:31 +0000
committerdam <dam@gudinoff>2022-09-28 07:03:31 +0000
commit127e4e3fe6377ef5857b790e3f843f8449f1e9d9 (patch)
treecce63c142f029f333968e67d809dbf321968c85a /readme.md
parent9f5963fc2fdbf4af36d8471fb183699b7281a9c1 (diff)
downloadtask-time-tracker-127e4e3fe6377ef5857b790e3f843f8449f1e9d9.tar.zst
task-time-tracker-127e4e3fe6377ef5857b790e3f843f8449f1e9d9.zip
Fixed bug in delete_task. Improved user input control for creating new task. Implemented prototype version of task-archive/unarchive feature.
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 d79ddff..0695d1b 100644
--- a/readme.md
+++ b/readme.md
@@ -33,6 +33,8 @@ Task Time Tracker
- [x] rename layout members: title_header, archive_header, total_header, days_headers, column_widths, column_alignments, headers_paddings.
- [x] using the archive header, we can remove the top-left-corner diamond on the archive.
- [x] Allow to cancel a rename_task operation: you can do it by leaving it blank.
+- [ ] Make archive be stored in CSV format: takes less space and allows to quickly archive by appending to end of file;
+- [ ] Implement `append_to_csv(task_t *task, char *path_name)` and use it in archive function;
- [ ] MAYBE... IS THIS REALLY NEEDED? add helper func: get_selected_screen_row(db*, out int selected_row); It seems to be used in KEY_F(1) and KEY_F(2) cases of input management.
- [ ] Improve total_times:
- Create function to recalculate them. Shouldn't take so long, right?