feat: added filter for CAT-1, CAT-2 and FAT papers#252
Open
Manan1511 wants to merge 13 commits intoACM-VIT:devfrom
Open
feat: added filter for CAT-1, CAT-2 and FAT papers#252Manan1511 wants to merge 13 commits intoACM-VIT:devfrom
Manan1511 wants to merge 13 commits intoACM-VIT:devfrom
Conversation
Update GitHub link and image for Ojas Kulkarni
feat: implement papers API with dynamic fetching and filtering
fix: add redirect for unauthenticated users in layout
fix: initialize current_user to null and handle userId safely
Updated dependencies to fix Next.js and React CVE vulnerabilities. The fix-react2shell-next tool automatically updated the following packages to their secure versions: - next - react-server-dom-webpack - react-server-dom-parcel - react-server-dom-turbopack All package.json files have been scanned and vulnerable versions have been patched to the correct fixed versions based on the official React advisory. Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
…act-server-components-cve-vu-2er4kb Fix React Server Components CVE vulnerabilities
Contributor
|
@Manan1511 is attempting to deploy a commit to the theg1239's projects Team on Vercel. A member of the Team first needs to authorize it. |
divyamagrawal06
approved these changes
Jan 26, 2026
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.
This PR adds a new "Exam Type" section to the filter dropdown on the Past Papers page. This allows users to easily filter papers based on specific exams.
Details:
Updated FilterComponent.tsx to include a new examTypes category in the CheckboxOptions interface.
Added options for CAT-1, CAT-2, and FAT to the filter list.
Implemented the rendering logic to display these new options below the existing "Slots" filter.