feat: Scoreboard: Ranking, Matrix, Event Log and Score Graph 1.00

This commit is contained in:
OpenVelo Agent
2026-07-23 05:42:15 +00:00
parent d0c2107efc
commit da5a4451b2
10 changed files with 102 additions and 168 deletions
@@ -364,6 +364,8 @@ describe('POST /api/v1/challenges/:id/solves', () => {
expect(latest).toMatchObject({
topic: 'solve',
challengeId: c.id,
challengeName: 'sse-emit',
categoryAbbreviation: 'CRY',
playerId: playerId,
position: 1,
awardedPoints: 400 + 15,