Feature/panelist dashboard - #39
Merged
Merged
Conversation
Mysterious-Wizard
commented
Aug 11, 2026
Collaborator
- Unified authentication for all roles
- Added Panelist dashboard for recruitment interviews
- Panelist dashboard features : Live panel occupancy status, search applicant forms, accept/reject applicants, leave remarks, check which panel reviewed a certain applicant, allow walk-ins.
- Ensured code follows strict camelCase naming convention.
…sid and labeled them on basis of current status (accepted/rejected/pending)
…cs-PEC/Robotics-PEC.github.io into feature/panelistDashboard
…cons on status sidebar
Contributor
There was a problem hiding this comment.
Pull request overview
Adds recruitment interview support by introducing a new panelist area (dashboard + sidebar/list UI) and new applicant/panelist Supabase actions/types, along with a new authenticated application submission flow.
Changes:
- Introduces
/panelistrouting and a new Panelist Dashboard UI (applicant list/detail + panel occupancy sidebar). - Adds Supabase actions and shared types for applicants and panelists (including realtime subscriptions).
- Adds a new
/applypage and anApplicationForm, and updates the main header navigation.
Reviewed changes
Copilot reviewed 17 out of 21 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| src/types/index.d.ts | Adds new shared types for applicants/panelists/auth. |
| src/styles/stories/MarkdownEditor.stories.tsx | Fixes the Storybook import path for MarkdownEditor. |
| src/pages/panelist/index.tsx | Adds panelist index route with role-based redirect. |
| src/pages/panelist/dashboard.tsx | Adds the panelist dashboard page with role protection. |
| src/pages/apply.tsx | Adds an authenticated “Apply” page wrapper that checks session before rendering the form. |
| src/lib/useAuthRole.ts | Small adjustment in auth role hook (no functional change intended). |
| src/lib/supabase/actions/panelists.actions.ts | Adds panelist list/update + realtime subscription helpers. |
| src/lib/supabase/actions/applicants.actions.ts | Adds applicant CRUD helpers + realtime subscription helpers. |
| src/components/panelist/WalkInModal.tsx | Adds modal UI to create walk-in applicants. |
| src/components/panelist/PanelStatusIcon.tsx | Adds status icon component for panel occupancy. |
| src/components/panelist/PanelSidebar.tsx | Adds “Your Status” + “Other Panels” sidebar with realtime updates. |
| src/components/panelist/MiniPanelIcon.tsx | Adds compact per-panel icon for the sidebar grid. |
| src/components/panelist/ApplicantList.tsx | Adds applicant search/list UI + selection flow + realtime updates + walk-in entry point. |
| src/components/panelist/ApplicantFormView.tsx | Adds applicant detail view and decision submission wiring. |
| src/components/panelist/ApplicantDecision.tsx | Adds accept/reject + remarks UI. |
| src/components/panelist/ApplicantCard.tsx | Adds a list card UI for applicants. |
| src/components/layout/Header.tsx | Adds Apply link and conditional Interview link. |
| src/components/ApplicationForm.tsx | Adds the member application form and submission handling. |
| .yarnrc.yml | Sets Yarn nodeLinker to node-modules. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Copilot stopped work on behalf of
Mysterious-Wizard due to an error
August 12, 2026 14:21
Copilot stopped work on behalf of
Mysterious-Wizard due to an error
August 12, 2026 14:24
Copilot stopped work on behalf of
Mysterious-Wizard due to an error
August 12, 2026 14:30
Co-authored-by: Mysterious-Wizard <196451367+Mysterious-Wizard@users.noreply.github.com>
Co-authored-by: Mysterious-Wizard <196451367+Mysterious-Wizard@users.noreply.github.com>
BangKartavya
approved these changes
Aug 13, 2026
BangKartavya
left a comment
Member
There was a problem hiding this comment.
congrats @Mysterious-Wizard and @anshagnihotry258 for your first PR submit
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.