From 6a4fae8283d481d55557f5c36b8e8ed262eb3fa3 Mon Sep 17 00:00:00 2001 From: Lucas Kalil Date: Wed, 17 Jun 2026 22:05:39 -0300 Subject: [PATCH] data: update 17/06/2026 22:05 GANxPAN 1x0 --- assets/js/app.js | 2 +- data/results.json | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/assets/js/app.js b/assets/js/app.js index 74257dd..8781f8b 100644 --- a/assets/js/app.js +++ b/assets/js/app.js @@ -15,7 +15,7 @@ import { initStats } from './stats.js'; let data = null; -const DATA_VERSION = '2026-06-17-rev2'; +const DATA_VERSION = '2026-06-17-rev3'; // Optional data layers for the post-tournament stats screen (players, awards, // editorial — see .agents/stats-screen-plan.md §0.2). They don't exist yet, so diff --git a/data/results.json b/data/results.json index 13e93b1..34b5736 100644 --- a/data/results.json +++ b/data/results.json @@ -243,9 +243,14 @@ }, { "matchId": 23, - "homeScore": null, - "awayScore": null, - "status": "scheduled" + "homeScore": 1, + "awayScore": 0, + "status": "finished", + "stats": { + "possession": { "home": 38, "away": 62 }, + "shots": { "home": 7, "away": 12 }, + "cards": { "home": 1, "away": 2 } + } }, { "matchId": 24,