Skip to content

Commit da8ac1b

Browse files
Merge branch 'prod' into aarushi/catalogue
1 parent f9081ad commit da8ac1b

13 files changed

Lines changed: 920 additions & 273 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="center"><a href="https://www.codechefvit.com" target="_blank"><img src="https://i.ibb.co/4J9LXxS/cclogo.png" width=160 title="CodeChef-VIT" alt="Codechef-VIT"></a>
1+
<p align="center"><a href="https://www.codechefvit.com" target="_blank"><img src="https://i.ibb.co/4J9LXxS/cclogo.png" width=160 title="CodeChef-VIT" alt="Codechef-VIT"></a>
22
</p>
33
.
44
<h2 align="center"> Papers </h2>

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
"start": "next start"
1111
},
1212
"dependencies": {
13+
"@dnd-kit/core": "^6.3.1",
14+
"@dnd-kit/sortable": "^10.0.0",
15+
"@dnd-kit/utilities": "^3.2.2",
16+
"@google/genai": "^0.7.0",
1317
"@radix-ui/react-accordion": "^1.2.4",
1418
"@radix-ui/react-dialog": "^1.1.7",
1519
"@radix-ui/react-dropdown-menu": "^2.1.16",
@@ -51,6 +55,7 @@
5155
"prettier-plugin-tailwindcss": "^0.6.11",
5256
"raw-loader": "^4.0.2",
5357
"react": "^18.3.1",
58+
"react-beautiful-dnd": "^13.1.1",
5459
"react-dom": "^18.3.1",
5560
"react-dropzone": "^14.3.8",
5661
"react-hot-toast": "^2.5.2",
@@ -63,6 +68,7 @@
6368
"devDependencies": {
6469
"@types/eslint": "8.56.12",
6570
"@types/react": "^18.3.20",
71+
"@types/react-beautiful-dnd": "^13.1.8",
6672
"@types/react-dom": "^18.3.6",
6773
"@typescript-eslint/eslint-plugin": "^8.30.1",
6874
"@typescript-eslint/parser": "^8.30.1",

pnpm-lock.yaml

Lines changed: 315 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/app/api/upload/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ export async function POST(req: Request) {
9292
);
9393
}
9494

95-
9695
const paper = new PaperAdmin({
9796
cloudinary_index: configIndex,
9897

@@ -105,6 +104,7 @@ export async function POST(req: Request) {
105104
exam: null,
106105
semester: null,
107106
campus: null,
107+
ambiguous_tags: [],
108108
});
109109

110110
await paper.save();

0 commit comments

Comments
 (0)