katrin-kot / rslang

0 stars 0 forks source link

Draw a wireframe and write down dependencies (data, BE communication) for Audiochallenge minigame #12

Open sleepwalky opened 4 years ago

sleepwalky commented 4 years ago

@ulmas97 так а где вайрфрейм?

sudo-ulmas commented 4 years ago

photo_2020-06-23_00-14-41

  1. /users/{id}/words get request is sent to this endpoint and one word will be choosen according to difficulty level of the user. If there are little amount of words in response, then words for questions are choosen randomly from /words endpoint also according to the difficulty level of the user.
  2. Background color of the page will indicate the progress of the game.
  3. At the end, after 20 rounds or so the modal window with game stats will appear.
katrin-kot commented 4 years ago

Looks good to me