avishekchy45/University-Enrollment-System ? reverse-engineered prompt
Reverse engineered prompt
Build me a university enrollment system where admins, students, and teachers each have their own login area and responsibilities.
Admins should be able to create and manage teacher and student accounts, set advisors for batches, create and update courses and sessions, and define rules like max students per section, credit limits, and cost per credit. Students should be able to update their profile, request enrollment in multiple courses for the current session, and see whether their request is pending, approved, or rejected. Teachers should be able to manage their profile, review student enrollment requests, approve or reject them, and manually enroll advising students even when normal limits are reached.
I also want the system to automatically flag problems during enrollment, like when a student goes over the credit limit or a section is full, and generate a list of overlapping courses between different semesters so teachers can use it when making class schedules. Please make it look clean and simple, and if you need current Laravel docs or best practices, look them up online.
Are you gonna build this?
make sure you review the code using arcumet