Commit Graph

41 Commits

Author SHA1 Message Date
Karma Riuk
dd58d962ac now comments get evaluated correctly, not just
base on bleu score but also on location of file and line number
2025-05-21 13:29:40 +02:00
Karma Riuk
276487f91a fixed condition 2025-05-21 11:00:41 +02:00
Karma Riuk
d302d585c7 reverted back to old code because what i was
trying to do failed
2025-05-20 14:48:24 +02:00
Karma Riuk
24ef78e615 fixed minor mistake 2025-05-20 14:34:17 +02:00
Karma Riuk
91ae657619 renamed uuid2subject to id2subject, since we don't
use uuid anymore
2025-05-20 12:35:41 +02:00
Karma Riuk
d052865256 removed console.log 2025-05-20 12:35:25 +02:00
Karma Riuk
cdd5fb3112 added the ability to press enter in the text field
to request status
2025-05-20 12:27:06 +02:00
Karma Riuk
1b805ebb63 users now see their position in the queue update
in real time
2025-05-19 11:55:56 +02:00
Karma Riuk
694c134a54 removed useless comments 2025-05-19 10:15:13 +02:00
Karma Riuk
90821356fa added the possibility of passing a link with the
id of the process
2025-05-19 10:13:18 +02:00
Karma Riuk
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
Karma Riuk
ad20b03dd8 unified the way comment evaluation and refinement
are handled
2025-05-18 22:19:13 +02:00
Karma Riuk
77b64843ac removed code that was hiding the id of the process 2025-05-18 22:17:14 +02:00
Karma Riuk
cafd73dafe moved the modal logic to it's own file to
declutter index.js
2025-05-18 18:05:56 +02:00
Karma Riuk
49b2606a53 created the observers and handling them 2025-05-18 17:43:24 +02:00
Karma Riuk
5e2c2f37c8 first setup for status check with uuid 2025-05-17 17:37:19 +02:00
Karma Riuk
014c3771fd added info button for each fieldset 2025-05-15 14:10:57 +02:00
Karma Riuk
3f9154cb95 added the possibility of having more that one
messsage shown in the modal
2025-05-15 12:20:02 +02:00
Karma Riuk
269ced22bd added some visibility handling 2025-05-15 11:31:47 +02:00
Karma Riuk
38de43fc98 now using .hidden everywhere to toggle visibility
of elements
2025-05-15 11:18:42 +02:00
Karma Riuk
24b1e341b2 added fieldset to ask for progress in case the
user reloads the page
2025-05-15 11:12:21 +02:00
Karma Riuk
1f22d606c0 added fixed point to progress percentage 2025-05-15 10:46:38 +02:00
Karma Riuk
2e4382617f added header to page 2025-05-14 22:56:42 +02:00
Karma Riuk
8c9ba66705 properly showing the proposed comment 2025-05-14 22:07:13 +02:00
Karma Riuk
b023d197ce when the results of the latest process is done,
the previous result get hidden
2025-05-14 22:05:42 +02:00
Karma Riuk
5f6908ba38 added logic to show results of both operations 2025-05-14 22:02:12 +02:00
Karma Riuk
47cd1b6b0c fixed typo that introduced a bug 2025-05-14 16:15:07 +02:00
Karma Riuk
828374e31e re-introduced the fixed point so that it's cleaner
and more aligned
2025-05-14 15:55:43 +02:00
Karma Riuk
3a4bfd611b ported backend to python 2025-05-13 13:27:38 +02:00
Karma Riuk
f03e95cd58 using underscore instead of spaces in result obj 2025-05-11 09:34:40 +02:00
Karma Riuk
c1e279a18d added the behaviour for the download results btn 2025-05-10 23:43:21 +02:00
Karma Riuk
aa275e814d unified the styles of the ids 2025-05-10 23:04:08 +02:00
Karma Riuk
4a4ee88522 removed useless comment 2025-05-10 22:34:12 +02:00
Karma Riuk
4d87a31d70 using new backend logic 2025-05-10 22:33:24 +02:00
Karma Riuk
8c1c7e3c95 now using tbody instead of table 2025-05-08 00:36:45 +02:00
Karma Riuk
06d4627fd5 downloaded a package to sort the table by clicking
on the head
2025-05-08 00:36:07 +02:00
Karma Riuk
fe064218f5 added table to show results in frontend 2025-05-08 00:11:21 +02:00
Karma Riuk
522bcc7ebc made socket logic better 2025-05-07 18:10:21 +02:00
Karma Riuk
4c2d912298 formatted file 2025-05-07 17:49:06 +02:00
Karma Riuk
21735a236a created a websocket to witness the progress of the processing 2025-05-07 17:33:29 +02:00
Karma Riuk
c567b59635 added simple fronted 2025-05-07 13:05:25 +02:00