Skip to content

Add HackHers (opens soon; Sep 18–19, 2026)#189

Merged
Jose-Gael-Cruz-Lopez merged 14 commits into
Hack-HQ:mainfrom
ChimdumebiNebolisa:issue-157-hackhers
Jul 21, 2026
Merged

Add HackHers (opens soon; Sep 18–19, 2026)#189
Jose-Gael-Cruz-Lopez merged 14 commits into
Hack-HQ:mainfrom
ChimdumebiNebolisa:issue-157-hackhers

Conversation

@ChimdumebiNebolisa

@ChimdumebiNebolisa ChimdumebiNebolisa commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add HackHers as opens_soon for Sep 18–19, 2026
  • SSR may show a Register control, but runtime disables it from live config (acceptResponses: false) and shows “Registration will open soon”

Closes #157

Evidence

  • https://hackhers.club/
  • /api/website-dataacceptResponses: false
  • Page JS: disabled:!b / children switch to “Registration will open soon”
  • Confirmed event dates in hero/countdown: September 18–19, 2026 (2026-09-18T00:00:00-04:00)
  • No published participant application deadline

Test plan

  • Listing state=opens_soon; deadline empty

Site shows countdown, Register CTA, and firm event dates.
@ChimdumebiNebolisa ChimdumebiNebolisa changed the title Add HackHers (opens soon) Add HackHers (registration open, Sep 2026) Jul 21, 2026
@Jose-Gael-Cruz-Lopez

Copy link
Copy Markdown
Collaborator

Synced with main and corrected state from open to opens_soon.

The pre-rendered HTML ships a "Register" button, but it is a stale prefetch that the live API overrides. hackhers.club/api/website-data currently returns:

{ "tracksReleased": ..., "acceptResponses": false }

and the bundle renders children: b ? "Register" : "Registration will open soon" with disabled: !b — so a real visitor sees a disabled "Registration will open soon" button.

The Sep 18–19, 2026 date is correct and kept; only the state changed, plus a title suffix so the status is visible in the table.

⚠️ The homepage countdown is unlabeled and targets 2026-09-18T00:00:00-04:00 — that is the event start, not an application deadline, so no deadline is recorded.

@Jose-Gael-Cruz-Lopez
Jose-Gael-Cruz-Lopez merged commit 8e20e86 into Hack-HQ:main Jul 21, 2026
2 checks passed
@ChimdumebiNebolisa ChimdumebiNebolisa changed the title Add HackHers (registration open, Sep 2026) Add HackHers (opens soon; Sep 18–19, 2026) Jul 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add: HackHers

2 participants