|
All checks were successful
🚀 Deploy / 🧪 Test (pull_request) Successful in 2m58s
🚀 Deploy / ʦ🔍 Typecheck & Lint (pull_request) Successful in 1m19s
🚀 Deploy / 🐳 Build (pull_request) Has been skipped
🚀 Deploy / 🚀 Deploy (pull_request) Has been skipped
🚀 Deploy / 🧪 Test (push) Successful in 2m53s
🚀 Deploy / ʦ🔍 Typecheck & Lint (push) Successful in 1m23s
🚀 Deploy / 🐳 Build (push) Successful in 1m8s
🚀 Deploy / 🚀 Deploy (push) Successful in 12s
The QP Discord embed's two "scoreboard" sections now reflect the whole drafted field instead of only participants whose QP changed this sync: - Non-scoring / Top 8 draw from a new per-league `scoreboard` (all drafted participants), scoped to the sports season being announced so a golf pick can't leak into a tennis event. Points Awarded / Knocked Out stay scoped to the sync's changes and remain the only pinged sections. - Non-scoring is now a single compact "Name (points, manager)" line below Top 8, covering everyone not in the top 8 (the exact complement of the Top 8 filter). - Top 8 requires qpTotal > 0 as well as rank <= 8, so early-season winless players tied into a low rank band no longer flood the section with "T5. Name — 0 QP". Manually setting a bracket match result (e.g. a Wimbledon semifinal) now announces the QP update. The set-winner / set-round-winners / complete-round paths route through processQualifyingEvent (which snapshots, diffs, and notifies) instead of processQualifyingBracketEvent (which scored silently). The tournament fan-out still skips the primary window via skipEventId, so mirror windows aren't double-posted. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| admin | ||
| api | ||
| leagues | ||
| teams | ||
| admin._index.tsx | ||
| admin.data-sync.tsx | ||
| admin.draft-schedule.tsx | ||
| admin.leagues.tsx | ||
| admin.participants.tsx | ||
| admin.simulators.tsx | ||
| admin.sports-seasons.$id.clone.tsx | ||
| admin.sports-seasons.$id.elo-ratings.tsx | ||
| admin.sports-seasons.$id.events.$eventId.bracket.helpers.ts | ||
| admin.sports-seasons.$id.events.$eventId.bracket.server.ts | ||
| admin.sports-seasons.$id.events.$eventId.bracket.tsx | ||
| admin.sports-seasons.$id.events.$eventId.cs2-setup.tsx | ||
| admin.sports-seasons.$id.events.$eventId.helpers.ts | ||
| admin.sports-seasons.$id.events.$eventId.server.ts | ||
| admin.sports-seasons.$id.events.$eventId.swiss-matches.tsx | ||
| admin.sports-seasons.$id.events.$eventId.tsx | ||
| admin.sports-seasons.$id.events.server.ts | ||
| admin.sports-seasons.$id.events.tsx | ||
| admin.sports-seasons.$id.expected-values.server.ts | ||
| admin.sports-seasons.$id.expected-values.tsx | ||
| admin.sports-seasons.$id.futures-odds.tsx | ||
| admin.sports-seasons.$id.golf-skills.tsx | ||
| admin.sports-seasons.$id.participants.tsx | ||
| admin.sports-seasons.$id.regular-standings.tsx | ||
| admin.sports-seasons.$id.simulate.tsx | ||
| admin.sports-seasons.$id.simulator.tsx | ||
| admin.sports-seasons.$id.standings.tsx | ||
| admin.sports-seasons.$id.surface-elo.tsx | ||
| admin.sports-seasons.$id.tsx | ||
| admin.sports-seasons.helpers.ts | ||
| admin.sports-seasons.new.tsx | ||
| admin.sports-seasons.tsx | ||
| admin.sports.$id.tsx | ||
| admin.sports.new.tsx | ||
| admin.sports.tsx | ||
| admin.standings-snapshots.tsx | ||
| admin.templates.$id.tsx | ||
| admin.templates.new.tsx | ||
| admin.templates.tsx | ||
| admin.tournaments.$id.tsx | ||
| admin.tournaments._index.tsx | ||
| admin.tsx | ||
| admin.users.tsx | ||
| api.admin.export-sports-data.ts | ||
| api.auth.$.ts | ||
| api.upload-avatar.ts | ||
| api.upload-sport-icon.ts | ||
| api.upload-team-logo.ts | ||
| api.webhooks.cloudinary.ts | ||
| check-email.tsx | ||
| forgot-password.tsx | ||
| healthz.ts | ||
| home.tsx | ||
| how-to-play.tsx | ||
| i.$inviteCode.tsx | ||
| login.tsx | ||
| onboarding.tsx | ||
| privacy-policy.tsx | ||
| register.tsx | ||
| reset-password.tsx | ||
| rules.tsx | ||
| settings.tsx | ||
| sports-seasons.$sportsSeasonId.tournament.tsx | ||
| sports.tsx | ||
| support.tsx | ||
| test-socket.tsx | ||
| upcoming-events.tsx | ||
| user-profile-redirect.tsx | ||