cardinalitypuzzles / cardboard

Dashboard for managing puzzles and tracking status during a puzzle hunt
MIT License
31 stars 21 forks source link

Track active users per puzzle using the Drive API #600

Closed rgossiaux closed 1 year ago

rgossiaux commented 2 years ago

We can poll for changes in our hunt folder: https://developers.google.com/drive/api/v3/change-overview

Then we can use those to update the list of who is working on what puzzle, by just assigning folks to the sheet they've most recently edited. We could then show this in the UI somewhere/somehow.

While Hunt is remote we can just look at Discord voice channels to get a pretty decent idea, but once we go back onsite & don't have everyone in Discord all the time, I think this suddenly becomes a lot more useful to track & expose.