You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.
When getting the application off the ground, we ran into the problem of getting Your User's information. In a last ditch, late night change, we implemented the data from the player (as decided by the token) into the gameState.
Realistically, the gameState should only return game data, and not your player's data.
Acceptance Criteria
augment /players/token/:token to bring the entire player data back from the token provided
Remove the player data entries off of the gameState object on games/:id
The text was updated successfully, but these errors were encountered:
When getting the application off the ground, we ran into the problem of getting Your User's information. In a last ditch, late night change, we implemented the data from the player (as decided by the token) into the gameState.
Realistically, the
gameState
should only return game data, and notyour player's
data.Acceptance Criteria
/players/token/:token
to bring the entire player data back from the token providedplayer
data entries off of the gameState object ongames/:id
The text was updated successfully, but these errors were encountered: