diff --git a/formula10/__init__.py b/formula10/__init__.py index 972fcc2..a8ece89 100644 --- a/formula10/__init__.py +++ b/formula10/__init__.py @@ -32,11 +32,12 @@ import formula10.controller.error_controller # TODO # Statistics -# - Auto calculate points -# - Display points somewhere in race table? Below the name in the table header. +# - Display total points somewhere in race table? Below the name in the table header. +# - Auto calculate season points # - Highlight currently correct values for some season guesses (e.g. current most dnfs, team winners, podiums) # - Generate static diagram using chart.js + templating the js (funny yikes) -# - Which driver was voted most for dnf? +# - Interesting stats: +# - Which driver was voted most for dnf (top 5)? # General # - Decouple names from IDs + Fix Valtteri/Russel spelling errors diff --git a/formula10/templates/statistics.jinja b/formula10/templates/statistics.jinja index b4b214b..cfbccdf 100644 --- a/formula10/templates/statistics.jinja +++ b/formula10/templates/statistics.jinja @@ -14,17 +14,19 @@
User | -Points | -Total picks | -Correct picks | -Points per pick | +Place | +User | +Points | +Total picks | +Correct picks | +Points per pick |
---|---|---|---|---|---|---|---|---|---|---|
{{ loop.index }} | {{ user.name }} | {{ points.total_points_by(user.name) }} | {{ points.picks_count(user.name) }} |