Environment
https://match-point-8820.onrender.com (logged-in session)
- Date: 2026-04-21
Summary
Apex Masters Invitational (Apex Legends) appears twice in both:
- Dashboard → Current Tournaments, and
- Tournaments (
/tournament)
Same title and same entrant counts were observed in the list (duplicate rows).
Expected
Each published tournament should appear once unless the data model intentionally allows duplicate events (same name/game) — in that case the UI should disambiguate (date, ID, organizer).
Actual
Duplicate cards/rows for the same event name and metadata.
Suggested investigation
- Check list query for missing
DISTINCT / duplicate joins.
- Verify seed data vs API idempotency if lists merge dashboard + live sources.
Environment
https://match-point-8820.onrender.com(logged-in session)Summary
Apex Masters Invitational (Apex Legends) appears twice in both:
/tournament)Same title and same entrant counts were observed in the list (duplicate rows).
Expected
Each published tournament should appear once unless the data model intentionally allows duplicate events (same name/game) — in that case the UI should disambiguate (date, ID, organizer).
Actual
Duplicate cards/rows for the same event name and metadata.
Suggested investigation
DISTINCT/ duplicate joins.