I'm seeing a problem with the archive. The month dropdown only shows the months during Takeover Tuesday's lifetime in the selected year, which makes sense. But changing the year doesn't update the month dropdown until you use the month dropdown to pick a month from the wrong year. That is to say, 2024 shows October, November, and December in the dropdown while 2025 shows January and February in the dropdown, so long as you've started on that year or clicked update since picking the year. But if you change the year, the dropdown still has the months from the old year. For example, if you switch from 2025 to 2024, the dropdown will still only have January and February.

Also, if you click update when the dropdown values are invalid, it will take you to an error page and then when you go back the dropdowns will all be disabled.

I guess the solution to both these problems would be to ensure all dropdowns always have valid values by updating all of them with defaults whenever the year is changed. It looks like the day dropdown already gets updated when the month dropdown is changed, but I guess the year dropdown wasn't coded to do that because there was only one year when it was written. It might also be a good idea to use default values as a failsafe when the update button is clicked. Also, maybe put the year as the first dropdown to make the cascading changes more intuitive.