No description
Find a file
Xiao Furen 750b231a54 feat(students): enhance student management and attendance reporting
Implement several improvements to the student management system, including:
- Add `foreign_alias` and `admission_date` fields to the `Student` model.
- Implement automatic `admission_date` calculation based on `student_id` patterns.
- Enhance attendance reporting with internationalization (i18n) support and improved UI using Bootstrap components.
- Update Excel import logic to support `foreign_alias` and `admission_date` columns.
- Refine weekly schedule synchronization to respect student admission dates.
- Improve the attendance recording interface with better UX and selection controls.
- Update admin interface and templates to display new student attributes.
- Add comprehensive test cases for authentication and protected view access.
2026-08-16 23:03:06 +08:00
point_system feat(students): enhance student management and attendance reporting 2026-08-16 23:03:06 +08:00
.gitignore feat: implement student attendance tracking and weekly report scheduling system with AD authentication support 2026-08-04 06:06:44 +08:00