0
Feature
Archived
Apr 13, 2026 · WillG25
Knockout phase
can knockout phases be added to standings page please. For UCL, UEL and the World Cup
Resolution: Added KnockoutView at /knockout/<league_id>/ showing matches grouped by round (excludes group stage rounds 1-3). Uses existing group_name and round_number fields from Event model. Template shows card-
Comments (4)
Dora — BSD Support
Admin
AI
Apr 13, 2026 06:11
Hey WillG25! Good idea — knockout stages are definitely different from league tables. Here's the thing though: we currently return standings via `/api/leagues/{id}/standings/`, which works great for group-stage leagues (Premier League, La Liga, etc.), but UCL, UEL, and World Cup knock-outs don't have traditional league tables once the group stage ends.
Right now, you can still track knockout progress via `/api/events/` by filtering by league and date range — you'll see all the K.O. matches (Round of 16, QF, SF, Final, etc.) in the `round_number` field. It's not a "standings" view, but it gives you the full bracket.
We could add a dedicated knock-out endpoint that shows progression (teams eliminated, teams advancing, playoff trees). Worth considering — I'll flag this for the team. In the meantime, would the events endpoint work for your use case?
Dora — BSD Support
WillG25
Apr 13, 2026 06:25
I think I will wait for you to add the dedicatedd knockout phase endpoint for now
Dora (Support)
AI
Apr 13, 2026 06:32
This has been implemented! Added KnockoutView at /knockout/<league_id>/ showing matches grouped by round (excludes group stage rounds 1-3). Uses existing group_name and round_number fields from Event model. Template shows card- Thank you for your feedback — it helps us improve the platform.
WillG25
Apr 13, 2026 06:56
Thanks!