From 592f14504eb18da1cd9969b6eb124f294569630e Mon Sep 17 00:00:00 2001 From: Lucas Kalil Date: Wed, 17 Jun 2026 17:03:18 -0300 Subject: [PATCH] data: update 17/06/2026 17:02 AUSxJOR 3x1 & PORxCON 1x1 --- assets/js/app.js | 2 +- data/results.json | 22 ++++++++++++++++------ 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/assets/js/app.js b/assets/js/app.js index 4f4e14b..f179b74 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-16-rev4'; +const DATA_VERSION = '2026-06-17-rev1'; // 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 7e6997a..74574b5 100644 --- a/data/results.json +++ b/data/results.json @@ -210,15 +210,25 @@ }, { "matchId": 20, - "homeScore": null, - "awayScore": null, - "status": "scheduled" + "homeScore": 3, + "awayScore": 1, + "status": "finished", + "stats": { + "possession": { "home": 63, "away": 37 }, + "shots": { "home": 11, "away": 11 }, + "cards": { "home": 1, "away": 0 } + } }, { "matchId": 21, - "homeScore": null, - "awayScore": null, - "status": "scheduled" + "homeScore": 1, + "awayScore": 1, + "status": "finished", + "stats": { + "possession": { "home": 75, "away": 25 }, + "shots": { "home": 7, "away": 8 }, + "cards": { "home": 3, "away": 1 } + } }, { "matchId": 22,