llTheBlankll / attendance-system-api-springboot

This project is an Attendance System API built using Spring Boot, WebSocket, and JWT Authentication. The system provides a robust solution for tracking and managing attendance records, with support for real-time updates through WebSocket communication. This attendance is based on the education system of the Philippines
GNU General Public License v3.0
5 stars 2 forks source link

WebSocket Endpoints for Real Time notifications of attendance of each students #9

Closed llTheBlankll closed 3 weeks ago

llTheBlankll commented 3 weeks ago

Reduced Attendance Handler Complexity

The handling of attendance has been a problem to read as it is very complex. In this commit, I've simplified the handling of attendance which reduces its complexity.

From:

image

To:

image