Minnesota-Computer-Club / MCC-Website-v2

Version 2 (v2) of the Minnesota Computer Club website.
https://mncomputerclub.com
0 stars 2 forks source link

Move Excluded Users to Environment Variable #62

Closed mike-weiner closed 10 months ago

mike-weiner commented 10 months ago

We currently have a way to exclude people from the leaderboard: https://github.com/Minnesota-Computer-Club/MCC-Website-v2/blob/main/pages/wcc/leaderboard/index.js#L143

Let's move this to an environment variable - something like AOC_LEADERBOARD_EXCLUSIONS_<YEAR>.

mike-weiner commented 10 months ago

Closing this as we can't keep the environment variable private in the browser - so we will need to think through this more if and when it comes to it. Maybe we need to add it to the cron job that pulls down the AoC raw data.