swciitg / Hacktoberfest_website

Hacktoberfest Leaderboard for IIT Guwahati helping people kickstart their open-source journey by making contributions to our projects.
https://swc.iitg.ac.in/hacktoberfest
2 stars 10 forks source link

Validation Check for database inputs #14

Closed Ashmit-Verma closed 1 month ago

Ashmit-Verma commented 1 month ago

Currently, the backend does not have sufficient validation checks for User model inputs, which can lead to issues like invalid or malformed data being stored in the database.

Add validation checks for the following inputs:

-Ensure all required fields are validated before proceeding with the database operations. -Also make changes in the "year_of_study" in User model changing "junior" and "senior" to "pre-final yearite" and "final yearite" make corresponding changes in the frontend

heet434 commented 1 month ago

Hi @Ashmit-Verma can I take up this one?

Ashmit-Verma commented 1 month ago

Hi @Ashmit-Verma can I take up this one?

Assigned to you