FingerLakesRunnersClub / Leaderboards

Leaderboards for the FLRC Challenge and Trail Circuit
https://fingerlakesrunners.org
GNU General Public License v3.0
0 stars 0 forks source link

Figure out best way to maintain 2021 leaderboard access indefinitely #93

Closed adamengst closed 2 years ago

adamengst commented 2 years ago

As the race director, I want to ensure that we maintain access to the 2021 leaderboard indefinitely. There are two aspects of that:

Happy to discuss these—I have no huge opinions about the right way to go.

SteveDesmond-ca commented 2 years ago

I scraped the whole app this afternoon, so if you could add a DNS A record for *.challenge.fingerlakesrunners.org pointing to the same IP address as the others, I can get a static version up on a new sub-subdomain in the next couple days.

adamengst commented 2 years ago

Thanks! I think I've got the DNS set up as you wanted. Perhaps a subdomain of 2021.challenge.fingerlakesrunners.org? Or is that too many levels, suggesting something more like 2021-challenge.fingerlakesrunners.org?

image

SteveDesmond-ca commented 2 years ago

:100: I just confirmed that 2021.challenge.fingerlakesrunners.org resolves correctly, so I'll get the static version up and running there at some point tomorrow.

SteveDesmond-ca commented 2 years ago

https://2021.challenge.fingerlakesrunners.org is now live -- I've also included a copy of the whole static site here, for archival purposes: 2021.zip

The following are known caveats that don't have an easy fix, but everything else looks good at first glance:

Technically, since the whole thing is just static HTML files, feel free to edit them manually, if you wanted to tweak either of the above -- they're in /var/www/2021-challenge, with the 2021.zip stored there as a backup as well, just in case!

adamengst commented 2 years ago

Yeah, I noticed the Recent tabs weren't useful even on the live site yesterday too. I think this is fine for now; as you say, we could edit the static HTML to point the Activity Log buttons at the Archive tab rather than the Recent tab. I doubt most people will want to look at it in that detail. Thanks!