Commit graph

13 commits

Author SHA1 Message Date
Sorrel Bri
f4b8e79a3a stub games/:id endpoint to join game socket room 2020-01-24 00:07:40 -08:00
Sorrel Bri
680bb41337 connect join_game_request socket at client and server 2020-01-23 21:25:08 -08:00
Sorrel Bri
f015f4242e patch rooms/:id failure to return multiple games 2020-01-23 16:14:38 -08:00
Sorrel Bri
0a66d3f93c refactor api rooms/:id endpoint to deliver current room without table join 2020-01-23 14:46:49 -08:00
Sorrel Bri
067ce69cbb serve room with message data from api/v1/rooms/:id 2020-01-21 17:02:54 -08:00
Sorrel Bri
c1d269625b serve room with joined game data from api/v1/rooms/:id 2020-01-21 16:01:35 -08:00
Sorrel Bri
5205035d7c add message table with migration 2020-01-20 23:36:52 -08:00
Sorrel Bri
a10453a848 add move table with migration 2020-01-20 23:19:22 -08:00
Sorrel Bri
d0f26d9a6c add game table with seed and migration 2020-01-20 23:05:55 -08:00
Sorrel Bri
63f1b335e9 add time_setting table with seed and migration 2020-01-20 22:39:28 -08:00
Sorrel Bri
048f518114 serve all public rooms at rooms index 2020-01-18 15:49:35 -08:00
Sorrel Bri
3ea7dafb85 serve user from verified jwt 2020-01-17 16:32:40 -08:00
Sorrel Bri
196b5e884b patch signup post for existing user to return 409 2020-01-17 00:23:18 -08:00