diff --git a/assets/js/app.js b/assets/js/app.js index a1c4a12..4f4e14b 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-rev2'; +const DATA_VERSION = '2026-06-16-rev4'; // 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 af80da7..7e6997a 100644 --- a/data/results.json +++ b/data/results.json @@ -188,15 +188,25 @@ }, { "matchId": 18, - "homeScore": null, - "awayScore": null, - "status": "scheduled" + "homeScore": 1, + "awayScore": 4, + "status": "finished", + "stats": { + "possession": { "home": 39, "away": 61 }, + "shots": { "home": 11, "away": 12 }, + "cards": { "home": 1, "away": 0 } + } }, { "matchId": 19, - "homeScore": null, - "awayScore": null, - "status": "scheduled" + "homeScore": 3, + "awayScore": 0, + "status": "finished", + "stats": { + "possession": { "home": 48, "away": 52 }, + "shots": { "home": 10, "away": 7 }, + "cards": { "home": 0, "away": 0 } + } }, { "matchId": 20,