diff --git a/formula10/__init__.py b/formula10/__init__.py index 4ed1088..085b47c 100644 --- a/formula10/__init__.py +++ b/formula10/__init__.py @@ -39,21 +39,15 @@ import formula10.controller.error_controller # - For season guess calc there is missing: Fastest laps + sprint points + sprint DNFs (in race result) -# - 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) +# - Auto calculate season points (display season points?) # - Generate static diagram using chart.js + templating the js (funny yikes) # - Interesting stats: # - Which driver was voted most for dnf (top 5)? -# Statistics -# - Display stats: Driver standing, Team standing, DNFs, Fastest laps - # General # - Decouple names from IDs + Fix Valtteri/Russel spelling errors # - Unit testing (as much as possible, but especially points calculation) # - Add links to the official F1 stats page (for quali/result), probably best to store entire link in DB (because they are not entirely regular)? # Possible but probably not -# - Show cards of previous race results, like with season guesses? -# - Make user order changeable using drag'n'drop? \ No newline at end of file +# - Show cards of previous race results, like with season guesses? \ No newline at end of file diff --git a/formula10/templates/season.jinja b/formula10/templates/season.jinja index 45c73f8..4ad761c 100644 --- a/formula10/templates/season.jinja +++ b/formula10/templates/season.jinja @@ -13,8 +13,7 @@