Commit Graph

42 Commits

Author SHA1 Message Date
62275d8582 Remove debug println 2026-05-23 22:21:40 -07:00
203e880cf0 Format. 2026-05-23 22:21:40 -07:00
3472158fac Grab games from database instead of memory 2026-05-23 22:21:40 -07:00
d240cc49e4 Fix setup_db.sh 2026-05-23 22:21:40 -07:00
8b0bd694fa Register update endpoint, use new form type, add error handling 2026-05-23 22:21:39 -07:00
fcb6ef2aac Uncomment sync_scores, format 2026-05-23 22:21:12 -07:00
4d07d6aff5 Add stub function for game update endpoint 2026-05-23 22:21:12 -07:00
a09e5a6ebd Add functions for updating a game 2026-05-23 22:21:11 -07:00
eafee7b843 add edit modal for games (not functional) 2026-05-24 05:20:23 +00:00
98f085daba woops 2026-05-24 05:17:53 +00:00
4eead68639 merge 2026-05-24 05:17:53 +00:00
5c8cb5415b fine I'll keep the current name 2026-05-24 05:17:53 +00:00
09afa2d44a Popup with claimed territory info! 2026-05-24 05:17:53 +00:00
3700e5b911 wip: get popup 2026-05-24 05:17:53 +00:00
0b49c53389 wip: territories on map 2026-05-24 05:17:53 +00:00
7a13b6287e add territories struct 2026-05-24 05:17:53 +00:00
cb5b258f5a fix db file path in setup db 2026-05-23 20:19:45 -07:00
54770a9f1b move gejson and db to storage directory 2026-05-22 00:46:44 -07:00
6d42e65bc0 build admin pages into the docker container 2026-05-04 16:38:01 -07:00
673d51d706 only one method to execute queries is needed apparently 2026-05-04 14:08:13 -07:00
2a1cc97fe2 execute query from admin page and display the result 2026-05-04 10:13:51 -07:00
8b6b4cd4f5 add message_actor and sync_scores methods 2026-05-04 07:36:27 -07:00
343d20dd4e show teams info in admin page 2026-05-04 04:10:11 -07:00
5881102cb6 add adming page and run rustfmt 2026-05-03 22:28:03 -07:00
9eb09f6565 major refactor: use database (sqlite), tera for html templates, and shared app state 2026-01-23 13:34:50 -08:00
76cb8c62ea read game start and end time from a file 2025-11-23 22:24:04 -08:00
cfc7320546 add readme instructions to publish new versions 2025-11-20 03:33:33 -08:00
d4f479a370 remove outdated tests 2025-11-20 02:29:43 -08:00
bc3b05e61c read teams from a json file 2025-11-20 02:26:38 -08:00
7421f3c321 add colors to the map and docker file 2025-11-20 02:07:06 -08:00
e805b2ea53 load scores every 5 minutes and display a colored map 2025-11-19 17:32:32 -08:00
b4487ffd72 add web-server that displays map 2025-11-19 13:10:24 -08:00
7d985935e9 Merge pull request 'use seattle geodata to find the neighborhood/territory' (#2) from ammar into main
Reviewed-on: #2
2025-11-19 04:46:31 +00:00
95c7212bdd Merge branch 'main' into ammar 2025-11-18 05:45:46 +00:00
7421392152 use seattle geodata to find the neighborhood/territory 2025-11-17 21:40:14 -08:00
ecde0f9ac1 Merge pull request 'break team scores per territory' (#1) from ammar into main
Reviewed-on: #1
2025-11-18 05:36:19 +00:00
96b6034c54 break team scores per territory 2025-11-16 22:00:37 -08:00
8c90a8d1a4 PlayerScore has a Player value 2025-11-16 20:46:29 -08:00
0640f54fce update gitignore file 2025-11-16 15:38:35 -08:00
16a2689820 csv: add modules for parsing CSV and storing data with in-memory structs
Also adds unit tests
2025-11-16 14:21:35 -08:00
bf2fbbc134 create modules for osm operations 2025-11-16 14:11:06 -08:00
cf76570fca initial commit 2025-11-16 01:25:29 -08:00