From 18004fb9707a76ff4c76da398c053f18a5f377b7 Mon Sep 17 00:00:00 2001 From: Lucas Kalil Date: Wed, 17 Jun 2026 19:08:06 -0300 Subject: [PATCH] data: update 17/06/2026 19:07 ENGxCRO 4x2 --- 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 f179b74..74257dd 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-rev1'; +const DATA_VERSION = '2026-06-17-rev2'; // 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 74574b5..13e93b1 100644 --- a/data/results.json +++ b/data/results.json @@ -232,9 +232,14 @@ }, { "matchId": 22, - "homeScore": null, - "awayScore": null, - "status": "scheduled" + "homeScore": 4, + "awayScore": 2, + "status": "finished", + "stats": { + "possession": { "home": 52, "away": 48 }, + "shots": { "home": 22, "away": 10 }, + "cards": { "home": 0, "away": 0 } + } }, { "matchId": 23,