Commit Graph

16 Commits

Author SHA1 Message Date
c9151da643 feat: add custom error for non-existent dataset 2026-03-02 18:59:31 +00:00
18c8539646 fix: server error when attmepting to access non-existant dataset 2026-03-02 18:55:27 +00:00
1f6d92b1a8 fix: include title in db schema 2026-03-02 18:42:03 +00:00
dd44fad294 fix(db): incorrect NER column name in database saving 2026-03-02 18:30:52 +00:00
7ddd625bf8 fix: database schema missing type column 2026-03-01 16:40:00 +00:00
d20790ed4b fix: incorrect dataset authorisation check 2026-03-01 16:10:42 +00:00
5fb7710dc2 feat: dataset now persists to database 2026-03-01 16:01:15 +00:00
2493c6d465 feat: add save_dataset method to db 2026-03-01 15:01:07 +00:00
41f10c18cf feat: add nlp cols to database schema 2026-02-24 14:13:41 +00:00
3165bf1aa9 feat: add login endpoint 2026-02-23 22:40:26 +00:00
96a5bcc9e8 feat: add database & auth manager classes 2026-02-23 22:27:15 +00:00
538ea9fe12 Remove database connection and schema setup from the project 2026-01-13 19:01:18 +00:00
195188dcd7 update User-agent header in _fetch_data method and add __exit__ method to Database class 2026-01-11 15:30:34 +00:00
5e1bccb2a8 add execute_many method to Database class and update fetch_reddit endpoint to insert posts into database 2026-01-11 14:44:22 +00:00
fd437db4eb add basic flask server and requirements 2026-01-11 13:35:41 +00:00
be61a9c7ae ADD requirements.txt & Database class 2025-11-06 15:45:09 +00:00