Overview
The Admin Dashboard is the central hub for managing the DeltaHacks Portal. Access it at/admin after being assigned the ADMIN role.
Admin Role Assignment
Only users with theADMIN role can access administrative functions. See User Management for details on assigning roles.
Dashboard Sections
The admin dashboard provides quick access to all organizer tools:Role Management
Manage user roles and permissions across the platform.Judging Management
Configure judging schedules, tracks, and assignments.Time Slots
View and manage presentation time slots for project judging.Grading Portal
Access the application review and grading interface.Station Config
Manage food and event scanner options for QR code check-ins.Scanner Events Log
View comprehensive history of all food and event scans.Sleeping Bags
Track sleeping bag checkouts and returns.Event Configuration
The Config model stores key-value pairs for system-wide settings. Admins can configure:Kill Switch
Stop accepting new applications during emergencies or when capacity is reached.The kill switch immediately prevents new application submissions. Existing applications remain accessible for review.
DeltaHacks Year Configuration
Set the active DeltaHacks year (e.g., DH11, DH12) to determine which application model to use.- Must match pattern
DH{number}(e.g., DH11, DH12) - Determines which application table is active
- Affects judging and review workflows
WiFi Configuration
Provide WiFi credentials for attendees to access during the event.Analytics and Stats
The dashboard provides real-time statistics:- Total applications by status (IN_REVIEW, ACCEPTED, REJECTED, etc.)
- Review progress including number of reviews completed
- Check-in status during the event
- Station activity for food and event tracking
Database Operations
All configuration changes are stored in theConfig table:
| Config Name | Type | Description |
|---|---|---|
killApplications | boolean | Whether to accept new applications |
dhYear | string | Active DeltaHacks year (DH11, DH12, etc.) |
wifiConfig | JSON | WiFi network name and password |
Access Control
All admin endpoints require theADMIN role:
Related Pages
- User Management - Assign admin roles
- Application Reviews - Review workflow
- Event Management - Event operations