Skip to content

[Feature] Implement backend integration for joining game sessions #3

Closed
milospi opened this issue Mar 16, 2026 · 0 comments · Fixed by #33 or #35
Closed

[Feature] Implement backend integration for joining game sessions #3

milospi opened this issue Mar 16, 2026 · 0 comments · Fixed by #33 or #35

Comments

@milospi
Copy link
Owner

milospi commented Mar 16, 2026

Description

Implement the ability for a user to join an existing session using a valid game pin.
Requirements covered:

FR5: User can join a session using a valid game pin
FR6: System validates the game pin before allowing access

Acceptance criteria:

Player enters a game pin and clicks "Join"
Invalid pins show an error message
Valid pins add the player to the session in Firestore and navigate to the lobby

Related requirement

No response

Architecture layer

None

@odaakj odaakj changed the title [Feature] Join a game session (player flow) [Feature] Implement backend integration for joining game sessions Mar 18, 2026
@odaakj odaakj self-assigned this Mar 18, 2026
@odaakj odaakj linked a pull request Mar 21, 2026 that will close this issue
Sign in to join this conversation on GitHub.