The problem Attendance management web application. solves
A dummy model for an attendance management system, the project includes:
- User login (Using WTForms and validators)
- Dropdown lists for the teacher's courses and classes.
- File uploads from local directory.
- Various techniques to analyse student attendance:
i) View: Displays the entire attendance sheet.
ii) Search by roll number: Searches for the student details based on his roll number.
iii)Search by lecture: Displays attendance of all students for a particular lecture.
iv) All present: Displays student details of those who have full attendance.
v) All absent: Displays student details of those who have no attendance.
Challenges we ran into
Database connection, File handling using csv