Split frontend model from backend model
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 26s
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 26s
This commit is contained in:
@ -18,17 +18,12 @@ import formula10.controller.admin_controller # type: ignore
|
||||
# TODO
|
||||
# General
|
||||
|
||||
# Split the database model from the frontend-model/template-model/domain-model
|
||||
# - Move most of the template logic into this
|
||||
# - Allow exclusion of e.g. most-gained driver and other stuff
|
||||
|
||||
# - Choose "place to guess" late before the race? Make a page for this
|
||||
# - Rules page
|
||||
|
||||
# - 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?
|
||||
# - Make the season card grid left-aligned? So e.g. 2 cards are not spread over the whole screen with large gaps?
|
||||
|
||||
# Statistics
|
||||
# - Auto calculate points
|
||||
|
Reference in New Issue
Block a user