15 Commits

Author SHA1 Message Date
2487a0f421 Merge pull request 'Added caching system' (#1) from caching into master
Reviewed-on: #1
2025-03-16 21:16:52 -05:00
075c73bb3a cleanup, added some boilerplate readmes for backend projects 2025-03-16 14:35:50 -04:00
cb6b182042 added s3 crate 2025-03-15 18:02:26 -04:00
66ba89c0b1 modified task entrypoint 2024-11-27 00:34:28 -05:00
2d00604c6f added cors to public, modified import_posts task, updated task log sql queries 2024-11-27 00:33:59 -05:00
3c78ed5ae3 implemented front matter parser, created task log abstraction fuctions 2024-10-04 07:21:10 -04:00
44be4ab04a added front matter parser for markdown 2024-09-29 21:15:42 -04:00
a742dd7f12 wip: rewrite loop to handle assigning tasks 2024-09-29 21:15:14 -04:00
7aa1dd07f4 added serde, serde_yaml crates 2024-09-29 21:14:52 -04:00
f758c6c078 wip: modified main entry task (code dump) 2024-09-24 20:29:22 -04:00
3afff00b29 modified task manager to add markdown, import_posts task
the import_posts task isn't perfect, we need some relation between the
author_id and the author itself
2024-09-22 22:37:47 -04:00
80081b75d5 wip: impl scheduler, import posts task 2024-09-22 04:10:29 -04:00
4cb3983a9b added dotenvy, futures, markdown crates 2024-09-22 04:10:02 -04:00
0d0cf63c62 wip: working on task manager 2024-09-21 23:57:37 -04:00
03c114a6dd initial commit 2024-09-03 01:17:19 -04:00