Add rules page
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 15s

This commit is contained in:
2024-02-26 19:02:32 +01:00
parent bf9c25e537
commit 3949ad8f04
3 changed files with 107 additions and 3 deletions

View File

@ -11,20 +11,26 @@ db.init_app(app)
# NOTE: These imports are required to register the routes. They need to be imported after "app" is declared
import formula10.controller.race_controller # type: ignore
import formula10.controller.season_controller # type: ignore
import formula10.controller.admin_controller # type: ignore
import formula10.controller.season_controller
import formula10.controller.admin_controller
import formula10.controller.rules_controller
# TODO
# General
# - Show date for race name, also store time in database
# Date stuff:
# - Date lock race guess entering + race result entering + season guess entering (frontend + backend)
# - Show timer until next race?
# - Choose "place to guess" late before the race? Make a page for this?
# - Rules page
# - Store currently active user inside cookie
# - Make user order changeable using drag'n'drop?
# - Show place when entering race result (would require updating the drag'n'drop code...)
# - Show cards of previous race results, like with season guesses?
# - Don't write full 2024 date, just 24 or leave out completely, to make column smaller
# Statistics
# - Rename "Statistics" to "Leaderboard"