Skip to content
charberg edited this page Sep 12, 2014 · 1 revision

Task 5 : Design and implement the server process : From the student input, the server process executes the following tasks:

  • Step 1 : Determine the list of courses the student can take based on the courses already completed.
  • Step 2 : Determine which courses are available this coming term and which still has some available seats. If the student uses this application in June-September, the server process will identify the courses available for the fall. If the student uses the application in December-January, the server process will identify the courses available for the winter term. The application will focus on one term at a time.
  • Step 3 : Build the timetable of the student, only for courses which are required by the program. For the electives, identify the courses the student can take, based on prerequisites, availability and schedule. The server process must be implemented in PHP.
Clone this wiki locally