Open
Conversation
GabrielaReyna
requested changes
Apr 14, 2026
Contributor
GabrielaReyna
left a comment
There was a problem hiding this comment.
Hi Jaden,
Great work! I like the visuals and cleanliness of the form.
I have some suggestions to make this reusable for future events.
- Make the page a component under the /packages/astro-theme/components. You can create a folder called "hackathon" and put it there (and other components we make in the future around hackathons). Then, create a page under labs while importing the component from the package.
- Please also gather the discord username, and allow a field for team leader and the users of the rest of the team.
- The component itself can receive arguments (props). This ensures re-usability and is not just hard-coded. Please consider as props: EventName, the sheet endpoint url, time and date of submissions opening, time and date of submissions closing.
About the opening and closing of submissions: feel creative to put a countdown or a custom message when submissions are closed. Since this is client-side, make sure that the endpoint script stops receiving entries at the time we set.
We can do a test once you work on it :)
This file contains hidden or 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
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.
created a submission page for the hackathon.