Skip to content

Fix: corrected guess responses#164

Closed
the-only-queen-anna wants to merge 1 commit into
developmentfrom
fix/guess-handling
Closed

Fix: corrected guess responses#164
the-only-queen-anna wants to merge 1 commit into
developmentfrom
fix/guess-handling

Conversation

@the-only-queen-anna

Copy link
Copy Markdown
Collaborator

Context

We had a bug, where the backend would not send the updated guess count after a card was revealed. This was corrected. Connected issue: #159

Changes in the codebase

A parameter has been re-added to GameStateDto, that counts the remaining guesses. Previously, only the original guess count was sent. I chose to always send both, to enable a view of the used guesses in respective to the original ones, displayed as Remaining guesses: 2/3

Changes outside the codebase

Added a simple docker-compose file for local development. The container build by this is reachable over localhost:53213.
Start the local container via docker compose -f docker-compose.dev.yml up -d --build .

Additional information

N/A

@sonarqubecloud

Copy link
Copy Markdown

@the-only-queen-anna the-only-queen-anna changed the title fix: backend now sends correct remaining guesses, re-added parameter … Fix: corrected guess responses Jun 11, 2026
@the-only-queen-anna

Copy link
Copy Markdown
Collaborator Author

Closed as duplicate of #166

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.

1 participant