feat(VAN-17): fill gaps in Hall of Fame admin module#25
Merged
fr4nc1stein merged 1 commit intoMay 29, 2026
Merged
Conversation
- Add public_title override column to hall_of_fame (migration 0013) - PATCH /api/admin/hall-of-fame/[id]/title — admin can override the auto-generated public title per entry; null clears the override - PATCH /api/admin/hall-of-fame/[id]/points — manually adjust points with a mandatory reason; recalculates researcher total and syncs hacktivity row; logged to audit_logs - PATCH /api/admin/hall-of-fame/bulk-visibility — show/hide up to 250 entries in one request; logs one audit entry per entry changed - GET /api/researcher/[id] — public researcher profile endpoint; stats computed from public entries only so hidden entries don't leak - /researcher/[id] — public researcher profile page (no auth required) - Admin leaderboard CSV export (client-side, all rows) - Bulk selection checkboxes + toolbar on entries table - Inline title editing and points adjustment modal in admin UI - Public leaderboard, stats, and hacktivity now exclude hidden entries - Hacktivity respects public_title override and reflects point adjustments Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
public_titleoverride column tohall_of_fame(migration0013) so admins can set a custom public-facing title per entry without touching the original auto-generated titlehacktivityrow/researcher/[id](no auth); stats derived from public entries only so hidden entries never leak through aggregatesNew API endpoints
/api/admin/hall-of-fame/[id]/title/api/admin/hall-of-fame/[id]/points/api/admin/hall-of-fame/bulk-visibility/api/researcher/[id]Test plan
/researcher/[id]for a researcher with hidden entries — verify hidden entry stats do not appear in totals/researcher/[id]for a researcher with no public entries — verify 404🤖 Generated with Claude Code