Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/apply/InfoText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const InfoText: FC<{
<li>
For descriptions of our available roles, please visit our&nbsp;
<a
href="https://www.notion.so/Role-Responsibilities-9494c8311ce0471f997c7473e0bfea1c"
href="https://www.notion.so/uwblueprintexecs/Role-Responsibilities-9494c8311ce0471f997c7473e0bfea1c"
target="_blank"
className="inline-flex space-x-1 items-center text-blue"
>
Expand Down
10 changes: 5 additions & 5 deletions constants/applications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import dayjs from "@utils/dayjs";
* Format: YYYY-MM-DD HH:MM:SS
*/
export const APPLICATION_OPEN_DATETIME = dayjs.tz(
"2025-10-31 15:00:00",
"2026-03-05 12:00:00",
"America/Toronto",
);

Expand All @@ -14,7 +14,7 @@ export const APPLICATION_OPEN_DATETIME = dayjs.tz(
* Format: YYYY-MM-DD HH:MM:SS
*/
export const APPLICATION_CLOSE_DATETIME = dayjs.tz(
"2025-11-08 23:59:59",
"2026-03-13 23:59:00",
"America/Toronto",
);

Expand All @@ -25,16 +25,16 @@ export const APPLICATION_CLOSE_DATETIME_WITH_GRACE_PERIOD =
* Date that invites are sent out for interviews
* Format: MMM DD
*/
export const INVITE_DATE = "the end of November";
export const INVITE_DATE = "the middle of March";

/**
* Final decision date
* Format: MMM DD
*/
export const FINAL_DECISION_DATE = "the middle of December";
export const FINAL_DECISION_DATE = "the end of March";

// Term Blueprint is currently recruiting for (1 term after the current term)
export const APPLICATION_TERM = "Winter 2026";
export const APPLICATION_TERM = "Summer 2026";

// URL of application page
export const APPLICATION_LINK = "/apply";
Expand Down
39 changes: 30 additions & 9 deletions constants/role-specific-questions.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,23 +112,30 @@
{
"question": "What do you see as the purposes of content within the user experience of an app?",
"maxLength": 1000
},
{
"question": "How comfortable are you using CapCut? Please share an example of a time you used it and what you created with it?",
"maxLength": 1000
}
]
},
{
"id": "8",
"role": "VP Engineering",
"role": "Graphic Designer",
"questions": [
{
"question": "Consider this hypothetical scenario: Blueprint is thinking of creating a standardized code repository for new projects to build off of. This idea has both supporters and detractors among the project leads. In bullet points, explain how you would build alignment among developers. Please state any assumptions or details as necessary.",
"question": "Tell us about your graphic design experience. Attach a link to your portfolio, if you have one.",
"maxLength": 1000
},
}
]
},
{
"id": "9",
"role": "Design Ops",
"questions": [
{
"uniqueid": 1,
"question": "Would you be interested in joining a scoping pod?",
"description": "Scoping pods include a designer, developer, and PM to join VP Scoping for meetings with NPO’s to provide their opinion and expertise! This will be in addition to the existing responsibilities of your role.",
"type": "select",
"options": ["Yes", "No"]
"question": "Tell us about your product design experience. Attach a link to your portfolio, if you have one.",
"maxLength": 1000
}
]
},
Expand All @@ -155,9 +162,23 @@
}
]
},
{
"id": "12",
"role": "VP Design",
"questions": [
{
"question": "Tell us about your product design experience. Attach a link to your portfolio.",
"maxLength": 1000
},
{
"question": "Tell us about a time you led or influenced a team decision. How did you align people toward a shared goal?",
"maxLength": 1000
}
]
},
{
"id": "13",
"role": "Finance Associate",
"role": "VP Finance",
"questions": [
{
"question": "How would you pitch to external organizations for sponsorship?",
Expand Down
17 changes: 17 additions & 0 deletions constants/temp-roles.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"id": "8",
"role": "VP Engineering",
"questions": [
{
"question": "Consider this hypothetical scenario: Blueprint is thinking of creating a standardized code repository for new projects to build off of. This idea has both supporters and detractors among the project leads. In bullet points, explain how you would build alignment among developers. Please state any assumptions or details as necessary.",
"maxLength": 1000
},
{
"uniqueid": 1,
"question": "Would you be interested in joining a scoping pod?",
"description": "Scoping pods include a designer, developer, and PM to join VP Scoping for meetings with NPO’s to provide their opinion and expertise! This will be in addition to the existing responsibilities of your role.",
"type": "select",
"options": ["Yes", "No"]
}
]
}
Loading
Loading