From a179b41b5853402680af8efcad4d09c179603947 Mon Sep 17 00:00:00 2001 From: dam Date: Mon, 14 Nov 2022 02:12:06 +0000 Subject: Moved database actions into functions. --- readme.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 7715fa6..ea37932 100644 --- a/readme.md +++ b/readme.md @@ -65,10 +65,7 @@ Task Time Tracker - [x] Re-do truncate_string_utf8: 0 delta LOC; - [x] Implement `read_input_to_string_buffer`: -24 delta LOC; - [x] Wrap malloc (and maybe others) in a function with error checking; - - [ ] Move database actions into functions: - - `select_task_by_delta(database_st *db, ptrdiff???)` - - `select_task_by_index(database_st *db, size_t???)` - - `sect_active(database_st *db, task_st *task)` + - [x] Move database actions into functions; - [ ] Check if draw_tui may be simplified by drawing entire lines of tasks at once and draw columns separators after; - [ ] Fix bug: archiving/unarchiving task introduces " ," at end of name and increases the number of spaces before comma; - [ ] Review all code for bugs related to auto-cast on ptrdiff_t/size_t (signed/unsigned); -- cgit v1.2.3