Cameron Kline
|
f7d08f397b
Added eslinting to frontend. Make sure to run 'npm install' inside the frontend directory to fetch the new dependencies.
|
8 tahun lalu |
Cameron Kline
|
360f3b0d54
Alright, looks like there's nothing we can do about using tabs in package.json, unless we update it manually each time (thanks npm >:[ https://github.com/npm/npm/issues/4718). So package.json's shall be excluded from our tabs!
|
8 tahun lalu |
Cameron Kline
|
0511c6d26c
I need to get eslint going! :) replaced spaces with tabs.
|
8 tahun lalu |
Cameron Kline
|
3e60f7c5e5
Removed main.scss and sass folder, check out commit comment for more info.
|
8 tahun lalu |
Cameron Kline
|
02c6d6f0c7
Slight change to README wording
|
8 tahun lalu |
Cameron Kline
|
e3434f0b61
Typo in README
|
8 tahun lalu |
Cameron Kline
|
fc99860f72
Explained development a little better
|
8 tahun lalu |
Cameron Kline
|
72e904a5d5
Tabs please atjonathan :)
|
8 tahun lalu |
Jonathan
|
165a00a8cd
Removed gulp and finalised structure
|
8 tahun lalu |
Kris
|
015be0fcbc
Added station schema.
|
8 tahun lalu |
Cameron Kline
|
f56224ec10
Dang, missed this one!
|
8 tahun lalu |
Cameron Kline
|
aabf9afa87
One more tiny README change
|
8 tahun lalu |
Cameron Kline
|
e9e5eb837d
Minor README changes
|
8 tahun lalu |
Cameron Kline
|
17eea5f2cb
Very large change, hopefully the last big refactor. Got vue-loader integration in. The old UI is completely gone as of now, and will need reimplemented using vue components. Checkout frontend/README.md and backend/README.md for more info. Make sure to run 'vagrant up --provision' to get the latest bootstrap.sh changes on your vagrant machine.
|
8 tahun lalu |
Jonathan
|
3c6af209fa
Replaced rethinkDB with mongoDB, added user schema and continued work on authentication
|
8 tahun lalu |
Jonathan
|
f3c4c4ae52
Added sass partials folder for more modular styles
|
8 tahun lalu |
Jonathan
|
c5d179788c
Added some more auth implementation [Having rethinkdb errors]
|
8 tahun lalu |
KrisVos130
|
64865de4b8
Updated schema.json. Merged station and added user schema.
|
8 tahun lalu |
KrisVos130
|
0c79e9c464
Worked on sockethandler a bit and added some socket support in main.js.
|
8 tahun lalu |
Jonathan
|
c87855ea41
Basic authentication added [Not tested]
|
8 tahun lalu |
Jonathan
|
01fe8eec3c
Used better class and id names and sassified the styles
|
8 tahun lalu |
Jonathan
|
110e4ef9f7
Fixed static folder referencing in src/app
|
8 tahun lalu |
Cameron Kline
|
ab15aff17d
Fixed whitespace
|
8 tahun lalu |
KrisVos130
|
70bed2c764
Merge remote-tracking branch 'remotes/origin/master'
|
8 tahun lalu |
Cameron Kline
|
9ac59ff230
Added gulp-cli to the bootstrap file, run 'vagrant up --provision' to apply these changes
|
8 tahun lalu |
KrisVos130
|
e5b0c181da
Added io to global and added some emit's for stations.
|
8 tahun lalu |
Jonathan
|
f1a23c4a03
Added gulp, sass compiling, nodemon and new folder structure
|
8 tahun lalu |
Cameron Kline
|
3ce45ff3ff
Added a consistent route implementation. Made our single RethinkDB connection global. Renamed utils.js to global.js to make it more generic. Added a EventEmitter setup to coreHandler so that it can talk back to socketHandler without needing to require it.
|
8 tahun lalu |
Cameron Kline
|
9420f3efb2
Moved Timer to utils module. Move station logic to it's own module
|
8 tahun lalu |
Cameron Kline
|
0a489b460b
Fixed issues in express handler
|
8 tahun lalu |