Releases: Arzzzzy/DOS_SoftwareEngineering
Releases · Arzzzzy/DOS_SoftwareEngineering
AttendifyV3.4.7
Attendify v3.4.5
Fix Error Handling
v2.5.9
Release Notes - Version 2.5.9
Key Bug Fixes Attendance
Saving Issue: Addressed a critical bug that prevented users from saving attendance records unless the launch attendance camera was active. The save button now functions as expected, regardless of the camera's state.
Duplicate Attendance Entries: Fixed an issue where the system allowed students to be marked present multiple times within the same day. The system now enforces a strict "one attendance record per student per day" rule, ensuring data integrity.
v1.2.7
What's New
Edit Functionality
- Admin can now edit existing records.
- Secure data fetching and update operations implemented using PDO with validation and input sanitization.
- Success and error messages shown via SweetAlert2 for improved user experience.
Delete Confirmation
- Added confirmation prompts when deleting records.
- Prevents accidental deletions using SweetAlert2, giving users a chance to cancel.
Attendance Process Protection
- Introduced attendanceActive flag to track when facial recognition attendance is ongoing.
- A beforeunload listener now warns users if they try to navigate away or close the tab while attendance is active.
- Prevents accidental data loss and reminds users to "Save and End Attendance" first.