Skip to content

Player UUID integration#86

Merged
the-only-queen-anna merged 19 commits into
developmentfrom
player_uuid_integration
Jun 17, 2026
Merged

Player UUID integration#86
the-only-queen-anna merged 19 commits into
developmentfrom
player_uuid_integration

Conversation

@the-only-queen-anna

Copy link
Copy Markdown
Collaborator

Context

This PR implements using the UUID for all requests that require it. This is the frontend addition to the backend PR and all design decisions were taken from there.

Changes in the codebase

Changes to endpoints according to the backend endpoints
Changes to ID save flow to avoid loops
ID is now newly generated every game to avoid duplicate database entries. This does not require backend changes.

Additional information

There might be some bugs regarding cheat functions and chat, that were taken over from the last development step. However, we should fix those in a separate PR.

Changes outside the codebase

N/A

@the-only-queen-anna

Copy link
Copy Markdown
Collaborator Author

The latest commits have the purpose of enabling navigation to home screen and resetting the game states after game end.

@sonarqubecloud

Copy link
Copy Markdown

@XtophB XtophB left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UUID changes work, game starts, rounds are playable and rejoin + game continuation works.

@the-only-queen-anna the-only-queen-anna merged commit 48009a4 into development Jun 17, 2026
2 checks passed
@the-only-queen-anna the-only-queen-anna linked an issue Jun 17, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GameOver Screen

2 participants