Migrating Angular to Thymeleaf
What is migrated:
• Main navigation and pages in Thymeleaf: landing, students, activities, attendance, login, register.
• Basic CRUD-style flows for students/activities.
• Check-in/check-out buttons and attendance log view.
What is not fully migrated yet:
• Full Angular behavior parity (all component logic and UX details).
• JWT login/session flow in the Thymeleaf UI (login page is currently a form flow, not full authenticated web session).
• Any Angular-only client-side interactions/validation patterns.
• Frontend project cleanup/removal and docs/startup updates.
If you want full migration parity, I can do it in the next pass by implementing proper server-side auth/session, matching all Angular flows field-for-field, and removing the Angular app from the repo.