banool / codenames-pictures

Play Codenames Pictures using a TV or computer for the board
https://codenames-pictures.dport.me
22 stars 18 forks source link

Look into using one POST request for the user defined images #16

Closed banool closed 6 years ago

banool commented 6 years ago

The handleNewGame function in assets/javascript/lobby.js does two POST requests to establish the user images. There's probably some way to do this in one request. There is more information about this in #15 and in the file itself.