AI Implementation feature(910): Scoreboard: Ranking, Matrix, Event Log and Score Graph 1.00 (#53)

This commit was merged in pull request #53.
This commit is contained in:
2026-07-23 05:42:17 +00:00
parent 7c4843d5cc
commit 4273662211
14 changed files with 129 additions and 179 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,