Fix Digital Bloom dashboard 404 and split portal vs hackathon nav - #365
Draft
aamoghS wants to merge 1 commit into
Draft
Fix Digital Bloom dashboard 404 and split portal vs hackathon nav#365aamoghS wants to merge 1 commit into
aamoghS wants to merge 1 commit into
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Contributor
|
Visit the preview URL for this PR (updated for commit 86c83de): https://hacklytics2027--pr-365-hjp3j26s.web.app (expires Thu, 03 Sep 2026 18:53:41 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: c48ba34db61581e25fe2978355160b5eefe0e83f |
cursor
Bot
force-pushed
the
cursor/hackathon-portal-split-a29b
branch
from
August 27, 2026 18:52
e88bc5c to
86c83de
Compare
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.
Problem
Opening Hacklytics: Digital Bloom from the admin Hackathons card showed Hackathon unavailable / Hackathon not found. Dashboard links used
encodeURIComponent(name), so the path wasHacklytics%3A%20Digital%20Bloom— that matches neither the stored name nor the slughacklytics-digital-bloom.Judging Setup also let staff create a second event even when the edition already existed on the hackathon side of the portal.
The sidebar mixed club and hackathon links in one list, so membership vs guest was not obvious.
Changes
/admin/hackathons/hacklytics-digital-bloom), with a UUID fallback if the name has nothing sluggable.hackathon.getByIddecodes percent-encoded names (including a double-encode from Link) so old bookmarks still resolve./admin/setupredirects to/admin/judging, where Prepare judging already syncs submissions and assigns queues.Verification
pnpm test— 700 passed (includes slug decode, encoded-namegetById, and nav grouping by membership).