Document
Document
Chapter 1: Introduction
1.1 Overview
1.2
1.3 Solution
2.2 Findings
3.1 Stakeholders
Chapter 5: Implementation
Database: PostgreSQL.
If method == ‘biometric’:
validateBiometric(studentID)
validateRFID(studentID)
else:
manualEntry(studentID)
updateDatabase(studentID, attendanceStatus)
sendNotification(studentID)
Chapter 6: Testing
6.1 Test Cases with Diagram
Chapter 7: Result
Conclusion