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
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