Commit Graph

80 Commits

Author SHA1 Message Date
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
ad41fe3fbf Modified README to include command descriptions 2024-09-07 19:26:46 -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
53a5c910b5 Added ability to pass new task from cli, TODO:it's really bad 2024-09-06 11:27:52 -07:00
43323dbf9b Fixed some curser offset bugs 2024-09-05 11:40:45 -07:00
2dfbc19d2c Added crappy argument handler 2024-09-04 14:33:48 -07:00
9c46269868 Added initial imp of add_task 2024-09-04 14:18:05 -07:00
58893119c7 Added clean_all which also removes sqlite.o and clean which doesn't 2024-09-04 13:20:03 -07:00
bf1f5e0c70 Modified display_heading func 2024-09-04 12:58:46 -07:00
bf70f3415a Modified get_num_rows to use gen_sql_stmt and made gen_sql_stmt take out_stmt as an arg 2024-09-04 12:04:44 -07:00
ea1d581e4d Deleted print_select function 2024-09-03 21:29:59 -07:00
22e71dd40a Added error checking but broke other things TODO: fix gen_sql_stmt 2024-09-03 21:21:34 -07:00
daabdcbfac Added display_status_list func 2024-09-03 20:32:33 -07:00
bcf1c17bf7 Added to view function 2024-09-03 17:16:42 -07:00
1e1163b96a Added TODOs 2024-09-03 14:25:43 -07:00
61e9ee7047 Broke a bunch of things, TODO: make print_select function 2024-08-25 20:46:52 -07:00
ffb26ebefc Added rough draft of view() 2024-08-25 17:44:34 -07:00
76e4f9f6e0 Added some sql helper functions and x_curses for escape console commands 2024-08-22 22:23:18 -07:00
b7e0c9cdf3 Modified Makefile to pass db location 2024-08-21 22:39:08 -07:00
52b70c3df1 Added dodo.schema and modified Makefile to include db creation 2024-08-20 21:49:45 -07:00
3a86a83f54 Added Makefile 2024-08-19 21:59:34 -07:00
134037bfde Added test.c 2024-08-01 13:12:41 -07:00
c8a2907d6b Added static lib for sqlite3
Compiled with gcc -c sqlite3.c and ar rcs libsqlite3.a sqlite3.o
2024-08-01 13:12:11 -07:00
d454411286 Initial commit 2024-08-01 18:37:17 +00:00