Commit graph

58 commits

Author SHA1 Message Date
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
sorrelbri
6fb4b2a278
Merge pull request #1 from sorrelbri/sj-add-models
stub models
2019-10-02 17:30:12 -07:00
Sorrel Bri
2fe0e4d78b add moves.is_pass 2019-10-02 16:48:10 -07:00
Sorrel Bri
9ce70cff4a add is_main to Move 2019-10-02 14:50:56 -07:00
Sorrel Bri
e3d47844be make db migrations 2019-10-02 13:55:09 -07:00
Sorrel Bri
56ffeb2a01 create basic TimeSettings model 2019-10-01 20:42:21 -07:00
Sorrel Bri
52ad450fb9 recreate basic Message model 2019-10-01 20:26:40 -07:00
Sorrel Bri
d6b306da99 create basic Move model 2019-10-01 20:24:15 -07:00
Sorrel Bri
a1c58e40cb create basic Message model 2019-10-01 20:18:41 -07:00
Sorrel Bri
6a91b1c08a create basic GameRoom model 2019-10-01 20:14:21 -07:00