Storage of user data and datasets in PostGreSQL #2

Merged
dylan merged 19 commits from feat/database-integration into main 2026-03-01 16:47:25 +00:00

19 Commits

Author SHA1 Message Date
7ddd625bf8 fix: database schema missing type column 2026-03-01 16:40:00 +00:00
07ab7529a9 refactor: update analysis classes to accept DataFrame as parameter instead of instance variable 2026-03-01 16:25:39 +00:00
d20790ed4b fix: incorrect dataset authorisation check 2026-03-01 16:10:42 +00:00
d3c4d883be Merge branch 'auth-test' of gitea:dylan/crosspost into auth-test 2026-03-01 16:01:48 +00:00
a975f3bdba docs: update gitignore 2026-03-01 16:01:47 +00:00
5fb7710dc2 feat: dataset now persists to database 2026-03-01 16:01:15 +00:00
0be9ff4896 feat: add dataset processor class 2026-03-01 15:01:34 +00:00
2493c6d465 feat: add save_dataset method to db 2026-03-01 15:01:07 +00:00
d0a01c8d2f feat: unify posts and comments tables 2026-03-01 15:00:54 +00:00
d73f4f1c45 Merge branch 'main' into auth-test 2026-02-25 08:59:32 +00:00
41f10c18cf feat: add nlp cols to database schema 2026-02-24 14:13:41 +00:00
058f3ae702 feat: update schema to include posts and comments 2026-02-23 22:53:15 +00:00
be6ab1f929 feat: add profile endpoint to view user details 2026-02-23 22:43:55 +00:00
3165bf1aa9 feat: add login endpoint 2026-02-23 22:40:26 +00:00
29a4e5bb22 feat: add database schema 2026-02-23 22:36:07 +00:00
dc919681fd docs: update requirements.txt 2026-02-23 22:27:46 +00:00
0589b2c8a5 feat: add /register endpoint 2026-02-23 22:27:32 +00:00
96a5bcc9e8 feat: add database & auth manager classes 2026-02-23 22:27:15 +00:00
66f1b26cc8 build: add docker compose for postgres database 2026-02-23 22:26:58 +00:00