Skip to content

Conversation

@ritikrikm
Copy link

Moved the quiz updates from main to dev as suggested earlier.
Added dynamic options (minimum 2) and question management with validation for the quiz tab.
Ready for review

Ritik Mehta added 2 commits November 2, 2025 17:21
- Added file input to the note creation form for PDFs, DOCX, PPTX, and images
- Implemented /api/notes/create endpoint to handle multipart/form-data
- Integrated Multer for file uploads and Zod for request validation
- Stored attachment metadata (name, URL, MIME type, size)
- Rendered inline previews for images/PDFs and download links for other files
- Added client-side and server-side validation for required fields and file limits
- Fixed date display and improved response consistency
@Krishang-Zinzuwadia
Copy link
Collaborator

@ritikrikm hey it seems you accidentally pushed out ur backend env too

@Krishang-Zinzuwadia
Copy link
Collaborator

Krishang-Zinzuwadia commented Nov 14, 2025

also once again u are pushing ur changes to main

first run

git status (if it says dev then its no issue if not )
git checkout dev (this switches ur branch to dev branch)

after this add, commit and push your changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants