Feature/32 clue system#46
Conversation
* we need to extract the word from the clue dto * we need to set the team so we can verify clue being sent
since we are now usign game state, and game state only holds Team_Role, the temporary fix is to regex the first part. This is extremely brittle and prone to errors but has to work for sprint 2
the-only-queen-anna
left a comment
There was a problem hiding this comment.
Aktuell kann ich leider nicht approven, da in kombination mit dem backend beim Empfangen des Clues noch die App auf allen Handys im Game crasht. Problem ist ein Mismatch der gesendeten und der erwarteten Datentypen (Im Frontend wird ein ClueDto erwartet, gesendet wird aktuell noch word und remaining guesses getrennt. Senden klappt aber meines Wissens nach, der Error tritt erst danach auf und die Werte sind korrekt im ankommenden JSON enthalten, nur halt als falscher Datentyp.
| @@ -555,23 +560,35 @@ fun HintSection( | |||
| actions = | |||
| KeyboardActions( | |||
| onSend = { | |||
There was a problem hiding this comment.
duplizierter Code hier und auf Line 584, evtl. in eine Methode extrahieren
|



Context
This PR contains the implementation of a clue system in the front end.
Description
Changes in the code base
Changes outside the code base
N/A
Additional information
N/A