The StudyMatePlus project has no working student feedback submission form. Although a SubmitFeedback.js page exists at /feedback/submit with all the right input fields i.e., university, subject, difficulty, rating, study tips which handle Submit function never actually sends data anywhere. It only runs console.log() and shows an alert(). Separately, a Feedback Modal popup does POST to the backend, but collects only 6 basic fields, far fewer than what the feedback display cards need. The server schema is also too narrow to store rich data like topics, exam patterns, or resources. Students can fill the form, but no feedback ever gets saved.
The StudyMatePlus project has no working student feedback submission form. Although a SubmitFeedback.js page exists at /feedback/submit with all the right input fields i.e., university, subject, difficulty, rating, study tips which handle Submit function never actually sends data anywhere. It only runs console.log() and shows an alert(). Separately, a Feedback Modal popup does POST to the backend, but collects only 6 basic fields, far fewer than what the feedback display cards need. The server schema is also too narrow to store rich data like topics, exam patterns, or resources. Students can fill the form, but no feedback ever gets saved.