dlareau / puzzlehunt_server

Server for Puzzle hunts run by Puzzlehunt CMU, but can be repurposed for other hunts.
MIT License
20 stars 16 forks source link

Leaderboards for previous hunts should persist when a new hunt is created #163

Open samuel-yeom opened 3 years ago

samuel-yeom commented 3 years ago

I'm creating a Github issue for record-keeping since I will no longer be involved with Puzzle Hunt CMU next semester.

Currently, the server is written so that the leaderboard is only displayed for the "current" hunt. We would like to be able to archive the leaderboards for previous hunts.

dlareau commented 3 years ago

Seems fine, I'm likely to add a "enableLeaderboard" option to hunts so we can choose which hunts to have it visible for.