Commit graph

67 commits

Author SHA1 Message Date
Sorrel Bri
f09cf80719 split socket concerns 2019-10-12 00:16:00 -07:00
sorrelbri
ce0c0bf98f
Merge pull request #18 from sorrelbri/sj-configuration
sj configuration
2019-10-11 23:08:10 -07:00
Sorrel Bri
864d33486d move config to environment variables 2019-10-11 23:04:11 -07:00
Sorrel Bri
9d6d482c91 debug room socket conneciton 2019-10-11 22:23:38 -07:00
sorrelbri
cd1f6a8a44
Merge pull request #17 from sorrelbri/sj-serve-game
establish game socketio room connection
2019-10-11 14:08:58 -07:00
Sorrel Bri
7eeac76af9 establish game socketio room connection 2019-10-11 13:56:28 -07:00
sorrelbri
63982a2615
Merge pull request #16 from sorrelbri/sj-serve-game
serve basic game data
2019-10-11 11:56:42 -07:00
Sorrel Bri
e378697974 serve basic game data 2019-10-11 11:55:35 -07:00
sorrelbri
e1f97d9cab
Merge pull request #15 from sorrelbri/sj-serve-new-models
sj serve new models
2019-10-10 23:32:35 -07:00
Sorrel Bri
1a8c4de394 serve new games via socket 2019-10-10 23:31:27 -07:00
Sorrel Bri
085ae0f682 init room socket 2019-10-10 23:06:22 -07:00
sorrelbri
e4d7c1ad46
Merge pull request #14 from sorrelbri/sj-model-refactor
sj model refactor
2019-10-10 17:55:59 -07:00
Sorrel Bri
b4bb9181a1 change model_id to model 2019-10-10 17:52:43 -07:00
Sorrel Bri
76b2afe94e debug one to many relationships 2019-10-10 17:41:49 -07:00
sorrelbri
3229ab0f96
Merge pull request #12 from sorrelbri/sj-gameroom-endpoints
sj gameroom endpoints
2019-10-10 15:02:23 -07:00
Sorrel Bri
df3313d089 refactor database models 2019-10-10 14:57:29 -07:00
Sorrel Bri
e6fa8a7e31 serve gamerooms index 2019-10-09 16:27:41 -07:00
sorrelbri
254655eed4
Merge pull request #11 from sorrelbri/sj-gameroom-endpoints
create room
2019-10-09 15:48:43 -07:00
Sorrel Bri
69c33c3a75 create room 2019-10-09 15:42:38 -07:00
Sorrel Bri
e5e7bb2a3f make migrations for GameRoomsUsers join table 2019-10-09 10:06:06 -07:00
sorrelbri
078bbec462
Merge pull request #10 from sorrelbri/sj-namespace-socket
init namespace socket
2019-10-09 10:03:32 -07:00
sorrelbri
75e4ef40d3
Merge pull request #9 from sorrelbri/sj-room-endpoints
sj room endpoints
2019-10-09 10:02:50 -07:00
sorrelbri
5cd715c4c3
Merge pull request #8 from sorrelbri/sj-socket
implement bidrectional socketio
2019-10-09 10:00:53 -07:00
Sorrel Bri
8fdd92f1c9 init namespace socket 2019-10-09 00:20:36 -07:00
Sorrel Bri
9380f0485c debug auth 2019-10-09 00:08:37 -07:00
Sorrel Bri
8cd0856728 add rooms post route 2019-10-08 22:53:37 -07:00
Sorrel Bri
34182fdc23 stub jwt_required decorator to protect routes 2019-10-08 18:03:46 -07:00
Sorrel Bri
33584d6147 refactor api endpoints 2019-10-08 17:18:40 -07:00
Sorrel Bri
2bafe9102c add room endpoints 2019-10-08 16:56:28 -07:00
Sorrel Bri
2daacc05c9 implement bidrectional socketio 2019-10-07 16:28:11 -07:00
sorrelbri
ecf75c6bcd
Merge pull request #7 from sorrelbri/sj-socket
sj socket
2019-10-07 14:09:55 -07:00
Sorrel Bri
73a7373478 establish initial socket connection 2019-10-07 13:55:43 -07:00
Sorrel Bri
44d365199f confirm socketio run app 2019-10-07 10:19:48 -07:00
Sorrel Bri
1f877fddbe init socketio 2019-10-07 10:09:49 -07:00
sorrelbri
95f2c70c8f
Merge pull request #6 from sorrelbri/sj-auth
test authorization with user endpoint
2019-10-06 22:52:57 -07:00
Sorrel Bri
317c2c3400 test authorization with user endpoint 2019-10-06 22:51:36 -07:00
sorrelbri
0028c40825
Merge pull request #5 from sorrelbri/sj-auth
sj auth
2019-10-06 18:52:43 -07:00
Sorrel Bri
8dcb80e456 setup login 2019-10-06 15:39:22 -07:00
Sorrel Bri
5b17dedcad implement auth with username 2019-10-06 13:44:38 -07:00
sorrelbri
c59279e75e
Merge pull request #4 from sorrelbri/sj-auth
config CORS for dev
2019-10-05 23:59:55 -07:00
Sorrel Bri
257fd6a533 add username 2019-10-05 23:57:36 -07:00
Sorrel Bri
a2697b8a11 config CORS for dev 2019-10-05 23:17:13 -07:00
sorrelbri
4287766d7f
Merge pull request #3 from sorrelbri/sj-api-routes
sj api routes
2019-10-05 22:43:45 -07:00
Sorrel Bri
cc3b9eebf5 debug server problems, implement auth route 2019-10-05 22:40:02 -07:00
Sorrel Bri
7c14f451bb create app factory pattern 2019-10-05 17:49:49 -07:00
Sorrel Bri
c8d56b5e1e register auth blueprint 2019-10-04 23:29:43 -07:00
Sorrel Bri
75f244ae9f add auth routes 2019-10-04 23:25:01 -07:00
sorrelbri
63fc6b5c50
Merge pull request #2 from sorrelbri/sj-api-routes
sj api routes
2019-10-04 15:03:09 -07:00
Sorrel Bri
df04427ea0 create api blueprint 2019-10-04 15:00:47 -07:00
Sorrel Bri
836b0bb7dd config tests 2019-10-04 11:24:11 -07:00