EnggRoom

Full Version: Online Student-Teacher Meeting Scheduler
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Project Description
Project Domain / Category
Web-based Application
Abstract/Introduction
The application will provide an interface through which teachers can post weekly detail of their
available free time. This information will then be visible to the students and they can reserve a
slot of 30 minutes for the meeting. Before reserving the meeting slot, it is made sure that no other
student has reserved same slot. A slot cannot be reserved on the same day or after that.
Teachers can view the list of upcoming and previous meetings.
Functional Requirements:
Three types of users will be using this application.
Admin:
▪ The application will provide Login interface.
▪ Admin can add/update/delete Teacher and Student information.
▪ Admin can assign students to teacher. A teacher can have many students but same student
cannot be assigned to two teachers.
▪ Admin can view the list of all reserved meetings.
Teacher:
▪ The application will provide Login interface.
▪ Teacher can post weekly detail of available free time. It should be of upcoming weeks.
▪ Teacher can view the list of students under his/her supervision.
▪ Teacher can view the list of upcoming and previous reserved meetings.
Student:
▪ The application will provide Login interface.
▪ Student can view the list of available free time and can reserve meeting slot of 30 minutes.A
slot cannot be reserved on the same day or after that.It should be taken care that same
time slot on a particular day for a particular teacher is not assigned to two or more students.
▪ Students can view the list of upcoming and previous meetings reserved by them.
Tools: PHP, HTML, JavaScript, CSS, MySQL