hereisSwapnil / ExamTime

Share/Download notes PDF helps during exams
https://exam-time.vercel.app
MIT License
58 stars 120 forks source link

BUG: Upload notes functionality not working #167

Closed Saksham1411 closed 1 month ago

Saksham1411 commented 1 month ago

Is there an existing issue for this?

What happened?

Upload notes functionality not working

This is due to the some fields that are required in the backend but the frontend is not sending data
due to schema validation. It is giving the error and notes are not uploading I can fix this error

Video https://github.com/hereisSwapnil/ExamTime/assets/101385720/cee4e724-362f-436d-a66e-cf12fae7bcbb

What you want me to do

Record

github-actions[bot] commented 1 month ago

Congratulations, @Saksham1411! 🎉 Thank you for creating your issue. Your contribution is greatly appreciated and we look forward to working with you to resolve the issue. Keep up the great work!

We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines

Saksham1411 commented 1 month ago

As a GSsoc'24 contributor. I want to address this issue. I request you to assign this to me @hereisSwapnil

SamarthUrane commented 1 month ago

As a GSsoc'24 contributor. I want to address this issue. I request you to assign this to me @hereisSwapnil.

Saksham1411 commented 1 month ago

What you want me to do @hereisSwapnil

hereisSwapnil commented 1 month ago

@Saksham1411 what field is missing from the frontend?

Saksham1411 commented 1 month ago

Stream and semester. These are declared in the schema

Saksham1411 commented 1 month ago

Please tell me details @hereisSwapnil

hereisSwapnil commented 1 month ago

@Saksham1411 The issue has been fixed, you can try solving other issues