You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Synced with main and corrected state from open to opens_soon.
The raw HTML looks like registration is open — it hardcodes "Registration is now open!", a "Registration closes in" countdown, and a "Register Free" button. But scripts/constants.js sets:
constregistrationOpened=false;
so countdown.js rewrites the hero on load to "Registration isn't available yet... please fill out the interest form below" and swaps the button to an interest form. What a visitor actually sees is an interest form.
⚠️ Also worth flagging for whenever registration does open: constants.js contains registrationDeadline = 2027-01-30, but it is commented // TODO: change to actual registration deadline (rn it is 7 days before the hackathon start date) — a placeholder derived from the event date, so it must not be published as a deadline. This listing correctly carries none.
ChimdumebiNebolisa
changed the title
Add Hack_NCState 2027 (registration open)
Add Hack_NCState 2027 (opens soon)
Jul 21, 2026
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
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.
Summary
registrationOpened = falseand shows interest-form messagingCloses #170
Evidence
scripts/constants.js(registrationOpened = false)Test plan
state=opens_soon(Website badge, not Register)