Commit graph

405 commits

Author SHA1 Message Date
Sorrel Bri
cd1273e645 debug migrations path 2020-02-05 16:45:17 -08:00
Sorrel Bri
3a5125893b debug produciton db connection 2020-02-05 16:45:17 -08:00
Sorrel Bri
458876a2b4 add migrate command to server Procfile 2020-02-05 16:45:17 -08:00
Sorrel Bri
1661b3fe65 add create user table migration 2020-02-05 16:45:17 -08:00
Sorrel Bri
413cf63192 deploy subdirectories successfully 2020-02-05 16:45:16 -08:00
Sorrel Bri
d7cf6c44eb return README to root directory 2020-02-05 16:45:16 -08:00
Sorrel Bri
7ef212643d move react module into subdirectory 2020-02-05 16:45:16 -08:00
Sorrel Bri
18d744a7a5 confirm successful deployment 2020-02-05 16:45:16 -08:00
Sorrel Bri
b62458218b add runtime env for production enironment 2020-02-05 16:45:16 -08:00
Sorrel Bri
173bb8766c add production endpoints to react config 2020-02-05 16:45:16 -08:00
Sorrel Bri
48546c9448 change server Procfile to npm start 2020-02-05 16:45:16 -08:00
Sorrel Bri
5977c686a5 remove path from server Procfile 2020-02-05 16:45:16 -08:00
Sorrel Bri
d2fe74ffec add path to server Procfile 2020-02-05 16:45:16 -08:00
Sorrel Bri
f3208819c8 add node to server Procfile 2020-02-05 16:45:16 -08:00
Sorrel Bri
07070439f1 empty react Procfile 2020-02-05 16:45:16 -08:00
Sorrel Bri
cd22eb89e1 add run to Procfile 2020-02-05 16:45:15 -08:00
Sorrel Bri
328bf9128f remove npm from start command 2020-02-05 16:45:15 -08:00
Sorrel Bri
56fbc34ba3 redeploy with namespaced scripts 2020-02-05 16:45:15 -08:00
Sorrel Bri
65bffa11a1 add Procfiles for deploy 2020-02-05 16:45:15 -08:00
Sorrel Bri
e42118d6aa config flow 2020-02-05 16:45:15 -08:00
Sorrel Bri
cc6b00b72b patch page function tests, import pages in App 2020-02-05 16:45:15 -08:00
Sorrel Bri
2ae07a1a99 stub page components 2020-02-05 16:45:15 -08:00
Sorrel Bri
24c4130f7f stub mocha/chai for testing server 2020-02-05 16:45:15 -08:00
Sorrel Bri
6a373a1172 stub react pages structure 2020-02-05 16:45:15 -08:00
Sorrel Bri
34dbdaab7b stub middleware (including socket), controllers architecture 2020-02-05 16:45:15 -08:00
Sorrel Bri
64dc036296 connect socket 2020-02-05 16:45:15 -08:00
Sorrel Bri
aeb64cb6a5 connect socket 2020-02-05 16:45:14 -08:00
Sorrel Bri
840fae2bf7 connect to db with knex 2020-02-05 16:45:14 -08:00
Sorrel Bri
e83ca4a1b5 restrict CORS to env defined origin 2020-02-05 16:45:14 -08:00
Sorrel Bri
ea878c9057 configure simple CORS 2020-02-05 16:45:14 -08:00
Sorrel Bri
b2d9eaca0d stub basic connection 2020-02-05 16:45:14 -08:00
Sorrel Bri
dc7b895dd6 add react frontend structure 2020-02-05 16:45:14 -08:00
Sorrel Bri
edf520ba79 remove views/, add controllers/ 2020-02-05 16:45:14 -08:00
Sorrel Bri
3ca3e28d45 git init 2020-02-05 16:45:13 -08:00
Sorrel Bri
baa843feeb init lerna 2020-02-05 16:45:13 -08:00
Sorrel Bri
d087671cf2 stub nav form styles and fix board span bug 2020-02-05 16:45:13 -08:00
Sorrel Bri
d58eb95c76 decoupled show Auth form logic from Home sidebar for use in other sidebars on Auth errors 2020-02-05 16:45:13 -08:00
Sorrel Bri
eb5df6069c style player area on game screen 2020-02-05 16:45:13 -08:00
Sorrel Bri
ca98733365 stub render board state from make_move 2020-02-05 16:45:13 -08:00
Sorrel Bri
2d04f40bd6 stub make move socket message to add move to game 2020-02-05 16:45:13 -08:00
Sorrel Bri
8310307460 refactor make move to serve game meta data with game record 2020-02-05 16:45:13 -08:00
Sorrel Bri
d2d34ff658 check legality of move prior to posting 2020-02-05 16:45:13 -08:00
Sorrel Bri
b38637d3c8 stub make move to game service 2020-02-05 16:45:13 -08:00
Sorrel Bri
d83a58dcb4 stub game services to store active games 2020-02-05 16:45:12 -08:00
Sorrel Bri
b294e009d3 stub board on game page 2020-02-05 16:45:12 -08:00
Sorrel Bri
9a20746b78 stub Game components 2020-02-05 16:45:12 -08:00
Sorrel Bri
3ecb5889c1 add seed moves 2020-02-05 16:45:12 -08:00
Sorrel Bri
5651e1fa4c stub game connection via socket room 2020-02-05 16:45:12 -08:00
Sorrel Bri
e02746cb67 stub game connection via socket room 2020-02-05 16:45:12 -08:00
Sorrel Bri
6a5ae9cc71 patch to cleanup reducer directory filenames 2020-02-05 16:45:12 -08:00