-
Notifications
You must be signed in to change notification settings - Fork 19
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
Fix Hackathon Check-In Scanner #130
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closed
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
christianhelp
added a commit
to acmutsa/RowdyHacksX
that referenced
this pull request
Oct 26, 2024
* migrate from clerk user metadata * adds hackkit credits * Added text saying only accepted files are PDF. Might want to make it dynamic later (acmutsa#121) * Upgrade Next Safe Action (acmutsa#118) * fix registration default * Added "Presented by SWIVEL" * Update README.md * Fixed text overflow on user dashboard (#25) * Fixed text sizing in user dashboard * Formatted Project with Prettier * Revert "Fixed text overflow on user dashboard (#25)" (#26) This reverts commit ae09168. * fixes overflow * adds guilds * fixes schedule default * Add event location (acmutsa#124) * add event location * Prettier format * fixed xs screen size overriding all other sizes (#28) * updates bot name * updates user profile * updates media query size * Adding Team Section (#29) * meet the team page * color change to show cards * adjustments to card flip and mobile * Testing on build if rotating cards is laggy * Created team.json according to form/pictures as of 10/17 * Added all pictures * RowdyHacks X Team Section added * Prettier write * Updated organizer list as of 10/21 Improved responsive design * Added pictures for organizer list as of 10/21 * Prettier write * Prettier write * Updated pictures * Prettier write --------- Co-authored-by: Carter LaVigne <[email protected]> * Merging in new schedule enhancements (acmutsa#128) * schedule timeline initial styling * Timeline days added * add live pulsing effect * add little line * Bigger day headers * run prettier --------- Co-authored-by: joshuasilva414 <[email protected]> * updates from prod * Fix Hackathon Check-In Scanner (acmutsa#130) * fix admin link check * Satisfies User Settings w/ New Schema (acmutsa#112) * test update image * mobile optimize pass * I made cool schedule (#33) * Schedule timeline * Mobile optimizations * Prettier formatted * fix current event logic * fix current event display * adds survival guide * small event layout change * updates theming * updates settings * updates build command * Added sponsors section to the website (#37) * Improved hacker dashboard color palette and fixed font issues (#38) --------- Co-authored-by: joshuasilva414 <[email protected]> Co-authored-by: Jacob Ellerbrock <[email protected]> Co-authored-by: Joshua Silva <[email protected]> Co-authored-by: Jacob <[email protected]> Co-authored-by: Liam Murray <[email protected]> Co-authored-by: Matthew Anderson <[email protected]> Co-authored-by: Carter LaVigne <[email protected]>
jacobellerbrock
added a commit
to acmutsa/RowdyHacksX
that referenced
this pull request
Oct 26, 2024
* migrate from clerk user metadata * adds hackkit credits * Added text saying only accepted files are PDF. Might want to make it dynamic later (acmutsa#121) * Upgrade Next Safe Action (acmutsa#118) * fix registration default * Added "Presented by SWIVEL" * Update README.md * Fixed text overflow on user dashboard (#25) * Fixed text sizing in user dashboard * Formatted Project with Prettier * Revert "Fixed text overflow on user dashboard (#25)" (#26) This reverts commit ae09168. * fixes overflow * adds guilds * fixes schedule default * Add event location (acmutsa#124) * add event location * Prettier format * fixed xs screen size overriding all other sizes (#28) * updates bot name * updates user profile * updates media query size * Adding Team Section (#29) * meet the team page * color change to show cards * adjustments to card flip and mobile * Testing on build if rotating cards is laggy * Created team.json according to form/pictures as of 10/17 * Added all pictures * RowdyHacks X Team Section added * Prettier write * Updated organizer list as of 10/21 Improved responsive design * Added pictures for organizer list as of 10/21 * Prettier write * Prettier write * Updated pictures * Prettier write --------- Co-authored-by: Carter LaVigne <[email protected]> * Merging in new schedule enhancements (acmutsa#128) * schedule timeline initial styling * Timeline days added * add live pulsing effect * add little line * Bigger day headers * run prettier --------- Co-authored-by: joshuasilva414 <[email protected]> * updates from prod * Fix Hackathon Check-In Scanner (acmutsa#130) * fix admin link check * Satisfies User Settings w/ New Schema (acmutsa#112) * test update image * mobile optimize pass * I made cool schedule (#33) * Schedule timeline * Mobile optimizations * Prettier formatted * fix current event logic * fix current event display * adds survival guide * small event layout change * updates theming * updates settings * updates build command * Added sponsors section to the website (#37) * Improved hacker dashboard color palette and fixed font issues (#38) * Adding /live to broadcast livestream (#40) * Created live page * Added /live page * Added Stream to page * Updated lockfile * Briefly fixed errors * Prettier write --------- Co-authored-by: joshuasilva414 <[email protected]> Co-authored-by: Christian Walker <[email protected]> Co-authored-by: Joshua Silva <[email protected]> Co-authored-by: Liam Murray <[email protected]> Co-authored-by: Matthew Anderson <[email protected]> Co-authored-by: Christian Walker <[email protected]> Co-authored-by: Carter LaVigne <[email protected]>
snehab2
pushed a commit
to WEHackUTD/WEHackV
that referenced
this pull request
Nov 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why
The logic for the hackathon check-in scanner was claiming that users were not RSVP'd when they, in fact, were. Furthermore, the code for the scanner was messy and hard to follow with sometimes nested ternary rendering logic.
What
useAction
hook for taking care of handling success and error stateSatisfies
HK-174 (#127 )