Project access address: http://localhost:8080/ScoreManagement/login.do?method=execute
Development environment: eclipse, JDK1.8, tomcat8.0, SpringMVC+Spring+Mybatis.
Project details:
The student performance management system has three types of customers: administrators, teachers, and students. Different customers have different permissions for operating system functions. Among them, the administrator can add, delete, modify, and manage administrator information, student information, teacher information, course information, and class information; is responsible for arranging courses; in addition, can enter, modify, query, and modify personal information of student scores and other functions Perform operations. Teachers can operate the functions such as entering, modifying, querying, and modifying personal information of the courses they teach. Students can check the results of the courses they have taken and modify their personal information.
The system administrator initializes the customer by adding information related to administrators, students, and teachers. Students and teachers can modify personal information, such as login passwords, etc., and administrators can modify all system information. Administrators, students, and teachers use their customer names and passwords to log in to the system. After successful login, they access the system according to their respective permissions.
Course arrangement: The administrator arranges courses, teachers and teaching locations for each class according to the teaching plan, and can maintain relevant information. The system provides multi-condition query for course arrangements.
Score management: Administrators and teachers can enter, modify, and query student scores. Among them, administrators can enter, modify, and query the grades of all courses, while teachers can only enter, modify, and query the grades of their own courses.
Personal information management: Administrators, teachers and students who have logged in can view and modify their basic information, such as login password, phone number, birthday, etc.
Student score query: Student customers who have successfully logged in can view the scores and related information of all courses they have completed.
In addition, all customers must log in before they can use the system's functions; system administrators, teachers, and students have different permissions and cannot perform unauthorized operations.