diff --git a/app/assets/images/templates/holiday_2024.jpg b/app/assets/images/templates/holiday_2024.jpg new file mode 100644 index 0000000..72db9e2 Binary files /dev/null and b/app/assets/images/templates/holiday_2024.jpg differ diff --git a/app/templates/holiday_hunt_2024.yml b/app/templates/holiday_hunt_2024.yml new file mode 100644 index 0000000..b1191bd --- /dev/null +++ b/app/templates/holiday_hunt_2024.yml @@ -0,0 +1,49 @@ +--- + name: Holiday Hunt 2024 + description: Embark on a festive adventure, find decorations, complete challenges, and score merry points! + image_path: templates/holiday_2024.jpg + victory_item_name: Group Christmas card photo + categories: + - name: Find It + points: 5 + items: + - Anna or Elsa from Frozen + - Carolers + - Christmas train + - Decorations on a roof (not including lights) + - Dinosaur + - Dog wearing a sweater + - Elf + - Gingerbread house + - Gnome + - A leg lamp + - Leftover Fall or Halloween decorations + - More than 3 animals together + - Nativity scene + - Nutcracker + - Penguin + - Polar bear + - Rudolph + - Santa Claus + - Santa falling off the roof + - Santa's sleigh + - Snow globe + - Snowman + - Something dancing + - The decoration used in most winter holidays + - The Grinch + - Ugly Christmas sweater + - name: Do It + points: 10 + items: + - Find a non-teammate that can name all of Santa's reindeer + - Find a non-teammate who can name each of "The 12 Days of Christmas" + - Group Christmas card photo + - Group hug a snowman + - Kiss under the mistletoe + - Perform a festive holiday dance and record a 10-second video + - Receive and eat a homemade Christmas treat from a non-team family + - Sing the chorus from the first song ever broadcast from space + - Take a selfie with a real Santa Claus + - Team photo all wearing Santa hats + - Write and deliver a thank you card to the most festive house you find diff --git a/config/environments/development.rb b/config/environments/development.rb index 649b1fa..3688f52 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -33,7 +33,7 @@ end # Store uploaded files on the local file system (see config/storage.yml for options). - config.active_storage.service = :local + config.active_storage.service = ENV.fetch("ACTIVE_STORAGE_SERVICE", :local) # Don't care if the mailer can't send. config.action_mailer.raise_delivery_errors = false