[Feature]: Matchmaking Part1 #7

Merged
snoweuph merged 4 commits from story/td-18-matchmaking into trunk 2025-02-28 09:48:47 +00:00
Owner

Ticket

TD-18

Beschreibung

Es wurde die Websocket Struktur definiert für das Matchmaking und größtenteils implementiert.

Weitere Infos

Das Erstellen eines Validen Matches ist in diesem stand noch ein TODO und wird in einer Part2 PR implementiert, um diese Lesbarer zu halten.

### Ticket TD-18 ### Beschreibung Es wurde die Websocket Struktur definiert für das Matchmaking und größtenteils implementiert. ### Weitere Infos Das Erstellen eines Validen Matches ist in diesem stand noch ein `TODO` und wird in einer Part2 PR implementiert, um diese Lesbarer zu halten.
snoweuph added 4 commits 2025-02-26 12:29:40 +00:00
TD-18: Add Specification of Matchmaking Channel and Creation of Type
Some checks failed
Quality Check / Validate OAS (push) Successful in 32s
Quality Check / Linting (push) Failing after 48s
Quality Check / Testing (push) Successful in 56s
Quality Check / Static Analysis (push) Successful in 58s
ada41d3340
TD-18: Reafactor Queue System
Some checks failed
Quality Check / Validate OAS (push) Successful in 32s
Quality Check / Testing (push) Successful in 1m2s
Quality Check / Static Analysis (push) Successful in 1m6s
Quality Check / Validate OAS (pull_request) Successful in 32s
Quality Check / Linting (pull_request) Successful in 1m0s
Quality Check / Static Analysis (pull_request) Successful in 1m3s
Quality Check / Linting (push) Has been cancelled
Quality Check / Testing (pull_request) Successful in 4m8s
4e611888b4
requested reviews from SZUT-Rajbir, SZUT-Kevin 2025-02-26 12:29:46 +00:00
snoweuph force-pushed story/td-18-matchmaking from 4e611888b4 to a069544ac4 2025-02-26 12:31:15 +00:00 Compare
snoweuph changed title from [Feature]: matchmaking Part1 to [Feature]: Matchmaking Part1 2025-02-26 12:47:48 +00:00
snoweuph force-pushed story/td-18-matchmaking from a069544ac4 to b1a308ce89 2025-02-28 07:32:00 +00:00 Compare
snoweuph force-pushed story/td-18-matchmaking from b1a308ce89 to a1a087338b 2025-02-28 08:06:38 +00:00 Compare
SZUT-Kevin requested changes 2025-02-28 08:27:36 +00:00
Dismissed
@ -0,0 +85,4 @@
player1Callbacks.getEstablishedCallback()
);
}
if (match.getPlayer1State() == PlayerMatchConfirmState.CONFIRMED){
Member

getPlayer2 <--- state, nicht player 1

getPlayer2 <--- state, nicht player 1
snoweuph marked this conversation as resolved
snoweuph force-pushed story/td-18-matchmaking from a1a087338b to 160dbff816 2025-02-28 08:28:48 +00:00 Compare
requested review from SZUT-Kevin 2025-02-28 08:29:47 +00:00
SZUT-Kevin approved these changes 2025-02-28 08:30:29 +00:00
SZUT-Kevin left a comment
Member

Käsecode ist ein guter Code
Super Sexy Käsecode

Käsecode ist ein guter Code Super Sexy Käsecode
SZUT-Rajbir approved these changes 2025-02-28 09:26:23 +00:00
SZUT-Rajbir left a comment
Member

Ihr habt alles gut gemacht 👍

Ihr habt alles gut gemacht 👍
snoweuph merged commit d12e87e26b into trunk 2025-02-28 09:48:47 +00:00
snoweuph deleted branch story/td-18-matchmaking 2025-02-28 09:48:47 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TowerDefence/Server#7
No description provided.