Commit graph

27 commits

Author SHA1 Message Date
Sorrel Bri
ddc7ac8548 stub render board state from make_move 2020-01-31 22:22:43 -08:00
Sorrel Bri
279f27349f stub make move socket message to add move to game 2020-01-31 20:28:39 -08:00
Sorrel Bri
63afa73570 stub game services to store active games 2020-01-30 21:03:27 -08:00
Sorrel Bri
09e90c97ab stub game connection via socket room 2020-01-29 23:22:50 -08:00
Sorrel Bri
8ec5b8f773 patch to cleanup reducer directory filenames 2020-01-29 13:28:49 -08:00
Sorrel Bri
0ac8ca002b stub default falsey values for initState function to prevent crash on 500 2020-01-29 13:00:00 -08:00
Sorrel Bri
d7c0477c88 debug room socket connect dispatch 2020-01-28 14:33:54 -08:00
Sorrel Bri
976293f099 refactor sockets to be launched with namespace by components 2020-01-27 22:40:03 -08:00
Sorrel Bri
33a8877597 refacor sockets on server and client to utilize dispatch for socket meessages 2020-01-25 16:50:18 -08:00
Sorrel Bri
34a5fa8d6f stub socket connection to game id namespace 2020-01-24 15:50:47 -08:00
Sorrel Bri
4a960c784b refactor join_game_request to require unique users 2020-01-23 21:41:25 -08:00
Sorrel Bri
1863cc96a2 dispatch all room data to state upon rooms/:id 2020-01-22 16:40:56 -08:00
Sorrel Bri
e6f286c743 refactor api room endpoint to return unjoined game room data 2020-01-22 16:30:28 -08:00
Sorrel Bri
c3eb7fe697 add SET_MESSAGES to reducer 2020-01-22 15:41:08 -08:00
Sorrel Bri
754d17890e refactor services and reducers to parse JSON before data hits dispatch 2020-01-22 15:16:43 -08:00
Sorrel Bri
eb86556f2a hook SET_ROOMS into rooms Service 2020-01-18 16:40:57 -08:00
Sorrel Bri
03648fcf3f add SET_ROOMS dispatch 2020-01-18 16:17:23 -08:00
Sorrel Bri
015b1a63b8 add login hook to frontend 2020-01-18 00:18:51 -08:00
Sorrel Bri
22b6dc443a add validation for username and email on signup 2020-01-17 22:56:09 -08:00
Sorrel Bri
bd1c90da99 add client side password confirmation check 2020-01-17 22:20:21 -08:00
Sorrel Bri
25caa3124d refactor auth and api/index to ensure token verified and sent to dispatch ADD_USER 2020-01-17 20:24:57 -08:00
Sorrel Bri
fb0641fa0d refactor to fetch to ensure proper cookie storage 2020-01-17 19:57:27 -08:00
Sorrel Bri
3ea7dafb85 serve user from verified jwt 2020-01-17 16:32:40 -08:00
Sorrel Bri
8f5ec4c414 add FormError component to display auth errors 2020-01-17 14:27:31 -08:00
Sorrel Bri
1481d97df9 hook reducer into signup post response 2020-01-17 12:21:43 -08:00
Sorrel Bri
df110d187a hook reducer into auth/signup request service 2020-01-16 16:59:11 -08:00
Sorrel Bri
bf7e6a3425 stub sidebar component to display auth form 2020-01-16 00:22:27 -08:00