Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd-f 2024 Hacker App changes #565

Merged
merged 26 commits into from
Feb 10, 2024
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
b6d9b48
Update AppDashboard + App P0 page
meleongg Feb 8, 2024
63e9606
Update P1 mandatory hacker app questions
meleongg Feb 9, 2024
a17e831
Update P1 Optional Questions section
meleongg Feb 9, 2024
d490cc4
Update majors to be multi-select
meleongg Feb 9, 2024
1fd7ede
Update P2 Skills questions
meleongg Feb 9, 2024
17c64c3
Update P3 Final Questions
meleongg Feb 9, 2024
5704d58
Update ReviewCards.js to show all questions
meleongg Feb 9, 2024
525bc58
Update Login.js page, temporarily fixed nwHacks icons
meleongg Feb 9, 2024
b76b8f5
Minor fixes to questions + review card
meleongg Feb 9, 2024
9fe58ad
Spelling
meleongg Feb 9, 2024
392076a
Add missing T&C, fixed small bugs
meleongg Feb 9, 2024
d8179f6
Capitalize Country placeholder text
meleongg Feb 9, 2024
cf34a7b
More fixes, added optional q14
meleongg Feb 10, 2024
a642c9f
Bandaid-fix for review card prefer not to answer
meleongg Feb 10, 2024
64d44e3
Fix minor UI bugs
meleongg Feb 10, 2024
fcd0581
Potential white page error bandaid fix
meleongg Feb 10, 2024
bb0b8f2
Another white page potential fix
meleongg Feb 10, 2024
d8931ea
Revert back to original
meleongg Feb 10, 2024
cd03fb6
fix non-working edit button
kozr Feb 10, 2024
ce2a524
stop putting context everywhere, learn to use it omg
kozr Feb 10, 2024
d49742a
remove spinner of death
kozr Feb 10, 2024
c3306c9
bandaid probably
kozr Feb 10, 2024
290cb26
Update app confirmation date
meleongg Feb 10, 2024
61864ab
Wording changes
sidyakinian Feb 10, 2024
9d9f3f9
Wording changes
sidyakinian Feb 10, 2024
fbf60c9
Adjust submission deadline text
sidyakinian Feb 10, 2024
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 public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<title>nwHacks 2024 Portal</title>
<title>cmd-f 2024 Portal</title>
</head>

<body>
Expand Down
5 changes: 4 additions & 1 deletion src/components/ApplicationDashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,10 @@ const Dashboard = ({
</AppLinks>
<StatusContainer>
<div>
<AppStatusText>nwHacks 2024 is Western Canada’s largest 24 hour hackathon!</AppStatusText>
<AppStatusText>
cmd-f 2024 is Western Canada's largest hackathon celebrating underrepresented genders in
tech!
</AppStatusText>
<AppStatusText>
Registration status: {hackerStatuses()[hackerStatus]?.cardText}
</AppStatusText>
Expand Down
Loading
Loading