Open Tanuj253 opened 13 hours ago
Backend:
Have working check-in (add students to the queue) and check-out (remove students from the queue) system in the queue to handle multiple users
Connect user entries in queue (login time, logout time, duration) to admin table
BACKEND
FRONTEND
Model
- HallPass.java
- HallPassJpaRepository.java
- Teacher.java
- Person.java (student)
View
- hallpass.html
- thankyou.html
Controller
- HallPassViewController.java
Frontend:
Backend: