diff --git a/client/src/assets/judges/alexi.jpg b/client/src/assets/judges/alexi.jpg new file mode 100644 index 00000000..74926959 Binary files /dev/null and b/client/src/assets/judges/alexi.jpg differ diff --git a/client/src/assets/judges/amelie.jpg b/client/src/assets/judges/amelie.jpg new file mode 100644 index 00000000..b4096ff1 Binary files /dev/null and b/client/src/assets/judges/amelie.jpg differ diff --git a/client/src/assets/judges/ben.jpg b/client/src/assets/judges/ben.jpg new file mode 100644 index 00000000..a65f69aa Binary files /dev/null and b/client/src/assets/judges/ben.jpg differ diff --git a/client/src/assets/judges/celin.jpg b/client/src/assets/judges/celin.jpg new file mode 100644 index 00000000..af4e65dd Binary files /dev/null and b/client/src/assets/judges/celin.jpg differ diff --git a/client/src/assets/judges/emaan.jpg b/client/src/assets/judges/emaan.jpg new file mode 100644 index 00000000..93d44b5e Binary files /dev/null and b/client/src/assets/judges/emaan.jpg differ diff --git a/client/src/assets/judges/erika.jpg b/client/src/assets/judges/erika.jpg new file mode 100644 index 00000000..d3a8b03e Binary files /dev/null and b/client/src/assets/judges/erika.jpg differ diff --git a/client/src/assets/judges/jeremy.jpg b/client/src/assets/judges/jeremy.jpg new file mode 100644 index 00000000..b6a6e2c8 Binary files /dev/null and b/client/src/assets/judges/jeremy.jpg differ diff --git a/client/src/assets/judges/kaija.jpeg b/client/src/assets/judges/kaija.jpeg new file mode 100644 index 00000000..48268901 Binary files /dev/null and b/client/src/assets/judges/kaija.jpeg differ diff --git a/client/src/assets/judges/karen.jpg b/client/src/assets/judges/karen.jpg new file mode 100644 index 00000000..6487dbd7 Binary files /dev/null and b/client/src/assets/judges/karen.jpg differ diff --git a/client/src/assets/judges/katie.jpg b/client/src/assets/judges/katie.jpg new file mode 100644 index 00000000..e9aecf5a Binary files /dev/null and b/client/src/assets/judges/katie.jpg differ diff --git a/client/src/assets/judges/khalil.jpg b/client/src/assets/judges/khalil.jpg new file mode 100644 index 00000000..12f64621 Binary files /dev/null and b/client/src/assets/judges/khalil.jpg differ diff --git a/client/src/assets/judges/luka.jpg b/client/src/assets/judges/luka.jpg new file mode 100644 index 00000000..10b08f46 Binary files /dev/null and b/client/src/assets/judges/luka.jpg differ diff --git a/client/src/assets/judges/nat.jpg b/client/src/assets/judges/nat.jpg new file mode 100644 index 00000000..412628ab Binary files /dev/null and b/client/src/assets/judges/nat.jpg differ diff --git a/client/src/assets/judges/novera.jpg b/client/src/assets/judges/novera.jpg new file mode 100644 index 00000000..948cec8b Binary files /dev/null and b/client/src/assets/judges/novera.jpg differ diff --git a/client/src/assets/judges/rimjot.jpg b/client/src/assets/judges/rimjot.jpg new file mode 100644 index 00000000..727b03f7 Binary files /dev/null and b/client/src/assets/judges/rimjot.jpg differ diff --git a/client/src/assets/judges/tanya.jpg b/client/src/assets/judges/tanya.jpg new file mode 100644 index 00000000..9d01fbb3 Binary files /dev/null and b/client/src/assets/judges/tanya.jpg differ diff --git a/client/src/assets/judges/tech.png b/client/src/assets/judges/tech.png new file mode 100644 index 00000000..c4f132f4 Binary files /dev/null and b/client/src/assets/judges/tech.png differ diff --git a/client/src/components/ScuntLinks/ScuntLinks.jsx b/client/src/components/ScuntLinks/ScuntLinks.jsx index 378eec62..59c3c766 100644 --- a/client/src/components/ScuntLinks/ScuntLinks.jsx +++ b/client/src/components/ScuntLinks/ScuntLinks.jsx @@ -1,4 +1,4 @@ -import React, { useState, useEffect, useRef } from 'react'; +import React from 'react'; import { Link, useLocation } from 'react-router-dom'; import { pages } from '../../util/pages'; import { ButtonOutlined } from '../button/ButtonOutlined/ButtonOutlined'; diff --git a/client/src/components/profile/leedur/ProfilePageQRScanner/ProfilePageQRScanner.jsx b/client/src/components/profile/leedur/ProfilePageQRScanner/ProfilePageQRScanner.jsx index 919d2662..f10ee492 100644 --- a/client/src/components/profile/leedur/ProfilePageQRScanner/ProfilePageQRScanner.jsx +++ b/client/src/components/profile/leedur/ProfilePageQRScanner/ProfilePageQRScanner.jsx @@ -11,6 +11,7 @@ import { preKitPickUp, searchFroshList, clearFroshList, + getFood, } from '../../../../state/frosh/saga'; import PropTypes from 'prop-types'; import { capitalizeFirstLetter } from '../../../../pages/Profile/functions'; @@ -29,6 +30,8 @@ export const ProfilePageQRScanner = ({ scopes }) => { setScannerType('registration'); } else if (scopes?.includes('scanner:kits')) { setScannerType('kits'); + } else if (scopes?.includes('scanner:food')) { + setScannerType('food'); } }, [scopes]); @@ -91,6 +94,20 @@ export const ProfilePageQRScanner = ({ scopes }) => { )} > ); + case 'food': + return ( + <> + {frosh['gotFood'] ? ( +
+// Looking for your Scunt login Token? +//
+//You have chosen not to participate in Scunt.
+// +//Scunt Login Token
+//+// Use this token to login to the{' '} +// +// Scunt Discord +// +//
+//- Looking for your Scunt login Token? -
-You have chosen not to participate in Scunt.
- -Scunt Login Token
-- Use this token to login to the{' '} - - Scunt Discord - -
-Find more information about Scunt by clicking here!
+Find more information about The Hunt by clicking here!
- {convertCamelToLabel(i)} - {': '} -
- {newMission[i] === true || newMission[i] === false ? ( -+ {convertCamelToLabel(i)} + {': '} +
+ {newMission[i] === true || newMission[i] === false ? ( +No search results
) : mission === undefined ? ( - ) : ( - <>> - )} + ) : null}To see mission status and mission QR code please login to your account.
- ) : ( - <>> - )} + ) : null} {loggedIn && mission !== undefined ? ( missionStatus?.completed ? ( <> @@ -452,12 +449,8 @@ const PageScuntMissionsListShow = () => {- Scunt is the best part of F!rosh Week (we promise we aren’t biased)! It’s a chaos filled event where you and your team compete against other F!rosh to get as many points as you possibly can. Your team gains points by completing missions and getting them judged by our super judgy judges (judging stations are located in the Pit and on the GB steps). The top three teams mayyyy also get something special on top of well-deserved bragging rights ;) -
-- You will be assigned a Scunt team (different from your F!rosh group) on Wednesday on the F!rosh week website. Please meet with your team on King’s College Road (outside of Sandford Fleming) at 5:30PM. We’ve attached a map that shows the location each team will be meeting at and our Scunt HLs will also have signs. Please do not be late, teams will be moving off of campus once the event begins. If you have any questions contact us at scunt@orientation.skule.ca. + The H!unt is the best part of F!rosh Week (we promise we aren’t biased)! It’s a chaos filled event where you and your team compete against other F!rosh to get as many points as you possibly can. Your team gains points by completing missions and getting them judged by our super judgy judges (judging stations are located in the Pit). The top three teams mayyyy also get something special on top of well-deserved bragging rights ;)
+ `; export const rules = { start: [ { title: 'Eligibility', - sub: 'To compete in the Havenger Scunt, one must be:', + sub: 'To compete in the S!cavenger H!unt, one must be:', items: [ 'Human, or near human (Engineering Science students will be accepted).', - 'A F!rosh (2T6!).', + 'A F!rosh (2T7!).', 'Currently enrolled within the Faculty of Applied Science and Engineering at the University of Toronto.', 'Have officially registered for the event via F!rosh Week 2T3.', ], @@ -35,7 +32,7 @@ export const rules = { }, { title: 'Teams', - sub: 'The team structure of Havenger Scunt will be as follows:', + sub: 'The team structure of S!cavenger H!unt will be as follows:', items: [ 'Contestants will be assigned randomly to 1 of 10 teams to approximate fairness prior to the event.', 'Each team will consist of 2 Head Leedurs and a number of Leedurs.', @@ -44,11 +41,11 @@ export const rules = { }, { title: 'Event Schedule', - sub: 'The timing of Havenger Scunt will be as follows:', + sub: 'The timing of S!cavenger H!unt will be as follows:', items: [ - 'The event shall begin on Wednesday, September 7th at 6:00 PM EST. At this time, orientation.skule.ca/scunt will go live with the list, as will all the commands on our Discord server. Oh yeah and the judges will rise from their upper year slumber too.', + 'The event shall begin on Wednesday, September 6th at 6:00 PM EST. At this time, orientation.skule.ca/scunt will go live with the list. Oh yeah and the judges will rise from their upper year slumber too.', 'The Royal Wedding will occur at approximately 10:00 PM', - 'The event will end on Wednesday, September 7th at 11:00 PM EST. There will be a 15-minute warning announcement.', + 'The event will end on Wednesday, September 6th at 11:00 PM EST. There will be a 15-minute warning announcement.', ], }, { @@ -61,7 +58,7 @@ export const rules = { '***The item must be on the list.***', 'Said item must have been completed by (at minimum) one freshman (F!rosh) from said team. Items completed by Leedurs alone will be ineligible for scoring.