Commit Graph

29 Commits

Author SHA1 Message Date
1b805ebb63 users now see their position in the queue update
in real time
2025-05-19 11:55:56 +02:00
9e90923dd3 now instead of sending status in two places, i'm
just making the client ask for status
2025-05-18 23:06:18 +02:00
2e497d75fa implement the queue 2025-05-18 23:00:11 +02:00
dbe7175bdb moved the source of data to prevent spamming
status to observer, as it was more convinient to delete on completion
2025-05-18 22:21:40 +02:00
ad20b03dd8 unified the way comment evaluation and refinement
are handled
2025-05-18 22:19:13 +02:00
ecdd18dc3b instead of raising an error (which is a server
issue), returning a 400 / 404 correctly
2025-05-18 21:48:26 +02:00
81f4f334d1 removed useless comment 2025-05-18 18:00:42 +02:00
65f9cd8d61 moved the creation of the thread to the subject
instead of the request handler
2025-05-18 17:59:02 +02:00
49b2606a53 created the observers and handling them 2025-05-18 17:43:24 +02:00
5e2c2f37c8 first setup for status check with uuid 2025-05-17 17:37:19 +02:00
2980f29bfa made the route for comment generation comment
instead of comments
2025-05-14 22:01:12 +02:00
6f55941cab implemented the evaluation of code refinement 2025-05-14 18:17:50 +02:00
a11be64a6d now validating the input for code refinement 2025-05-14 16:16:05 +02:00
32949633cc renamed the json validation more appropriately 2025-05-14 16:15:40 +02:00
3a4bfd611b ported backend to python 2025-05-13 13:27:38 +02:00
4d87a31d70 using new backend logic 2025-05-10 22:33:24 +02:00
9e69d376c6 formatted stylesheet 2025-05-10 22:31:41 +02:00
fe064218f5 added table to show results in frontend 2025-05-08 00:11:21 +02:00
f3633d09b3 removed env vars, because i don't wanna think
about that rn
2025-05-07 18:21:29 +02:00
4200b5d857 formatted file 2025-05-07 18:21:13 +02:00
522bcc7ebc made socket logic better 2025-05-07 18:10:21 +02:00
21735a236a created a websocket to witness the progress of the processing 2025-05-07 17:33:29 +02:00
3c9ab4c4be formatted file 2025-05-07 16:53:25 +02:00
a16435b021 added routes to sumbit the answers 2025-05-07 13:05:15 +02:00
770d9b8f64 added tests 2025-04-28 16:27:11 +02:00
ac6518754f added route to download comment_gen and
code_refinment
2025-04-28 16:26:50 +02:00
a06d99352f added underscore to unused vars to remove lsp warning 2025-04-28 10:13:35 +02:00
83c53d6ed4 now using ES modules 2025-04-28 10:13:05 +02:00
89f9b323fa created basic backend, with simple routes 2025-04-28 10:09:10 +02:00