feat(world-cup): live fixture hub — AWST kickoffs, WA licensing windows, confirmed-opens ledger#177
Merged
Merged
Conversation
…indows A FANZO-shaped fixture page with the trust layer they fake. All 72 group-stage fixtures in Perth time (cross-checked against two AEST sources; Socceroos times verified against the official announcement), each tagged with its WA trading window: permit hours (midnight-6am + Sunday before 10am), early doors (6-9am, legal on a standard licence), or normal trading. Knockouts are omitted until the bracket settles. - src/lib/worldCup.ts: fixture data, tradingStatus() classifier on perthClock, CONFIRMED_OPENINGS ledger (honest empty state until venues confirm door times), form-guide slugs - WorldCupFixtures: client list grouped by Perth day - live ON NOW / NEXT chips, played matches collapse, Socceroos & Group D filter - page: Socceroos cards, confirmed-opens card + report CTA, screens form guide with live pint prices + checked dates from our own data, FAQPage JSON-LD, breadcrumbs, sitemap + footer link tsc clean, 294 unit tests pass (+18 new), screenshots verified at 1280x800 and 375x812. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
A new
/world-cuppage: the FANZO-style fixture hub, built on our trust loop. Tournament starts 11 June (first Perth kickoff: 3am Friday 12 June).permit hours— midnight–6am any day, plus Sunday before 10am: only venues holding the World Cup extended trading permit (Director of Liquor Licensing announcement, 5 June 2026) can pourearly doors— 6–9am Mon–Sat: legal on a standard hotel/tavern/small bar licence, earlier than most pubs opennormal trading— inside standard hoursVerification
tsc --noEmitclean; lint clean (one pre-existing SunsetSippers warning)Notes
CONFIRMED_OPENINGSinsrc/lib/worldCup.tsis the single place to add a confirmed venue: pub slug, fixture id, doors time, checked date, source.🤖 Generated with Claude Code