cardinalitypuzzles / cardboard

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

Create new puzzle sheets in the hunt drive folder rather than in the folder that the template sheet is in #541

Closed erwa closed 2 years ago

erwa commented 2 years ago

Currently, we create new puzzle sheets in the same folder that the template sheet is in (by copying the template): https://github.com/cardinalitypuzzles/cardboard/blob/b9e212d848277be3ec038817f580b0db4556cd90/google_api_lib/tasks.py#L18-L31

It makes more sense to create the new puzzle sheets in the hunt drive folder (either GOOGLE_DRIVE_HUNT_FOLDER_ID or the per-hunt drive folder location once #538 is merged).