Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
online student registration system source code in php software
#1

online student registration system source code in php software

An Online Course Registration system for University of Dataville is to be developed with a front-end web interface and a back-end database. An example of the system would be University of Florida s ISIS Registration.

Any database system can be chosen as the back-end such as Oracle, MySQL, Microsoft SQL Server, DB2, Access. Any web server can be chosen for the front end such as Tomcat, Glassfish, JRun, etc. Any server side language can be chosen such as PHP, JSP, ASP, etc.

Project Specification:

A high level description of the project:
Each student has a unique student ID and a profile. The profile includes first/last names, gender, date of birth, local address, department, enrolled year, username, login password, and may have a picture. You can also add other necessary information.
Each instructor has a unique faculty ID and a profile. The profile must indicate the instructor s department(s). An instructor may work at more than one department. A department has a unique department ID, a name and a list of faculties.
Each course has a course number, an instructor, given department, term, credits, classroom, periods, prerequisite courses, textbooks, and other information you think is necessary.
A classroom has a unique ID and a unique location. Classrooms can hold more than one course each term, but these courses cannot conflict in time. Classrooms have capacities. Registered students number cannot exceed the class room capacity.
Must maintain all the courses a student has already taken/registered. This is used to check course prerequisites when registration.
Students may login (with username and password) to the system to register courses or retrieve all the courses they have already taken/registered.
Instructors may login (with username and password) to the system to add courses or retrieve all the courses they have already given/added.
A student cannot register a course if: 1) he/she doesn t meet the prerequisites, 2) the students registered in the course exceed the capacity of the classroom, 3) the course has a time conflict with other courses in the same term.
An instructor cannot add a course if: 1) the classroom has already occupied by another course in the same period, 2) he/she has another course in the same period, 3) he/she is not affiliated to the department of this course.
A day has 12 periods and a week has 5 days. Instructor provides periods when adding courses to the system.
Students may retrieve all the courses given by a department, an instructor, or held in a specific period.
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2024 iAndrew & Melroy van den Berg.