** The best solution of many problems about student record management regarding attendance, assignments, notices, output report generator, timetable display and the most unique feature showing current lecture of class(which helps in saving a lot of time of teachers and students).**
This project is designed mainly to solve this problem for polytechnic colleges but we are adding the best functionality to make this software that much flexible that it could run in any institute or organization (Educational). This project was started around 20-01-2019
in the college Guru Nanak Dev Polytechnic College, Ludhiana. Our ambition is to make the project work like a robot and automate tasks for students and teachers.
There are a lot of problems which are supposed to be eliminated like calculating attendance for the student(subject-wise), consistency of notices, adjusting to lectures, creating logs of every action, generating the report in the form of pdf or xls, finding current lecture and class and many more. There are a lot of projects out there which has the basic options, but in this software, there are some unique features like
- Introduction
1.1. Purpose
1.2. Document Conventions
1.3. Intended Audience and Reading Suggestion
1.4. Project Scope
1.5. Definitions and Acronyms
1.6. References - Overall Description
2.1. Product Perspective
2.2. User class and Characteristics
2.3. Operating Environment
2.4. Design and Implementations Constraints - System Features
- System Requirements
4.1. External Interface Requirements
4.1.1. User Interface
4.1.2. Hardware Interface
4.1.3. Software Interface
4.1.4. Communication Interface
4.2. Other Requirements
4.2.1. Performance Requirements
4.2.2. Safety Requirements
4.2.3. Security Requirements
As described above the purpose of this project is to automate the work for teachers and students. So, it could work like an LMS(Learning Management System)
Initials | Full-Form |
---|---|
SRMPE | Student Record Management and Performance Evaluation |
db | DataBase |
ID | Identity Card |
E-R | Entity Relationship |
This software is made with having the main focus on Educational institute or organization. This project currently can be run in any polytechnic college, but we are improving day by day to make this project flexible and scalable so that it could be used in any college
- Attendance can be filled and seen just in a single click.
- Evaluation of lecture counting will be much easier.
- An only authenticated user can have access to certain privileges.
- Teachers and Students can see easily where the lecture is going to be held which makes it easier to see the current lecture and can save time.
- Reduces the uses of hardcopy of papers.
- Assignment consistency is promoted in the project
- There will be a risk if anyone has filled attendance wrong or inconsistent. But, the user can talk to HOD and let the attendance changed with his privilege.
A distributed Online Student Record Management and Performance Evaluation stores the following information:
- User details: It includes the username, password, and user-type fields for the login of authenticated users.
- Department details: It includes the department-name field that describes the departments of the students, teacher, and HoD.
- Semester Details: It includes the semester-name field that describes at which semester the student is studying.
- Subject Details: It includes the subject-name, subject-code, semester-name, and department-name fields that detailed the subjects allotted to students according to their department-name and semester-name.
- The Principal (user) should be able to do the following functions:
- Change the semester which is currently going on.
- Declaring the holiday in college
- The HoD (user) should be able to do the following functions:
- Update the Attendance
- Generate Hardcopy of report
- Update the timetable
- Mark the lecture adjustment of lectures(In case a lecturer is not available.
- Updating the notice related to the institution
- Updating the Assignments
- The lecturer (user) should be able to do the following functions:
- Fill the attendance of students.
- Can fill the attendance of other students in case of adjustment
- Updating the notice related to the institution
- Updating the Assignments
- Client/Server system
- Operating System: Any
- Database: MySQL
- Platform: JavaScript, PHP using AJAX
- The global schema.
- SQL commands for queries/applications.
- Implement the database at least using a centralized database management system.
- It is fast and accurate.
- It also needs less manpower, to execute the examination.
- It saves students time in the examination.
- It also helps the environment by saving papers.
- Real-Time class allocator
- Adjustment of lecture and generating adjustment reports of lectures
- Generating output for printing lectures
- Creating a report of every activity
- Simplest UI design to have good UX
- Consistency of Notices
- User Friendly
- Double Click TimeTable Update
- Single click Adding new things(Subjects, Teachers and Timetable)
- Detaining and Retaining Students in one click
- Power of attorney can be set to different faculty members
- View attendance of Students in a single click
No external interface is required to run this project.
- Front-end languages: HTML, CSS, JavaScript.
- Back-end technologies: PHP, MySQL.
- Browser that supports CGI, HTML, CSS, and JavaScript.
- Processor: Above Pentium4.
- Operating System: Windows/Linux/MAC.
Software Used | Description |
---|---|
Operating System | We have chosen Windows/Linux/Mac operating system for its best support and user-friendliness. |
Database | To save records of the user, attendance record, and subjects, we have used MySQL DB. |
Server-Side Scripting | To perform database operation through scripting at the server-side, we have used PHP language. |
Front-End Languages | To design an interactive front-end, we use HTML (for structuring the application), CSS (for styling the HTML structure) and JavaScript (for interactive webpages). |
The project support all type of web browsers(not Internet Explorer). We are using simple and user-friendly communication interfaces.
- E-R Diagram:
The E-R Diagram constitutes a technique for representing the logical structure of a database pictorially. This analysis is then used to organize data as a relation and finally obtaining a relation database.
Entities specify distinct real-world items in an application.
Attributes/Properties specifies properties of an entity and relationships.
Relationships connect entities and represent meaningful dependencies between them. - Normalization: The basic objective of normalization is to reduce redundancy which means that information is stored only once. Storing information several times leads to wastage of storage space and an increase in the total size of the data stored. The normalization is the process of breaking down a table into smaller tables.
If there is extensive damage to a wide portion of the database due to catastrophic failure, such as a disk crash, the recovery method restores a past copy of the database that was backed up to archival storage and reconstructs a more current state by reapplying or redoing the operations of committed transactions from the backed-up log, up to the time of failure.
Security systems need database storage just like many other applications. However, the special requirements of the security market mean that vendors must choose their database partner carefully.
Because of getting the operations done in a single click, this software is highly scalable and flexible to use. But we are continuously improving this to make it better day by day ✌️