Commit Graph

69 Commits

Author SHA1 Message Date
c5fcad6ff3 Added full day of the week names to input 2024-10-07 14:13:35 -07:00
c094fad433 Modified colors for due_date and reverted to yyyy-mm-dd 2024-10-07 11:56:23 -07:00
f6d1b03c18 Modified colors for due date 2024-10-06 22:20:13 -07:00
e9119c2981 Added color functions for due_date 2024-10-06 15:24:38 -07:00
53fca552b8 TODO: Write set_color_of_date function 2024-10-05 22:56:11 -07:00
077c9d2828 Modified date format to dd-mm-yyyy 2024-10-05 22:33:08 -07:00
f9b704e423 Modified due_date functions 2024-10-05 21:51:43 -07:00
923e583cde Added date functions but broken right now 2024-10-05 20:26:40 -07:00
4fc0841049 Added quick prototype of get_due_date 2024-09-29 22:12:50 -07:00
49d46e5ddb Added init_date function 2024-09-24 21:12:20 -07:00
833c8f6d17 Fixed bug in parse_args 2024-09-23 10:26:54 -07:00
37743ff684 Modified sql_gen declerations 2024-09-22 21:30:46 -07:00
52b0c8f368 Modified function formating 2024-09-22 21:22:42 -07:00
b24aa19bac Modified gen_sql_stmts functions to split to prepare and bind 2024-09-22 21:16:31 -07:00
c9fcef001b Fixed update_task_status function 2024-09-22 20:13:46 -07:00
b65c098f3d Modified prepare_sql_update_stmt to fileter with WHERE 2024-09-22 18:25:25 -07:00
19778cc114 Modified gen_sql_update_stmt to use bind, now prepare_sql_update_stmt 2024-09-21 22:57:04 -07:00
b55a6bdb04 Removed table prop from struct 2024-09-21 19:46:25 -07:00
2524b1ed11 Fixed small bug that moved the blocked column over by an addtional col width 2024-09-21 19:45:54 -07:00
dbc57e38c9 Added filtered_tasks constructor 2024-09-20 22:12:45 -07:00
5b5b36c041 Modified delete to only delete active tasks TODO: have way to delete completed tasks 2024-09-20 12:41:21 -07:00
1229d88253 Updated TODO notes and Added bad arg catch 2024-09-19 14:30:59 -07:00
4636a19796 Modified gen strings formatting 2024-09-18 14:15:53 -07:00
20fdead266 Modified filtered_task struct to change char array to char* finished 2024-09-18 14:07:30 -07:00
24e7dc3ae7 Modified filtered_tasks to change char array to char* for some
TODO: update to blocked is broken
2024-09-18 13:35:59 -07:00
df50e34958 Modified the gen_sql functions to use task struct
TODO: sqlite3_changes() to make sure rows were affected
2024-09-18 11:32:25 -07:00
fc8af9a53c Fixed bug that was looking for NULL instead of nullterm
TODO: Should prob use pointers over strict arrays
2024-09-17 21:39:54 -07:00
62a1565137 Modified the rest of the main functions to use struct TODO: update is broke 2024-09-17 20:54:34 -07:00
52eff82c03 Modified parse_args and other functs to task struct TODO: broke things 2024-09-16 22:02:26 -07:00
7f15e44f29 Modified view_tasks, display_task_list, and get_num_rows to use filtered_tasks struct 2024-09-16 21:00:24 -07:00
d12c968b4a Added update_task func TODO:refacter to use structs 2024-09-15 13:12:11 -07:00
de35e45daf Modified print_fixed_width to add some whitespace 2024-09-15 11:05:41 -07:00
7bc91f34e6 Fixed dodo.schema to only check active tasks when assigning active id 2024-09-14 20:00:59 -07:00
b86ac43a25 Modified submod version 2024-09-14 19:46:18 -07:00
98378e80e0 Modified display_task_list to display active id 2024-09-14 19:45:57 -07:00
175b621d7a Added test to check if update task works 2024-09-13 22:22:21 -07:00
10999563d3 Added three tests 2024-09-12 22:48:15 -07:00
443c9f04cd Added a main.c and moved calls to functs to main() 2024-09-09 21:59:24 -07:00
4cc935cd01 Modified submodules 2024-09-09 10:00:20 -07:00
b4247d861f Modified file hierarchy 2024-09-08 23:05:47 -07:00
21bdb0bdf4 Added date and task_entry structs for code refactor 2024-09-08 17:21:20 -07:00
76fb74d504 Removed UNIQUE property from active_id 2024-09-08 17:08:34 -07:00
f83bef2674 Added complete_task func 2024-09-08 17:06:37 -07:00
09492950b8 Added active_id increment in schema 2024-09-08 16:33:54 -07:00
586786ff6c Added update_task_status func 2024-09-08 15:01:31 -07:00
22eadc8ad7 Added updated x_string 2024-09-08 15:01:18 -07:00
7d326f6057 Added del_task function 2024-09-08 13:56:40 -07:00
e8e73da981 Deleted some commented code 2024-09-07 19:27:27 -07:00
0113cec73c Added bad input validation on task add 2024-09-07 18:26:54 -07:00
7a9d7e9ff0 Modified due_date column to check that it's a date TODO:add func is broke now 2024-09-06 12:19:37 -07:00