bbqtd

Results 5 comments of bbqtd

After rethinking the purpose of `queues.json` I think we should deprecate the field `"deprecated": bool`, there is several reasons: 1. as @jjmaldonis mentioned in https://github.com/CommunityDragon/Data/issues/1#issue-290207533 the file should be safe...

## The date of queue release Regarding to https://github.com/CommunityDragon/Data/issues/1#issuecomment-359188679 I can suggest a field that correspond to the when a queue was **released**. The value of the field should be...

## Rotating queue As we know there are 2 types of queue: 1. Regular queue, like `420` (SR 5v5 Ranked Solo) 1. Rotating (temporary) queue, like `980` (Star Guardian Invasion:...

## Teams Identities (WIP) ``` Queue { teams: [{ id: int, name: string, size: int, }], ... } ``` The value is related to a queue because it describes the...

## The story about QueueID and zero value Let's recap, there are 3 types of games: - `MATCHED_GAME` - is a game that has matchmaking. The matchmaking based on `Queue`...