Go to file
s416422 7f5b8d8bc4 some validation and error catching updates 2020-03-06 18:33:03 +01:00
app some validation and error catching updates 2020-03-06 18:33:03 +01:00
atcheck-websocket UserCache fix + style + websocket server fix 2020-01-18 18:15:35 +01:00
bootstrap bootstrao folder added to git 2019-12-16 17:21:42 +01:00
config frontend fixes, timezone updated, delete confirmation added 2019-12-20 14:09:16 +01:00
database some validation and error catching updates 2020-03-06 18:33:03 +01:00
lsscanner/new_ubuntu Next student countdown + CSS % fix 2020-01-18 17:25:32 +01:00
mapka Next student countdown + CSS % fix 2020-01-18 17:25:32 +01:00
public Room seeder updated, home description updated 2020-03-04 14:16:35 +01:00
resources some validation and error catching updates 2020-03-06 18:33:03 +01:00
routes editing subject fixed, form validators provided 2020-03-01 23:30:37 +01:00
storage first commit 2019-11-18 18:33:29 +01:00
tests first commit 2019-11-18 18:33:29 +01:00
Dockerfile Dockerfile created 2019-12-17 00:45:57 +01:00
Jenkinsfile jenkins fix 2019-11-18 18:41:10 +01:00
Procfile app deployed with Heroku 2019-12-08 00:00:52 +01:00
README.md test mode divided into teas and quick mode, room preview added to test mode, scrollable attendances list 2020-01-17 17:10:54 +01:00
artisan first commit 2019-11-18 18:33:29 +01:00
completed.txt CHEC-24 complete - issue completing test, cuz issue was completed at 1st commit 2019-11-24 19:29:06 +01:00
composer.json export to xlsx added, map preview fixed 2019-12-14 22:03:41 +01:00
composer.lock composer update 2019-12-14 22:21:49 +01:00
docker-compose.yml Dockerfile created 2019-12-17 00:45:57 +01:00
package-lock.json CHEC-25 Auth menu, db in sqlite, 1st migration 2019-11-25 16:23:25 +01:00
package.json CHEC-25 Auth menu, db in sqlite, 1st migration 2019-11-25 16:23:25 +01:00
phpunit.xml first commit 2019-11-18 18:33:29 +01:00
server.php first commit 2019-11-18 18:33:29 +01:00
webpack.mix.js first commit 2019-11-18 18:33:29 +01:00

README.md

atcheck

for devs:

atcheck$ php artisan migrate:fresh 
atcheck$ php artisan db:seed 
atcheck$ composer dump-autoload
atcheck$ php artisan cache:clear && php artisan route:clear && php artisan config:clear && php artisan view:clear
atcheck$ php artisan serve