Commit graph

17 commits

Author SHA1 Message Date
Armaël Guéneau
e6c6877940 README: add a list of TODOs 2024-11-23 13:28:33 +01:00
Armaël Guéneau
cf010c15f2 add basic README 2024-11-23 13:20:49 +01:00
Armaël Guéneau
8b2a65d6f6 cargo fmt 2024-11-23 13:14:14 +01:00
Armaël Guéneau
83d8be55da add sorting options 2024-11-23 13:13:27 +01:00
Armaël Guéneau
0e17ff90e6 add user stats & store db/classifier on updates 2024-11-23 13:13:27 +01:00
Armaël Guéneau
b420e1608d only store the non-cache part of the Db 2024-11-23 13:13:27 +01:00
Armaël Guéneau
ff95f3807b always recompute the score of all users
(the perf δ is insignificant and the code is simpler)
2024-11-23 13:13:27 +01:00
Armaël Guéneau
876488bb4b optimize scoring performance 2024-11-23 13:13:27 +01:00
Armaël Guéneau
d9251ce395 classification UI, etc
problem: scores are slow to update when submitting classifications
2024-11-23 13:13:27 +01:00
Armaël Guéneau
5d22662499 cargo fmt 2024-11-23 13:13:27 +01:00
Armaël Guéneau
da91785390 basic web app showing the list of all users 2024-11-23 13:13:27 +01:00
Armaël Guéneau
e0a0456402 refactoring 2024-11-20 13:56:59 +01:00
Armaël Guéneau
797377734f randomize entries then sort by decreasing score 2024-11-19 14:03:24 +01:00
Armaël Guéneau
b57ead4a5c cache scrape results (no logic to update the cache yet) 2024-11-19 13:40:47 +01:00
Armaël Guéneau
4aa2aeb1fc also fetch issues created by users 2024-11-19 09:54:17 +01:00
Armaël Guéneau
0f8368031f store user classifications 2024-11-18 17:27:17 +01:00
Armaël Guéneau
3f4f93826c basic scraping & CLI classification 2024-11-18 17:12:32 +01:00