7 Commits

Author SHA1 Message Date
b09063f74a refactor(text,tags,links): to foreign key to image instead of user_image 2025-03-18 17:48:38 +00:00
40e854fb87 feat(tags): creating and getting user tags 2025-03-11 21:23:41 +00:00
5df6c67ee5 feat: new schema to support user tags better 2025-03-11 20:29:56 +00:00
d8095b0c67 refactor: tables for image and processing_image
This allows a single table to be used to process images, meaning if
anything happens to the system we can always return to polling the
database and process these images individually.

Because of this we also want an `image` table to contain the actual
binary data for the image, so we aren't selecting and writing it each
time, as it is potentially a bottleneck.
2025-02-26 20:01:56 +00:00
b99432c202 feat: saving AI information to database 2025-02-24 21:00:05 +00:00
2115da85b5 feat: working docker image and compose file 2025-02-24 19:44:19 +00:00
97b1619b01 refactor: moving all files to backend 2025-02-22 23:30:59 +00:00