73 Commits (bbb5504dadf44db0a70bd4ff9e5dcf07629bfe00)
 

Author SHA1 Message Date
Burathar bbb5504dad make model modules itself import each other with relative imports 4 years ago
Burathar db33cf8f20 Replace relation between user and player_caught_player with game_player and player_caught_player 4 years ago
Burathar fea0d1dc2f Replace relation between user and player_found_objective with game_player and player_found_objective 4 years ago
Burathar 15c27bbfdc Replace relation between user and notification_player with game_player and notification_player 4 years ago
Burathar 6ae6cb2755 Add id to Game_Player 4 years ago
Burathar 7e4f2b67dc Rename Player table to User, split models into separate files 4 years ago
Burathar dd2fe9a207 Update database documentation to 1.4, see issue #22 4 years ago
Burathar 688b0432f3 reset migrations 4 years ago
Burathar 0a9e3d4539 add method to the_hunt.py to create testing objects in database 4 years ago
Burathar 4a6f6bcb0a fix kadaster copyright, work on issue #15 4 years ago
Burathar 3ac8ea660a add pylint ignore comment 4 years ago
Burathar 9acedfc2f5 fix renamed method role_in_game 4 years ago
Burathar be04fb68f8 fix redirects 4 years ago
Burathar 75d82025e0 Split game_dashboard into separate files per player type 4 years ago
Burathar a0474524a3 Move relevant tests to test_models.py 4 years ago
Burathar 8aea63ab90 Move owned_by methods to models file 4 years ago
Burathar d8948e5fe5 update requirements.txt 4 years ago
Burathar a7793b340c change import order 4 years ago
Burathar 40fd77592d add blueprint methods 4 years ago
Burathar 58b354a240 Split up application structure, implement route owner tests, fix route owner methods 4 years ago
Burathar ae5bf35d70 Redefine app as factory function 4 years ago
Burathar 87509003f6 add tests init file 4 years ago
Burathar ed91907656 add test_routes.py 4 years ago
Burathar 858e440faa fix player qr_code 4 years ago
Burathar 024e053c77 fix some code style errors 4 years ago
Burathar 595a0f385e work on player page and qrcode 4 years ago
Burathar e0adfc2b14 add player view for gameowner 4 years ago
Burathar 6b0a83c191 remove linebreak 4 years ago
Burathar d93cfa3570 shut up, pylint 4 years ago
Burathar 98bc78e9a6 Add delete player button 4 years ago
Burathar 1f0761c994 add 405 error page 4 years ago
Burathar 8a0384d4d9 add add_player page 4 years ago
Burathar d157d535a0 fix models.Player.last_location 4 years ago
Burathar aee2de4a3b Add player last location on map 4 years ago
Burathar 089df1733d add computed columns 4 years ago
Burathar 4485617d07 add hash label to objective.html 4 years ago
Burathar 6306f66942 fix game_dashboard route, wrong game was shown 4 years ago
Burathar 6582fd8466 Add last_location method to Player 4 years ago
Burathar 4324650709 don't get qrcode when creating a new objective 4 years ago
Burathar 956b4c3f21 refer to local leaflet css and js instead of external resource in game_dashboard.html 4 years ago
Burathar d507c9b995 Merge branch 'master' into iss04 4 years ago
Burathar 8b43313a6d implement issuse #04 except bunnycount 4 years ago
Rogier Neeleman 3f396a3bb2 Change the static assets directory and added the map markers 4 years ago
Rogier Neeleman 2ff0517a79 Bootstrap is served locally. 4 years ago
Rogier Neeleman 5317e53e9d Make js and css files as a local download. 4 years ago
Burathar d6317414a4 remove unnecessary linebreaks 4 years ago
Burathar 9d6670abdc implement issue #03 4 years ago
Burathar 4af9ec36af Implement Issue #1 and add logging 4 years ago
Burathar 6723b45ffc add link to game page in index page table 4 years ago
Burathar 9bf9156e99 fix game dashboard 4 years ago