AI Implementation feature(911): Scoreboard: Ranking, Matrix, Event Log and Score Graph 1.01 (#54)

This commit was merged in pull request #54.
This commit is contained in:
2026-07-23 06:03:13 +00:00
parent 4273662211
commit a39a7daee8
7 changed files with 365 additions and 56 deletions
+3 -3
View File
@@ -11,7 +11,7 @@ scoreboard, an event window with a public countdown, theming, and admin
controls.
The docs below are organized by purpose so agents can pull just the slice
they need. Last regenerated 2026-07-23T05:41:00Z.
they need. Last regenerated 2026-07-23T06:01:38Z.
# Architecture
@@ -119,8 +119,8 @@ they need. Last regenerated 2026-07-23T05:41:00Z.
broadcast to clients (public unauthenticated stream + authenticated
`/api/v1/events`).
* [Scoreboard Page](/guides/scoreboard-page.md) - How a signed-in player
navigates `/scoreboard`, uses the 4 tabs (Ranking, Matrix, Event Log,
Score Graph), and watches live solve updates.
navigates `/scoreboard`, uses the 4 tabs, verifies collision-resolved
colors for up to ten visible players, and watches live solve updates.
* [Notifications](/guides/notifications.md) - The root notification
store + global HTTP error interceptor that translate backend error
codes and statuses into friendly user-facing messages.