-
Notifications
You must be signed in to change notification settings - Fork 0
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 evaluator #234
Cmd f evaluator #234
Conversation
Visit the preview URL for this PR (updated for commit fc4a82e): https://nw-admin-portal--pr234-cmd-f-evaluator-5rzmlvrp.web.app (expires Sun, 03 Mar 2024 23:22:40 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: d819f9eb3b1b79c03e9109f08eeff92215a2990e |
utility/firebase.js
Outdated
.filter(a => a.basicInfo.identifyAsUnderrepresented !== 'no') // cmd-f filter; remove after | ||
.sort((a, b) => a.basicInfo.legalFirstName.localeCompare(b.basicInfo.legalFirstName)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We might need a stronger/alternative sort here (like also add last name as secondary sort) since we ran into problems with nwHacks where some applicant placements kept jumping if they had the same first name before/after they were graded.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok added last name sort
in firebase.js, you'll also need to switch the active hackathon from nwHacks2024 to cmd-f2024 |
i think this should have alr been done? i searched the code and there's no other place to switch active hackathon |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! thanks for being speedy with it
Notes: