Conversation
- - Implement moderator management (view, invite, remove) - Add auto-scheduling preference inputs (interviewers per interviewee, max interviews per day) - Implement role management for interviewees (add/remove) - Implement department management for interviewers (add/remove) - Protect main moderator from removal - Add navigation route to /admin-settings - Update InterviewerSchedule sidebar with admin settings link - Add number validation for scheduling preference inputs - Include save functionality with confirmation alerts
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.
📋 PR Summary
This PR adds a comprehensive Admin Settings page that allows team moderators to manage team-level configurations, moderators, roles, and departments.
🎯 Purpose
Provides a centralized interface for team administrators to configure scheduling preferences and manage team structure without requiring database access or backend changes.
✨ Features Added
1. Team Moderator Management
2. Auto-Scheduling Preferences
3. Interview Role Management
4. Department Management
5. Settings Persistence
🔧 Technical Changes
New Files
frontend/src/components/AdminSettings.tsx- Main admin settings componentModified Files
frontend/src/App.tsx- Added route for/admin-settingsfrontend/src/components/interviewerSchedule.tsx- removed file and changed name to be more descriptiveNow it is
frontend/src/components/dashboards/AdminDashboard2.tsx📸 Screenshots
🧪 Testing Checklist
🔗 Related Issues
Closes #170
📝 Additional Notes
🚀 Deployment Notes
No database migrations or environment variable changes required. This is purely a frontend feature.