feature: match parties - #376
Merged
Merged
Conversation
theftgun
added a commit
to DEAFCS/api-deafcs
that referenced
this pull request
Jul 31, 2026
Ported the "lobby party" half of 5stackgg/api#376 — tags each match_lineup_players row with party_id/party_source when at least one other player from the same accepted lobby ended up in the same match. Derived purely from lobby_players + match_lineups, so it applies to regular matchmaking (Competitive/Wingman/Duel) and draft games alike with no matchmaking-specific logic. Deliberately left out of this port: - Valve/imported-match party detection (removed upstream in #380 anyway). - The v_player_queue_partners view and its "Queued With" player-profile stats — display-only follow-up, not requested. New function lives in hasura/functions (hash-checked, reapplied on deploy) rather than a migration, per project convention — only the schema column addition is a migration. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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.
No description provided.