Description
Automatically fill the Batch and Semester fields in the upload form using the logged-in user’s email
Example
Email: lit20230xx@iiitl.ac.in
- Batch -> 2023
- Semester -> Calculated based on current date (e.g., 6)
What to implement
- Extract batch year from email
- Calculate semester based on months passed since July of join year
- Allow users to edit/override these fields manually if needed

Description
Automatically fill the Batch and Semester fields in the upload form using the logged-in user’s email
Example
Email: lit20230xx@iiitl.ac.in
What to implement